diff options
| author | Maxime Dénès | 2018-03-11 00:37:44 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-03-13 12:45:27 +0100 |
| commit | 8a8d639f2c8fab776a5bdfea6da08127f0d97ce2 (patch) | |
| tree | f0474ab33804e3172ec3eeeb1ba1a5f1ee19154f | |
| parent | b00563550b983e81a9949c1e53849f8a21ee307d (diff) | |
[Sphinx] Add indexes
| -rw-r--r-- | doc/sphinx/coq-cmdindex.rst | 5 | ||||
| -rw-r--r-- | doc/sphinx/coq-exnindex.rst | 5 | ||||
| -rw-r--r-- | doc/sphinx/coq-optindex.rst | 5 | ||||
| -rw-r--r-- | doc/sphinx/coq-tacindex.rst | 5 | ||||
| -rw-r--r-- | doc/sphinx/genindex.rst | 5 | ||||
| -rw-r--r-- | doc/sphinx/index.rst | 7 |
6 files changed, 31 insertions, 1 deletions
diff --git a/doc/sphinx/coq-cmdindex.rst b/doc/sphinx/coq-cmdindex.rst new file mode 100644 index 0000000000..7df6cb36c5 --- /dev/null +++ b/doc/sphinx/coq-cmdindex.rst @@ -0,0 +1,5 @@ +.. hack to get index in TOC + +----------------- +Command index +----------------- diff --git a/doc/sphinx/coq-exnindex.rst b/doc/sphinx/coq-exnindex.rst new file mode 100644 index 0000000000..100c57b085 --- /dev/null +++ b/doc/sphinx/coq-exnindex.rst @@ -0,0 +1,5 @@ +.. hack to get index in TOC + +---------------------- +Errors, warnings index +---------------------- diff --git a/doc/sphinx/coq-optindex.rst b/doc/sphinx/coq-optindex.rst new file mode 100644 index 0000000000..f8046a800b --- /dev/null +++ b/doc/sphinx/coq-optindex.rst @@ -0,0 +1,5 @@ +.. hack to get index in TOC + +----------------- +Option index +----------------- diff --git a/doc/sphinx/coq-tacindex.rst b/doc/sphinx/coq-tacindex.rst new file mode 100644 index 0000000000..588104f465 --- /dev/null +++ b/doc/sphinx/coq-tacindex.rst @@ -0,0 +1,5 @@ +.. hack to get index in TOC + +------------- +Tactic index +------------- diff --git a/doc/sphinx/genindex.rst b/doc/sphinx/genindex.rst new file mode 100644 index 0000000000..a991c7f9f8 --- /dev/null +++ b/doc/sphinx/genindex.rst @@ -0,0 +1,5 @@ +.. hack to get index in TOC + +----- +Index +----- diff --git a/doc/sphinx/index.rst b/doc/sphinx/index.rst index 0de75ca0ce..4a3548c1d8 100644 --- a/doc/sphinx/index.rst +++ b/doc/sphinx/index.rst @@ -23,7 +23,12 @@ Table of contents .. toctree:: :caption: Indexes - :titlesonly: + + genindex + coq-cmdindex + coq-tacindex + coq-optindex + coq-exnindex .. No entries yet * :index:`thmindex` |
