mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
This is based on a post from opensource.com [1] and demonstrates how one can use indexes for cross-referencing and domains to group these indexes along with domains and roles. The source code was taken from [2] after getting the license changed [3]. [1] https://opensource.com/article/18/11/building-custom-workflows-sphinx [2] https://github.com/ofosos/sphinxrecipes [3] https://github.com/ofosos/sphinxrecipes/issues/1 Signed-off-by: Stephen Finucane <stephen@that.guru>
13 lines
213 B
ReStructuredText
13 lines
213 B
ReStructuredText
Extension tutorials
|
|
===================
|
|
|
|
Refer to the following tutorials to get started with extension development.
|
|
|
|
.. toctree::
|
|
:caption: Directive tutorials
|
|
:maxdepth: 1
|
|
|
|
helloworld
|
|
todo
|
|
recipe
|