-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Convert all files from reST to MyST #515
Conversation
I'm going to do everything in this step, except delete the |
One thing that bit me was that There is a total of 351 files to convert. |
- Change console to shell as appropriate - Fix sidebar syntax, where content starts on a new line and nesting should use backticks instead of tildes - All label word separators got converted from _ to -. Fine. Have it your way rst2myst. One fewer keystroke in the future. - Comment out `...` to avoid invalid syntax for highlighting by Pygments in Sphinx. Authors should fix this, NOT IT! Else we should use `text` as the lexer. - Fix bibliography information. This might need to be adjusted for the meta information for SEO. @ksuess might know.
Please take a look at this specific commit and its message. This might save y'all some pain and suffering when you edit MyST. |
Here are the remaining steps to perform, after this PR is merged.
|
--no-colon-fences
flag to rst2myst
commandThere 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.
This looks fine for me. I will take this as a base for applying the theme, adding some theme specific fixes. It would be good not to add further changes to this.
Automatically generate targets for each of your section headers
…g explicit label anchors sphinx.ext.autosectionlabel "reference generated section title anchors" is not in use by now, just an idea. !Titles can change!
DO NOT MERGE! Awaiting other PRs to merge to this PR, before merging this PR to master.
See also #506 for complete checklist. |
Apply theme "book"
No description provided.