We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1677f41 commit ccc95eaCopy full SHA for ccc95ea
doc/tutorial/describing-code.rst
@@ -54,8 +54,9 @@ Notice several things:
54
55
The ``py:`` prefix specifies the :term:`domain`. You may configure the
56
default domain so you can omit the prefix, either globally using the
57
- :confval:`primary_domain` configuration, or per-file using the
58
- :rst:dir:`default-domain` directive.
+ :confval:`primary_domain` configuration, or use the
+ :rst:dir:`default-domain` directive to change it from the point it is called
59
+ until the end of the file.
60
For example, if you set it to ``py`` (the default), you can write
61
``.. function::`` directly.
62
0 commit comments