| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to release 2023.06.29 * Revise handling of chunks XML file
- Update to release 2022.10.20 * Prevent some file descriptor leaks * Do not try to read non-existing file gap/ContextObject.gd
- Update to release 2022.07.10
- Output all entities defined via either the `scaffold.entities` option
to AutoDoc (or equivalently via the `AutoDoc.entities` record in
`PackageInfo.g`) into a file `_entities.xml`, so that they can also
be used with a hand-made main XML file (and not just when AutoDoc
generated the main page)
- Remove `&see;` entity from the default list of entities
- Update to release 2022.03.10
* Accept single backticks to indicate inline code spans
* Add @NotLatex command to complement @LatexOnly
* Make @Begin.../@EndExampleSession respect plain_text_mode
* Add support for ISO 8601 dates in package metadata (to
prepare for GAP adding official support for this in the
future)
* Fix support for chunks with names / labels that contain
spaces (GAPDoc does not like these, so we replace the spaces
by underscores)
* Add support for using the string `]]>` in examples
* Add support for `DeclareGlobalName` (new in GAP 4.12)
* Add extract_examples.skip_empty_in_numbering option
- Update to new upstream release 2018.09.20
* Scan bracket `\[\]` declarations correctly
* Removed the hardcoded utf8 option, make it overrideable via
gapdoc_latex_option
* Allow AutoDoc() to take absolute dirs and run from any dir
* Add a test suite for AutoDoc
* Fix documenting DeclareInfoClass
- Update to new upstream release 2018.02.14
* Document @BeginExampleSession instead of @ExampleSession
* Document the aliases @Example, @ExampleSession, @Log, and
@LogSession
- Update to new upstream release 2017.09.08 * Fix spellos in documentation.
- Update to new upstream release 2016.12.04
* Revise and officially document the `entities` option for
AutoDoc()
* Better error message when .six file is not available
- Update to new upstream release 2016.03.08 * Fix "empty index" workaround
- Update to new upstream release 2016.02.16 * The AutoDoc() function now accepts IsDirectory() objects as first argument, and you can omit the first argument (it then defaults to the current directory).
- Update to new upstream release 2015.09.30 * No user changelog was provided
- Update to new upstream release 2015.04.29 * No user changelog was provided
- Update to new upstream release 2014.08.21 * No user changelog was provided
- Update to new upstream release 2014.03.27 * No user changelog was provided
- Update to new upstream release 2013.09.20 * No user changelog was provided
- Split autodoc (version 2013.01.16) off the gap RPM package