-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add list of supported tools (#11547)
* Fix indent * Noodling on doctools * Pre-commit * Remove mkdocs getting started guide * Typo * Skip jsdoc for now * Add clarity on mkdocs vs material * link fix * WIP * Review feedback * Remove Getting Started with Sphinx * Remove links as well * Some updates to Sphinx and MkDocs pages * Directive not installed * WIP * Shorter! * Add canonical url for sphinx * Add see also * Complete instructions * Add test card display * Update deps * Alternate layout using only sphinx-design, with clickable cards * Add language and markup info the main pages * Revert unused dependencies * Revert unused dependencies * Apply suggestions from code review * Use the full feature branch for now * Style * Comment addons flyout section for now --------- Co-authored-by: Manuel Kaufmann <[email protected]>
- Loading branch information
Showing
8 changed files
with
413 additions
and
213 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Supported tools | ||
=============== | ||
|
||
Read the Docs provides hosting for static html documentation generated by Sphinx, | ||
MkDocs, Docusaurus and a variety of other tools. | ||
|
||
Here are minimal configuration examples for some common tools, | ||
with more coming soon. | ||
|
||
.. grid:: 2 | ||
|
||
.. grid-item-card:: Material for MkDocs | ||
:link: mkdocs.html | ||
|
||
Material for MkDocs is a powerful documentation framework on top of MkDocs. | ||
|
||
Supported formats | ||
:bdg-success:`md` | ||
Written in | ||
:bdg-info:`python` | ||
|
||
|
||
.. grid-item-card:: Sphinx | ||
:link: sphinx.html | ||
|
||
Sphinx is a powerful documentation generator that has many features for writing technical documentation. | ||
|
||
Supported formats | ||
:bdg-success:`rst` :bdg-success:`md` | ||
Written in | ||
:bdg-info:`python` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.