-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
doc: add ReST doc generation #537
Conversation
LGTM |
Please add a reference to docs in README as it shown here. |
@BoGeM Done. I have also combined all three document generation headings into one. Hope that's fine. |
Please resolve conflicts and add link to Table of Contents. |
@BoGeM sorry about that. I have merged master and fixed conflicts, also added to ToC |
Looks like some tests are failing on circleci:
happened on my local too. But passed on travis. |
Update pflag on your machine: |
Thank you for your PR! |
Thanks @BoGeM for guiding me through this. |
Added
GenReST
commands to generate docs in ReStructured Text format.This is exactly similar to
GenMan
andGenMd
commands. To deal with document processors like Sphinx, which can cross link documents using:ref:
tags,linkHandler
function can be used.