1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
.. sphinx-tags documentation master file, created by
sphinx-quickstart on Wed May 18 09:12:39 2022.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
sphinx-tags
===========
sphinx-tags is a tiny Sphinx extension that implements blog-style tags for
documentation. It is compatible with rst, markdown and Jupyter notebooks. You
can also use this as an extra feature for sphinx-gallery.
Check out the `list of projects that use this extension <https://github.com/melissawm/sphinx-tags/discussions/32>`_.
.. toctree::
:maxdepth: 3
quickstart
configuration
examples/index
contribute/index
.. toctree::
:caption: Site tags
:hidden:
:maxdepth: 2
:titlesonly:
_tags/tagsindex
|