-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[doc] Create a separate index file for the LaTeX build
See sphinx-doc/sphinx#4977 for context.
- Loading branch information
1 parent
6146def
commit dc4fc03
Showing
8 changed files
with
135 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
========================== | ||
The Coq Reference Manual | ||
========================== | ||
|
||
Introduction | ||
------------ | ||
|
||
.. include:: introduction.rst | ||
|
||
Credits | ||
------- | ||
|
||
.. include:: credits.rst | ||
|
||
License | ||
------- | ||
|
||
.. include:: license.rst | ||
|
||
The language | ||
------------ | ||
|
||
.. toctree:: | ||
|
||
language/gallina-specification-language | ||
language/gallina-extensions | ||
language/coq-library | ||
language/cic | ||
language/module-system | ||
|
||
The proof engine | ||
---------------- | ||
|
||
.. toctree:: | ||
|
||
proof-engine/vernacular-commands | ||
proof-engine/proof-handling | ||
proof-engine/tactics | ||
proof-engine/ltac | ||
proof-engine/detailed-tactic-examples | ||
proof-engine/ssreflect-proof-language | ||
|
||
User extensions | ||
--------------- | ||
|
||
.. toctree:: | ||
|
||
user-extensions/syntax-extensions | ||
user-extensions/proof-schemes | ||
|
||
Practical tools | ||
--------------- | ||
|
||
.. toctree:: | ||
|
||
practical-tools/coq-commands | ||
practical-tools/utilities | ||
practical-tools/coqide | ||
|
||
Addendum | ||
-------- | ||
|
||
.. toctree:: | ||
|
||
addendum/extended-pattern-matching | ||
addendum/implicit-coercions | ||
addendum/canonical-structures | ||
addendum/type-classes | ||
addendum/omega | ||
addendum/micromega | ||
addendum/extraction | ||
addendum/program | ||
addendum/ring | ||
addendum/nsatz | ||
addendum/generalized-rewriting | ||
addendum/parallel-proof-processing | ||
addendum/miscellaneous-extensions | ||
addendum/universe-polymorphism | ||
|
||
.. No need for an explicit bibliography entry in the toc: it gets picked up | ||
from ``zebibliography.rst``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
This material (the Coq Reference Manual) may be distributed only subject to the | ||
terms and conditions set forth in the Open Publication License, v1.0 or later | ||
(the latest version is presently available at | ||
http://www.opencontent.org/openpub). Options A and B are not elected. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters