Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [sphinx] More reference fixes. | Théo Zimmermann | 2018-05-05 |
| | |||
* | [sphinx] Fix a porting mistake. | Théo Zimmermann | 2018-05-05 |
| | |||
* | [sphinx] Use references for Print. | Théo Zimmermann | 2018-05-05 |
| | |||
* | Fix error messages and make them consistent. | Théo Zimmermann | 2018-05-05 |
| | | | | All the error messages start with a capitalized letter and end with a dot. | ||
* | Add direct reference to congruence with. | Théo Zimmermann | 2018-05-05 |
| | |||
* | Clean-up around options. | Théo Zimmermann | 2018-05-05 |
| | | | | | | - Remove all trailing dots. - There is only one Bullet Behavior option. - Replaces `@natural` and `@integer` by `@num`. | ||
* | debug trivial and debug auto were not in the tactic index. | Théo Zimmermann | 2018-05-05 |
| | |||
* | Fix failing example in refman. | Théo Zimmermann | 2018-05-05 |
| | |||
* | [sphinx] Fix some references. | Théo Zimmermann | 2018-05-05 |
| | |||
* | [sphinx] Use option direct reference. | Théo Zimmermann | 2018-05-05 |
| | |||
* | [sphinx] Fix a typo that appeared during the migration. | Théo Zimmermann | 2018-05-05 |
| | |||
* | [sphinx] Fix a hardcoded reference. | Théo Zimmermann | 2018-05-05 |
| | |||
* | [sphinx] Backport reformulation. | Théo Zimmermann | 2018-05-05 |
| | | | | (cf. 711b9d8cdf6e25690d247d9e8c49f005527e64e2) | ||
* | [sphinx] Backport fix of typo. | Théo Zimmermann | 2018-05-05 |
| | | | | (cf. 6131f89f6b91c45e641dd877df8719fa77987453) | ||
* | Fix typo in Coercions chapter. | Théo Zimmermann | 2018-05-05 |
| | |||
* | Make "intro"/"intros" progress on existential variables. | Hugo Herbelin | 2018-05-02 |
| | |||
* | Strict focusing using Default Goal Selector. | Gaëtan Gilbert | 2018-04-29 |
| | | | | | | | | | | | | We add a [SelectAlreadyFocused] constructor to [goal_selector] (read "!") which causes a failure when there's not exactly 1 goal and otherwise is a noop. Then [Set Default Goal Selector "!".] puts us in "strict focusing" mode where we can only run tactics if we have only one goal or use a selector. Closes #6689. | ||
* | Merge PR #7331: Fix a typo in the reference manual: <; -> <: | Maxime Dénès | 2018-04-26 |
|\ | |||
* \ | Merge PR #7181: Sphinx docs: clarify strict implicit arguments a bit | Maxime Dénès | 2018-04-26 |
|\ \ | |||
| | * | Fix a typo in the reference manual: <; -> <: | Kazuhiko Sakaguchi | 2018-04-23 |
| |/ |/| | |||
* | | Add some 8.8.0 contributors in credits | Maxime Dénès | 2018-04-17 |
| | | |||
* | | Merge PR #7270: Sphinx doc fix indices | Maxime Dénès | 2018-04-16 |
|\ \ | |||
| * | | [Sphinx] Clean-up indices | Maxime Dénès | 2018-04-16 |
| | | | |||
* | | | Merge PR #7264: [Sphinx] Fix a lot of references and description of options | Maxime Dénès | 2018-04-16 |
|\| | | |||
* | | | Merge PR #7266: Remove LaTeX refman, now that migration to Sphinx is complete | Maxime Dénès | 2018-04-16 |
|\ \ \ | |||
| * | | | Remove LaTeX refman, now that migration to Sphinx is complete | Maxime Dénès | 2018-04-16 |
| | | | | |||
| | * | | [Sphinx] Fix a lot of references and description of options | Maxime Dénès | 2018-04-16 |
| |/ / | |||
* / / | Document the Export Set/Unset commands. | Pierre-Marie Pédrot | 2018-04-16 |
|/ / | | | | | | | Fixes #6963. | ||
* | | Merge PR #7200: [ltac] Deprecate nameless fix/cofix. | Maxime Dénès | 2018-04-16 |
|\ \ | |||
* \ \ | Merge PR #7251: doc: Rename UbuntuMono-Square to CoqNotations and tweak spacing | Maxime Dénès | 2018-04-16 |
|\ \ \ | |||
* | | | | [Sphinx] Fix all remaining warnings. | Maxime Dénès | 2018-04-14 |
| | | | | |||
| * | | | doc: Rename UbuntuMono-Square to CoqNotations and tweak spacing | Clément Pit-Claudel | 2018-04-14 |
| | | | | | | | | | | | | | | | | | | | | The Ubuntu Font License requires substantially modified fonts to be renamed entirely. | ||
* | | | | [sphinx] Fix many warnings. | Théo Zimmermann | 2018-04-14 |
| | | | | | | | | | | | | | | | | | | | | Including cross-reference TODOs. I took down the number of warnings from 300 to 50. | ||
* | | | | [Sphinx] Add chapter 9. | Théo Zimmermann | 2018-04-14 |
| | | | | | | | | | | | | | | | | Chapter ported by Théo Zimmermann and Maxime Dénès. | ||
* | | | | [Sphinx] Move chapter 9 to new infrastructure. | Théo Zimmermann | 2018-04-14 |
| | | | | |||
| | * | | [ltac] Deprecate nameless fix/cofix. | Emilio Jesus Gallego Arias | 2018-04-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LTAC's `fix` and `cofix` do require access to the proof object inside the tactic monad when used without a name. This is a bit inconvenient as we aim to make the handling of the proof object purely functional. Alternatives have been discussed in #7196, and it seems that deprecating the nameless forms may have the best cost/benefit ratio, so opening this PR for discussion. See also #6171. | ||
* | | | | [Sphinx] Add Chapter 1 | Maxime Dénès | 2018-04-13 |
| | | | | |||
* | | | | [Sphinx] Move chapter 1 to new infrastructure | Maxime Dénès | 2018-04-13 |
| |/ / |/| | | |||
* | | | Merge PR #7117: Sphinx doc chapter 29 | Théo Zimmermann | 2018-04-13 |
|\ \ \ | |||
* \ \ \ | Merge PR #7222: [sphinx] Remove migration artefacts. | Maxime Dénès | 2018-04-12 |
|\ \ \ \ | |||
* \ \ \ \ | Merge PR #7220: Many Sphinx fixes (including a fix of the credits chapter) | Maxime Dénès | 2018-04-12 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge PR #7201: Translation fixes in chapter syntax extensions. | Maxime Dénès | 2018-04-12 |
|\ \ \ \ \ \ | |||
| | | | * | | | [Sphinx] Add chapter 29 | Maxime Dénès | 2018-04-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Clément Pit Claudel for porting this chapter. Backport universe polymorphism changes from 2017 and 2018. | ||
| | | * | | | | [sphinx] Remove migration artefacts. | Théo Zimmermann | 2018-04-11 |
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | These were used very inconsistenty, serve no purpose and the link to the source is particularly useless because it's a moving target. | ||
| | | * | | | [Sphinx] Move chapter 29 to new infrastructure | Maxime Dénès | 2018-04-11 |
| |_|/ / / |/| | | | | |||
| | * | | | [sphinx] Use macros for notes and examples. | Théo Zimmermann | 2018-04-11 |
| | | | | | |||
| | * | | | [sphinx] Fixes in chapter 2. | Théo Zimmermann | 2018-04-11 |
| | | | | | | | | | | | | | | | | | | | | Mostly using the good option macros. | ||
| | * | | | Remove empty reference to the current version of Coq. | Théo Zimmermann | 2018-04-11 |
| | | | | | |||
| | * | | | [sphinx] Use macro |CoqIDE| consistently. | Théo Zimmermann | 2018-04-11 |
| | | | | | |||
| | * | | | Add credits related to the Sphinx migration. | Théo Zimmermann | 2018-04-11 |
| | | | | | | | | | | | | | | | | | | | | Closes #7209. |