Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support keywords (like returns, example,etc) #59

Closed
somenxavier opened this issue Jul 18, 2015 · 5 comments

Comments

Projects
None yet
2 participants
@somenxavier
Copy link

commented Jul 18, 2015

Like sphinx, can you provide keywords like returns or example to document such things?

Thanks a lot,

@BurntSushi

This comment has been minimized.

Copy link
Contributor

commented Jul 20, 2015

Absolutely not. The whole point of using Markdown was to encourage writing documentation using prose rather than be burdened with the mental overhead of remembering annotations.

(Not everyone agrees with this, and that's OK, but for better or worse, than is the trade off made by pdoc. See: https://github.com/BurntSushi/pdoc#motivation)

@BurntSushi BurntSushi closed this Jul 20, 2015

@somenxavier

This comment has been minimized.

Copy link
Author

commented Jul 20, 2015

Ok. But how do you refer to a Class of your module? With a link?

@BurntSushi

This comment has been minimized.

Copy link
Contributor

commented Jul 20, 2015

Yup. See the docs "Linking to other identifiers": http://pdoc.burntsushi.net/pdoc

@somenxavier

This comment has been minimized.

Copy link
Author

commented Jul 20, 2015

Thanks for references. What about external references like python json module?

@BurntSushi

This comment has been minimized.

Copy link
Contributor

commented Jul 20, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.