Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upBug: It seems the `Returns` section does not support multiple lines for single object #10
Comments
kernc
referenced this issue
Jan 25, 2019
Closed
Bug: It seems the `Args` section does not support code blocks very well #11
This comment has been minimized.
This comment has been minimized.
|
Thanks! This had worked in 0.5.1 (you are using master), see pdoc.test.example_pkg.google() Raises AttributeError. pdoc/pdoc/test/example_pkg/__init__.py Lines 161 to 165 in e2739ce |
kernc
added this to the 0.5.2 milestone
Jan 25, 2019
kernc
closed this
in
3cda116
Jan 27, 2019
This comment has been minimized.
This comment has been minimized.
|
It didn't work in 0.5.1. Now hopefully is fixed. |
kernc
added
the
bug
label
Jan 27, 2019
kernc
added a commit
that referenced
this issue
Jan 27, 2019
This comment has been minimized.
This comment has been minimized.
|
Works now. That's great. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wq2012 commentedJan 24, 2019
Expected Behavior
Like
Args, I expectReturnsandRaisesto support multiple lines to describe a single object.Actual Behavior
The second line is treated as a new paragraph.
This is my code:
This is what I got:

The should not be a new paragraph between "sampled" and "block-preserving".
Steps to Reproduce
N/A
Additional info
0.5.1