You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Install myst-parser and add it to sphinx extension list
MyST (Markedly Structured Text) for writing Sphinx docs in markdown!
Following the installation guide of
[myst-parser](https://github.com/executablebooks/myst-parser) at
https://myst-parser.readthedocs.io/en/v0.13.5/using/intro.html.
* Rename doc/changes.rst to doc/changes.md and convert to markdown
Convert ReST syntax `doc/changes.rst` to MyST syntax `doc/changes.md`.
Mostly changing the GitHub URLs from into the nicer markdown format
Modified template at release-drafter.yml such that:
- A h2 title (##) is used for each Release vX.Y.Z header.
- Alt text for DOI button is more descriptive with version info
* Use h3 html titles for sub-headings
* Let release drafter automatically produce markdown URLs to Pull Requests
* Reorder categories in release note
Order is now "Highlights", "New Features",
"Enhancements", "Deprecations", "Bug Fixes",
"Documentation", and "Maintenance".
Co-authored-by: Dongdong Tian <[email protected]>
0 commit comments