cpython/Doc/reference
Miss Islington (bot) c5cddc17b5
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) (GH-22300)
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".
(cherry picked from commit 8af239eacf)

Co-authored-by: Victor Stinner <vstinner@python.org>
2020-09-18 10:31:28 +02:00
..
compound_stmts.rst bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) (GH-22300) 2020-09-18 10:31:28 +02:00
datamodel.rst [3.8] [3.9] bpo-41688: Document bug in **= dispatching in the language data… (GH-22172) (GH-22175) 2020-09-09 11:15:49 -07:00
executionmodel.rst bpo-34682: Wording and grammatical changes to the doc(https://docs.python.org/3) (GH-13120) 2019-05-13 06:05:20 -07:00
expressions.rst bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) (GH-22300) 2020-09-18 10:31:28 +02:00
grammar.rst
import.rst Improve grammar in the import system reference documentation (GH-18209) 2020-02-10 14:37:45 -08:00
index.rst Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 2012-10-28 11:10:24 -07:00
introduction.rst bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) (GH-22300) 2020-09-18 10:31:28 +02:00
lexical_analysis.rst bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) (GH-22300) 2020-09-18 10:31:28 +02:00
simple_stmts.rst bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) (GH-22300) 2020-09-18 10:31:28 +02:00
toplevel_components.rst bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) (GH-22300) 2020-09-18 10:31:28 +02:00