sphinx/doc/development/tutorials/examples
2025-01-12 01:04:14 +00:00
..
autodoc_intenum.py Remove unneeded runtime typing imports (#13233) 2025-01-12 01:04:14 +00:00
helloworld.py [docs] Improve tutorials (#12473) 2024-06-27 22:30:03 +02:00
README.rst docs: Address review comments 2019-02-14 10:31:45 +00:00
recipe.py Reduce the formatter's target line length to 88 (#12757) 2024-08-11 00:19:50 +01:00
todo.py Avoid attribute indirection with `env` (#13212) 2025-01-05 09:10:55 +00: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.