| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-09 | Merge PR #12103: Convert Ltac chapter to prodn | Théo Zimmermann | |
| 2020-06-08 | Make automatic name generation for directives more consistent: | Jim Fehrle | |
| - by default, generate names for all directives using the prefix "[a-zA-Z0-9_ ]+" except - don't generate a name for cmdv and tacv - generate more flexibily for exn, warn and attr | |||
| 2020-06-07 | [sphinx] Fix regexp used in coqdomain.CoqtopBlocksTransform.split_lines | Clément Pit-Claudel | |
| 2020-06-07 | Merge PR #12473: Match only a single line as the coqtop prompt in coqtop:: ↵ | Clément Pit-Claudel | |
| directive | |||
| 2020-06-06 | Match only a single line as the coqtop prompt | Jim Fehrle | |
| (the previous expression was including some expected output) | |||
| 2020-06-05 | Fix comment. | Théo Zimmermann | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> Remove note about Sphinx tradition. | |||
| 2020-06-05 | [sphinx] Fix #12361 | Clément Pit-Claudel | |
| 2020-06-05 | [sphinx] Improve the error message printed for duplicate names | Clément Pit-Claudel | |
| 2020-06-05 | [sphinx] Remove most pylint warnings | Clément Pit-Claudel | |
| 2020-05-18 | Support :gdef:`text <term>` syntax (adding "<term>") | Jim Fehrle | |
| 2020-05-11 | Checking validity of coqdoc file name. | Hugo Herbelin | |
| This fixes #12265 (javascript injection vulnerability in file name). | |||
| 2020-05-08 | Recursively look for the first string node | Quentin Carbonneaux | |
| 2020-05-08 | Simplify splitting | Quentin Carbonneaux | |
| 2020-05-07 | Cleanup formatting in .. coqtop:: directives | Quentin Carbonneaux | |
| 2020-04-29 | Support in-line glossary entries and references | Jim Fehrle | |
| with an index | |||
| 2020-04-19 | Don't create index entries for the name "_" | Jim Fehrle | |
| 2020-04-02 | Merge PR #11869: Add an index for attributes. | Clément Pit-Claudel | |
| Reviewed-by: cpitclaudel | |||
| 2020-03-25 | Convert Gallina Extensions to use prodn | Jim Fehrle | |
| 2020-03-22 | Format hyperlink targets and link ids with the same name | Jim Fehrle | |
| (translate '_' to '-' consistently) | |||
| 2020-03-20 | Add an index for attributes. | Théo Zimmermann | |
| 2020-03-19 | [refman] Stop using the deprecated math_block node (fixed GH-11856) | Clément Pit-Claudel | |
| 2020-03-19 | [refman] Remove workaround for sphinx-doc/sphinx#4983 | Clément Pit-Claudel | |
| 2020-03-18 | Update headers in the whole code base. | Théo Zimmermann | |
| Add headers to a few files which were missing them. | |||
| 2020-03-09 | Remove some productionlists | Jim Fehrle | |
| 2020-02-28 | Convert Gallina Vernac to use prodn | Jim Fehrle | |
| 2020-02-26 | Addr 'attr' directive for attributes | Jim Fehrle | |
| 2020-02-24 | Allow multiple indexed names on a single .. cmd::, etc. | Jim Fehrle | |
| 2020-02-17 | Merge PR #11614: Show apostrophes and backticks in HTML doc, too. | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-02-16 | Show apostrophes and backticks in HTML, too. | Jim Fehrle | |
| 2020-02-13 | Spell out the entry suffix in the main index | Jim Fehrle | |
| Ex: "(tactic)" instead of "(tacn)" | |||
| 2020-01-27 | checkdeps.py: report *all* missing dependencies at once | Paolo G. Giarrusso | |
| Otherwise you need a few feedback loops to install all dependencies. | |||
| 2020-01-27 | checkdeps: check for sphinxcontrib-bibtex | Paolo G. Giarrusso | |
| I lacked this package, and got: ``` $ make -j2 COQ_USE_DUNE=1 refman-html [...] env doc/sphinx_build (exit 2) (cd _build/default/doc && /usr/bin/env COQLIB=.. sphinx-build -j4 -W -b html -d sphinx_build/doctrees sphinx sphinx_build/html) Running Sphinx v2.1.2 Extension error: Could not import extension sphinxcontrib.bibtex (exception: No module named 'sphinxcontrib.bibtex') make: *** [refman-html] Error 1 ``` | |||
| 2020-01-03 | [tools] Remove support for python2 | Emilio Jesus Gallego Arias | |
| Closes #10491 We re-add the header in doc/tools/coqrst/notations/fontsupport.py which was removed by accident in 1a9c769ed363ee2f2784e7252af72e6c1e2fbcc6 The fontsupport script itself has been kept for reference, however it is not involved by any build target as of today. | |||
| 2019-12-28 | Prevent apostrophes and backticks from being stylized in latex | Jim Fehrle | |
| 2019-12-28 | Convert productionlists to prodns | Jim Fehrle | |
| 2019-12-19 | Support additional escape sequences in notations | Jim Fehrle | |
| 2019-12-14 | Make prodn look more like productionlist | Jim Fehrle | |
| 2019-07-01 | Update doc for % escapes in Sphinx doc, improve error messages | Jim Fehrle | |
| 2019-06-17 | Adapt change-header script to handle shebangs in addition to Emacs comments. | Théo Zimmermann | |
| Remove other types of lines before copyright headers. | |||
| 2019-06-17 | Update py-style headers to new year. | Théo Zimmermann | |
| 2019-06-17 | Update c-style headers to new year. | Théo Zimmermann | |
| 2019-06-14 | Add a comment documenting what fontsupport.py is. | Théo Zimmermann | |
| 2019-05-21 | Fixing typos - Part 1 | JPR | |
| 2019-05-16 | [refman] Introduce syntax for alternatives in notations | Clément Pit-Claudel | |
| Closes GH-8482. | |||
| 2019-05-12 | [refman] Raise an error when a notation doesn't parse | Clément Pit-Claudel | |
| 2019-04-21 | Remove duplicate copy of _warn_if_duplicate_name. | Jim Fehrle | |
| 2019-02-28 | [sphinx] Add warn option to coqtop directive. | Théo Zimmermann | |
| By default Coq warnings are made fatal when building the manual. If you want to show a command resulting in a warning, use the warn option. Preexisting warnings are either fixed or marked as expected. | |||
| 2019-02-20 | Merge PR #9560: [coqlib] Remove `-boot` option for setting the coqlib | Enrico Tassi | |
| Reviewed-by: SkySkimmer Ack-by: ejgallego Reviewed-by: gares | |||
| 2019-02-19 | [sphinx] Refactor handling of options for coqtop directive. | Théo Zimmermann | |
| Make it mandatory to give exactly one display option. | |||
| 2019-02-18 | [sphinx] Add abort and restart options to directive coqtop. | Théo Zimmermann | |
