Skip to content

Commit

Permalink
Add list of supported tools (#11547)
Browse files Browse the repository at this point in the history
* 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
plaindocs and humitos authored Sep 23, 2024
1 parent c3a0268 commit 4043094
Show file tree
Hide file tree
Showing 8 changed files with 413 additions and 213 deletions.
2 changes: 1 addition & 1 deletion common
5 changes: 3 additions & 2 deletions docs/user/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Read the Docs: documentation simplified
:caption: Getting started

/tutorial/index
/intro/getting-started-with-sphinx
/intro/getting-started-with-mkdocs
/intro/doctools
/intro/mkdocs
/intro/sphinx
/intro/add-project
/examples

Expand Down
31 changes: 31 additions & 0 deletions docs/user/intro/doctools.rst
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`
87 changes: 0 additions & 87 deletions docs/user/intro/getting-started-with-mkdocs.rst

This file was deleted.

119 changes: 0 additions & 119 deletions docs/user/intro/getting-started-with-sphinx.rst

This file was deleted.

Loading

0 comments on commit 4043094

Please sign in to comment.