]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
authorVictor Stinner <vstinner@python.org>
Fri, 18 Sep 2020 07:10:15 +0000 (09:10 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 07:10:15 +0000 (09:10 +0200)
commit8af239eacfcf52e4e0e2b0223e7cea4672309483
treeb8bbfbf4ef54aefcb69b9690555b4bb47bf96b19
parent27201cddf3b25be7df25bbe36966531539757d60
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)

Use an unique identifier for the different grammars documented using
the Sphinx productionlist markup.

productionlist markups of the same grammar, like "expressions" or
"compound statements", use the same identifier "python-grammar".
Doc/library/functions.rst
Doc/library/string.rst
Doc/reference/compound_stmts.rst
Doc/reference/expressions.rst
Doc/reference/introduction.rst
Doc/reference/lexical_analysis.rst
Doc/reference/simple_stmts.rst
Doc/reference/toplevel_components.rst