diff options
| author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-07-05 09:22:14 +0200 |
|---|---|---|
| committer | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-07-05 09:22:14 +0200 |
| commit | 50bd1c3967fae76e36a5b1d386e3cbad637f6da1 (patch) | |
| tree | 90b766ad401f767e407209a4aebaf027a709f90c /doc/tutorial | |
| parent | 74e565f99bcbe664b8d1cb7641abd1b0c64dd2e0 (diff) | |
| download | sphinx-git-50bd1c3967fae76e36a5b1d386e3cbad637f6da1.tar.gz | |
Remove unnecessary label
Diffstat (limited to 'doc/tutorial')
| -rw-r--r-- | doc/tutorial/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst index b3e388258..7a7a310c3 100644 --- a/doc/tutorial/index.rst +++ b/doc/tutorial/index.rst @@ -346,7 +346,7 @@ As an example, create a new file ``docs/source/usage.rst`` (next to (.venv) $ pip install lumache This new file contains two :ref:`section <rst-sections>` headers, normal -paragraph text, and a :ref:`code-block <rst-code-block>` directive that renders +paragraph text, and a :rst:dir:`code-block` directive that renders a block of content as source code, with appropriate syntax highlighting (in this case, generic ``console`` text). |
