-
Notifications
You must be signed in to change notification settings - Fork 13
setup docs with Mkdocs #218
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
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @CunliangGeng and the rest of your teammates on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice template on the website! I just wonder, why Mkdocs instead of Sphinx? .md files can be used with Sphinx as well (see for example in deeprank2)
|
Yep, Sphinx can support markdown with the help of myst_parser. Markdown support is only a minor reason I choose mkdocs. |
b6b3019 to
accf6dd
Compare
Merge activity
|
accf6dd to
302dd9b
Compare
MkDocs is going to be used to build doc website. So that we can use markdown instead of rst to write tutorials and docs.
Major changes