| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-05 | docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. | David Lechner | |
| This enables warnings as errors and fixes all current errors, namely: - reference to terms in the glossary must now be explicit (:term:) - method overloads must not be declared as a separate method or must use :noindex: - 2 cases where `` should have been used instead of ` | |||
| 2020-01-12 | docs/library: Add / to indicate positional-only args in library docs. | Jason Neal | |
| Removes the confusion of positional-only arguments which have defaults that look like keyword arguments. | |||
| 2019-02-08 | docs/ure: Fix match.group signature to indicate index param is required. | Yonatan Goldschmidt | |
| 2018-12-13 | docs/ure: Fully describe supported syntax subset, add example. | Paul Sokolovsky | |
| 2018-07-02 | docs/ure: Document some more supported regex operators. | Damien George | |
| 2018-07-02 | docs/ure: Document sub(), groups(), span(), start() and end(). | Damien George | |
| 2017-11-08 | docs/ure: Emphasize not supported features more. | Paul Sokolovsky | |
| Plus, additional descriptions/formatting. | |||
| 2017-11-04 | docs/ure: Add flags arg to ure.compile(), mention that ure.DEBUG is optional. | Paul Sokolovsky | |
| 2017-10-31 | docs/ure: Add "|" (alternative) to the list of supported operators. | Paul Sokolovsky | |
| 2017-07-02 | docs/library: Add CPython docs xref to each pertinent module. | Paul Sokolovsky | |
| Cross-reference text/link is implemented as RST substitution, so easy to consistently. | |||
| 2017-07-02 | docs/ure: Elaborate doc, update markup to the latest conventions. | Paul Sokolovsky | |
| 2016-06-07 | docs/ure: Typo fix. | Paul Sokolovsky | |
| 2014-12-04 | docs: Add skeleton docs for ure module. | Paul Sokolovsky | |
