diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2014-12-17 22:13:49 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2014-12-17 22:13:49 +0000 |
| commit | 5cd3e6088df163f080d9b769122b27a5ef760b47 (patch) | |
| tree | fe2b068bfdcf6f24b3ca63dc8f74cc2d7a7d0f54 /docs/ref/rst | |
| parent | 4b1e552e4f259141769efdcba1d2f975ee9fa935 (diff) | |
| download | docutils-5cd3e6088df163f080d9b769122b27a5ef760b47.tar.gz | |
Fix #268 wrong synonym for sectnum directive in docs.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7780 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/ref/rst')
| -rw-r--r-- | docs/ref/rst/directives.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/rst/directives.txt b/docs/ref/rst/directives.txt index b58f5f131..582b5d0a3 100644 --- a/docs/ref/rst/directives.txt +++ b/docs/ref/rst/directives.txt @@ -1005,19 +1005,19 @@ The following options are recognized: .. _sectnum: -.. _section-autonumbering: +.. _section-numbering: Automatic Section Numbering =========================== -:Directive Type: "sectnum" or "section-autonumbering" (synonyms) +:Directive Type: "sectnum" or "section-numbering" (synonyms) :Doctree Elements: pending_, generated_ :Directive Arguments: None. :Directive Options: Possible. :Directive Content: None. :Configuration Setting: sectnum_xform_ -The "sectnum" (or "section-autonumbering") directive automatically numbers +The "sectnum" (or "section-numbering") directive automatically numbers sections and subsections in a document (if not disabled by the ``--no-section-numbering`` command line option or the `sectnum_xform`_ configuration setting). |
