8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
No description provided.
Sorry, something went wrong.
Add Introduction and History sections
cbe7468
Fix formatting of Terms and Definitions section
3a64eb4
Avoid each term being a separate ToC entry in the sidebar, and make the whole section more compact.
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
how is this doc built? does the tool support rst syntax in markdown?
It was meant to, but this is the one thing that didn't work. The doc is built by installing the reqs in requirements.txt and then make html in the spec/ dir.
requirements.txt
make html
spec/
I bet on recommonmark back when I set this up, and should have gone all-reST or used Myst instead. My plan is to do a wholesale conversion to reST as the last step after all PRs we want to include in the first release are merged. Doing a conversion with a bunch of open PRs is a pain, so I left it till last.
recommonmark
Then this note will look like https://bashtage.github.io/sphinx-material/additional_samples.html?highlight=admonition#admonitions
note
Merging this. Thanks for having a look @szha
bacf8d3
szha szha left review comments
Successfully merging this pull request may close these issues.