index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
library
/
ure.rst
Age
Commit message (
Expand
)
Author
2020-06-05
docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build.
David Lechner
2020-01-12
docs/library: Add / to indicate positional-only args in library docs.
Jason Neal
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
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
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