diff options
| author | Théo Zimmermann | 2020-03-19 15:51:18 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-03-19 15:51:27 +0100 |
| commit | 1be31dea4cfd31522898edc07fee0829fea7c68d (patch) | |
| tree | 3bb6df49147fbb96603f950d922d153feccc27d7 /doc/sphinx/proofs/creating-tactics | |
| parent | f5be988da566d0a48c67bd81be6d32376b3ba2a5 (diff) | |
Adapt to sub-TOC not showing in PDF output.
Diffstat (limited to 'doc/sphinx/proofs/creating-tactics')
| -rw-r--r-- | doc/sphinx/proofs/creating-tactics/index.rst | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/sphinx/proofs/creating-tactics/index.rst b/doc/sphinx/proofs/creating-tactics/index.rst index 5882f10ec3..1af1b0b726 100644 --- a/doc/sphinx/proofs/creating-tactics/index.rst +++ b/doc/sphinx/proofs/creating-tactics/index.rst @@ -13,13 +13,6 @@ this has also highlighted its limits and fragility. The experimental language :ref:`Ltac2 <ltac2>` is a typed and more principled variant which is more adapted to building complex tactics. -.. toctree:: - :maxdepth: 1 - - ../../proof-engine/ltac - ../../proof-engine/ltac2 - - There are other solutions beyond these two tactic languages to write new tactics: @@ -33,3 +26,9 @@ new tactics: effort and commitment. A tutorial for writing Coq plugins is available in the Coq repository in `doc/plugin_tutorial <https://github.com/coq/coq/tree/master/doc/plugin_tutorial>`_. + +.. toctree:: + :maxdepth: 1 + + ../../proof-engine/ltac + ../../proof-engine/ltac2 |
