-
-
Notifications
You must be signed in to change notification settings - Fork 103
Add MyST-Parser and link community files in docs sidebar #835
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,3 @@ | ||||||
| Added :pypi:`myst-parser` to enable Markdown support in Sphinx documentation, | ||||||
| and linked the Code of Conduct in the docs sidebar | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we make that
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @julianz- as an alternative, this should work
Suggested change
|
||||||
| -- by :user:`julianz-`. | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ```{include} ../../.github/CODE_OF_CONDUCT.md | ||
| ``` |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -15,6 +15,7 @@ Welcome to Cheroot documentation! | |||||
| :hidden: | ||||||
|
|
||||||
| contributing/guidelines | ||||||
| contributing/code_of_conduct | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I didn't realize the CoC doc title was so long. Let's make the sidebar link shorter for now and maybe improve it later if needed.
Suggested change
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure. I also renamed "Private (dev) API autodoc" to "Internal API" in the sidebar as I thought the old name looks quite clunky. Happy to revert or use a different label if you prefer something else.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure about the internal API. This isn't in the scope of the PR and I'm also not sure how to name it. That name might be long but it's clear that it's not for public consumption and it just a dump of something generated w/o careful curating. Maybe, once we get to documenting the public API and pick the public and private bits apart, into different sections, it'll make sense to thing of better naming as a part of that move.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Calling it "Private" though seems counter intuitive. It's the whole API currently no? |
||||||
|
|
||||||
| .. toctree:: | ||||||
| :caption: Maintenance | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,6 +56,7 @@ refactoring | |
| refactorings | ||
| Sep | ||
| sep | ||
| sexualized | ||
| signalling | ||
| Sigstore | ||
| Solaris | ||
|
|
||
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.
For the future: modern versions of Sphinx can do this natively, we should try to migrate some day.
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.
Good to know.