-
Notifications
You must be signed in to change notification settings - Fork 862
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make various documentation related updates.
* Document various policies which we have already been following: * Document release notes in Contributing Guide. * Add some additional notes regarding issues and PRs to contributing guide. * Comment on Commonmark on frontpage of docs (in Goals). * Autolink to issues in release notes using mdx_gh_links. Also abandon the `doc-requirements.txt` file for a `docs` entry in `pyproject.toml` under `[project.optional-dependencies]`. We are now consistently defining optional dependencies project-wide. Note that the dependencies can be installed with `pip install .[docs]`. * Update development environment documentation. * Set min version of mkdocs theme.
- Loading branch information
Showing
9 changed files
with
113 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ CLI | |
CodeHilite | ||
codehilite | ||
Cogumbreiro | ||
CommonMark | ||
convertFile | ||
CSS | ||
dedent | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,6 @@ markdown_extensions: | |
- codehilite | ||
- toc: | ||
permalink: true | ||
- mdx_gh_links: | ||
user: Python-Markdown | ||
repo: markdown |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters