| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-29 | Merge PR #12150: Support in-line glossary definitions and references with an ↵ | Clément Pit-Claudel | |
| index Ack-by: Zimmi48 | |||
| 2020-04-29 | Support in-line glossary entries and references | Jim Fehrle | |
| with an index | |||
| 2020-04-28 | Merge PR #11718: Convert syntax extensions chapter to prodn | Théo Zimmermann | |
| Ack-by: JasonGross Ack-by: Zimmi48 Ack-by: cpitclaudel | |||
| 2020-04-26 | Convert syntax extensions chapter to prodn | Jim Fehrle | |
| 2020-04-21 | Update common.edit_mlg and fullGrammar following #12038. | Théo Zimmermann | |
| 2020-04-19 | Don't create index entries for the name "_" | Jim Fehrle | |
| 2020-04-13 | Update syntax of Import / Export in documentation. | Théo Zimmermann | |
| 2020-04-11 | Merge PR #11961: Convert vernac commands chapter to prodn, update syntax | Théo Zimmermann | |
| Ack-by: Zimmi48 Ack-by: cpitclaudel | |||
| 2020-04-10 | Convert vernac commands chapter to prodn, update syntax | Jim Fehrle | |
| 2020-04-10 | Suppress the space after "#" when printing productions | Jim Fehrle | |
| to reflect lexer requirement for no space | |||
| 2020-04-10 | Ignore subscripts in notation for matching cmds and tacs | Jim Fehrle | |
| 2020-04-10 | Fix prefix matching | Jim Fehrle | |
| 2020-04-07 | Support universe bindings and universe constraints in Let definitions. | Théo Zimmermann | |
| Let vs Definition / Example syntax was split in 7c28130 for parsing reasons: so that the new Let Fixpoint and Let CoFixpoint syntax could be introduced. This split is probably the reason why Let was overlooked when support for universe bindings and universe constraints were added to Definition and variants. | |||
| 2020-04-02 | Merge PR #11869: Add an index for attributes. | Clément Pit-Claudel | |
| Reviewed-by: cpitclaudel | |||
| 2020-03-30 | [dune] [docgram] Remove bash hack thanks to new option -no-update. | Théo Zimmermann | |
| 2020-03-30 | Merge PR #11958: Add -no-update command line option to doc_grammar for Dune | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-03-29 | Add -no-update command line option to doc_grammar for Dune | Jim Fehrle | |
| Fix makefile glitches | |||
| 2020-03-29 | Merge PR #11938: Support for updating orderedGrammar with Dune. | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-03-28 | Remove SearchAbout command, deprecated in 8.5 | Jim Fehrle | |
| 2020-03-28 | Update fullGrammar and orderedGrammar following #11877. | Théo Zimmermann | |
| 2020-03-28 | New target check-gram to check if fullGrammar and orderedGrammar are up-to-date. | Théo Zimmermann | |
| Use `dune build @check-gram --auto-promote` to automatically update these two files. You will need to run it twice if the two files need to be updated (which is the case most often) as Dune will stop after the first diff failure. The rst files are also updated but left in the `_build/` directory as Dune wouldn't support targets outside the current directory. You can just `mv _build/default/doc/sphinx doc` to update them after running the @check-gram target. | |||
| 2020-03-25 | Doc_grammar: Update cmd:: and tacn:: constructs in .rsts | Jim Fehrle | |
| Remove unneeded source and output files Move all commands under command NT Add a lot of edits for commands and tactics | |||
| 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-20 | Merge PR #11665: Make Cumulative, NonCumulative and Private attributes. | Pierre-Marie Pédrot | |
| Ack-by: SkySkimmer Reviewed-by: jfehrle Reviewed-by: ppedrot | |||
| 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-19 | Update fullGrammar, common.edit_mlg and orderedGrammar... | Théo Zimmermann | |
| following changes to attribute parsing. | |||
| 2020-03-19 | Update fullGrammar and common.edit_mlg following #11839. | Théo Zimmermann | |
| 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-12 | Dune build rules for doc_grammar and fullGrammar. | Théo Zimmermann | |
| 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 | Add OPTREF and INSERTALL editing operations | Jim Fehrle | |
| Show effect of edits to edited nt in PRINT Add cmdv:: info to prodnCommands Supporting code globally replaces a given "substring" in productions with another. (Substring over doc_symbols, not over characters.) | |||
| 2020-02-24 | Generate prodnCommands file that compares commands in the grammar to | Jim Fehrle | |
| those in the rsts. | |||
| 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-11-20 | Update grammar in the Terms section of Gallina chapter | Jim Fehrle | |
| Update doc_grammar tool The grammar in the doc is generated semi-automatically with doc_grammar: - the grammar is automatically extracted from the mlg files - developer-prepared editing scripts *.mlg_edit modify the extracted grammar for clarity, simplicity and ordering of productions - chunks of the resulting grammar are automatically inserted into the rsts using instructions embedded in the rsts Running doc_grammar is currently a manual step. The grammar updates in the rst files have been manually reviewed. | |||
| 2019-07-28 | Update documentation on tokens, use "int" and "num" | Jim Fehrle | |
| for integers and natural nums | |||
