aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
* Merge PR #7537: Improve the Gallina chapter of the reference manual.Gravatar Maxime Dénès2018-06-01
|\
* \ Merge PR #7606: Allow more than one signature and name per Sphinx objectGravatar Maxime Dénès2018-06-01
|\ \
* \ \ Merge PR #7566: Remove a dead old-refman file.Gravatar Maxime Dénès2018-05-29
|\ \ \
| | | * Improve the last section of the Gallina chapter.Gravatar Théo Zimmermann2018-05-28
| | | |
| | | * Chapter 1 of the refman compiles without reporting any undocumented object.Gravatar Théo Zimmermann2018-05-28
| | | |
| | | * Improve sections on (Co)Fixpoint of the Gallina chapter.Gravatar Théo Zimmermann2018-05-28
| | | |
| | | * Improve subsection on co-inductive types of the Gallina chapter.Gravatar Théo Zimmermann2018-05-27
| | | |
| | | * Improve subsection on mutual inductive types of the Gallina chapter.Gravatar Théo Zimmermann2018-05-27
| | | |
| | | * Move 'new in Coq 8.1' subsection to an appropriate place.Gravatar Théo Zimmermann2018-05-27
| | | |
| | | * Document Variant properly.Gravatar Théo Zimmermann2018-05-27
| | | | | | | | | | | | | | | | | | | | | | | | Cf. Enrico's remark at https://github.com/coq/coq/pull/7536#issuecomment-389826121 This commit also marginally improves the Record doc (a lot more remains to do).
| | | * Improve inductive types subsection of the Gallina chapter.Gravatar Théo Zimmermann2018-05-27
| | | |
| | | * Improve subsection Definitions of the Gallina chapter.Gravatar Théo Zimmermann2018-05-26
| | | |
| | | * Improve subsection Assumptions of the Gallina chapter.Gravatar Théo Zimmermann2018-05-26
| | | |
| | | * Improve the section Terms of the Gallina chapter.Gravatar Théo Zimmermann2018-05-26
| | |/ | | | | | | | | | Including adding missing irrefutable-patterns to the grammar of binders.
| | * [doc] Allow more than one signature and name per Sphinx objectGravatar Clément Pit-Claudel2018-05-25
| |/ |/| | | | | As discussed in GH-7556.
* | Merge PR #7467: Remove unused references from biblio.Gravatar Maxime Dénès2018-05-25
|\ \
* \ \ Merge PR #7556: Add a setting to warn about empty object in the refmanGravatar Maxime Dénès2018-05-25
|\ \ \
* \ \ \ Merge PR #7508: Improve rewrite section in tactic chapter.Gravatar Maxime Dénès2018-05-25
|\ \ \ \
* \ \ \ \ Merge PR #7533: [sphinx] Bump timeout. Closes #7532.Gravatar Maxime Dénès2018-05-25
|\ \ \ \ \
| | | | * | Fix #7576: broken link for Delahaye paper.Gravatar Théo Zimmermann2018-05-23
| | | | | |
| | | | * | Remove unused references from biblio.Gravatar Théo Zimmermann2018-05-23
| |_|_|/ / |/| | | |
| | | * | [doc] Document the new report_undocumented_coq_objects settingGravatar Clément Pit-Claudel2018-05-22
| | | | |
| | | * | [doc] Add a list of common mistakesGravatar Clément Pit-Claudel2018-05-22
| | | | |
| | | * | [doc] Add a setting to warn about empty Coq objectsGravatar Clément Pit-Claudel2018-05-22
| | | | |
| | | | * Remove a dead old-refman file.Gravatar Théo Zimmermann2018-05-21
| | | |/
* | | / Document the new nested-proof error message.Gravatar Théo Zimmermann2018-05-21
| |_|/ |/| |
* | | Document nested proofs and associated option.Gravatar Théo Zimmermann2018-05-17
| | |
* | | Merge PR #7517: [sphinx] Fix indentation at the end of proof handling chapter.Gravatar Maxime Dénès2018-05-16
|\ \ \
* \ \ \ Merge PR #7535: Typo in documentation of DeriveGravatar Théo Zimmermann2018-05-16
|\ \ \ \
* \ \ \ \ Merge PR #7493: Minor update of the documentation about the rcfileGravatar Emilio Jesus Gallego Arias2018-05-16
|\ \ \ \ \
| | * | | | Typo in documentation of DeriveGravatar Joachim Breitner2018-05-16
| |/ / / / |/| | | |
| | | * | [sphinx] Bump timeout. Closes #7532.Gravatar Clément Pit-Claudel2018-05-16
| |_|/ / |/| | |
| | | * [sphinx] Fix mistake in index.Gravatar Théo Zimmermann2018-05-16
| | | |
| | | * [sphinx] Improve rewrite section in tactic chapter.Gravatar Théo Zimmermann2018-05-16
| |_|/ |/| | | | | | | | Including a fix to the example given in #7407.
| * | Minor update of the documentation/man about the resource file.Gravatar Hugo Herbelin2018-05-16
| | |
* | | [doc] More feedback on doc writer guideGravatar Clément Pit-Claudel2018-05-15
| | | | | | | | | | | | Co-Authored-By: @Zimmi48
* | | [doc] Search for 'coqtop' in $PATH if COQBIN is unsetGravatar Clément Pit-Claudel2018-05-15
| | |
* | | [doc] Address feedback on doc writer guideGravatar Clément Pit-Claudel2018-05-15
| | | | | | | | | | | | Co-Authored-By: @Zimmi48
* | | [doc] Clarify a comment in the READMEGravatar Clément Pit-Claudel2018-05-15
| | |
* | | [doc] Add an ELisp snippet to insert Sphinx roles and quotesGravatar Clément Pit-Claudel2018-05-15
| | |
* | | [doc] Add a README to doc/sphinx/Gravatar Clément Pit-Claudel2018-05-15
| | | | | | | | | | | | | | | The readme is auto-generated by combining introductory text with the docstrings in coqdomain.py.
* | | [doc] Document all directives and roles of our Sphinx domainGravatar Clément Pit-Claudel2018-05-15
| | | | | | | | | | | | | | | Also get rid of a few unused or redundant constructs: the :ltac: role and the 'tac' directive (unused) and the :gallina: and :notation: roles (redundant).
* | | [doc] Small fixesGravatar Clément Pit-Claudel2018-05-15
| | |
* | | [doc] Compute the path to coqdoc at run time, not at load timeGravatar Clément Pit-Claudel2018-05-15
| | |
| | * [sphinx] Fix indentation at the end of proof handling chapter.Gravatar Théo Zimmermann2018-05-15
| |/ |/|
* | Remove duplicate entries for Proof, Qed, Defined, Admitted.Gravatar Théo Zimmermann2018-05-14
| | | | | | | | And marginal improvements in the last section of the Gallina chapter.
* | Merge PR #7374: [sphinx] More fatal warnings.Gravatar Maxime Dénès2018-05-14
|\ \
* | | Doc: Renaming an old-style numerical evar in an alphabetical one.Gravatar Hugo Herbelin2018-05-11
| | |
* | | Doc: Moving `\forall` to `forall` in file tactics.rst.Gravatar Hugo Herbelin2018-05-11
| | | | | | | | | | | | | | | Not only are most of "forall"s in the manual in Coq notation, but the math notation leads to have a specially long space after the comma.
* | | Doc: Some quotes missing in file tactics.rst.Gravatar Hugo Herbelin2018-05-11
| | |