sphinx/doc/development/tutorials/examples
Chris Sewell d59b158371
👌 Make ExtensionMetadata type public and use it in internal extensions (#12153)
This type alias has now been fully documented for public consumption.

This will be beneficial to the sphinx ecosystem,
to aide/encourage extension developers to provide the correct metadata.

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
2024-03-21 16:19:26 +01:00
..
autodoc_intenum.py 🔧 Ruff format python files within docs folder (#12139) 2024-03-19 15:23:57 +01:00
helloworld.py 👌 Make ExtensionMetadata type public and use it in internal extensions (#12153) 2024-03-21 16:19:26 +01:00
README.rst docs: Address review comments 2019-02-14 10:31:45 +00:00
recipe.py 👌 Make ExtensionMetadata type public and use it in internal extensions (#12153) 2024-03-21 16:19:26 +01:00
todo.py 👌 Make ExtensionMetadata type public and use it in internal extensions (#12153) 2024-03-21 16:19:26 +01:00

:orphan:

Tutorial examples
=================

This directory contains a number of examples used in the tutorials. These are
intended to be increasingly complex to demonstrate the various features of
Sphinx, but should aim to be as complicated as necessary but no more.
Individual sections are referenced by line numbers, meaning if you make changes
to the source files, you should update the references in the documentation
accordingly.