diff --git a/.meta/.readme.rst b/.meta/.readme.rst index dd98f49b..5238224c 100644 --- a/.meta/.readme.rst +++ b/.meta/.readme.rst @@ -298,7 +298,7 @@ of a neat one-line progress bar. - Unicode: * Environments which report that they support unicode will have solid smooth - progressbars. The fallback is an ```ascii``-only bar. + progressbars. The fallback is an ``ascii``-only bar. * Windows consoles often only partially support unicode and thus `often require explicit ascii=True `__ (also `here `__). This is due to @@ -842,10 +842,13 @@ For further customisation, Consider overloading ``display()`` to use e.g. ``self.frontend(**self.format_dict)`` instead of ``self.sp(repr(self))``. -`tqdm/notebook.py `__ -and `tqdm/gui.py `__ -submodules are examples of inheritance which don't (yet) strictly conform to the -above recommendation. +Some submodule examples of inheritance which don't (yet) strictly conform to the +above recommendation: + +- `tqdm/notebook.py `__ +- `tqdm/gui.py `__ +- `tqdm/contrib/telegram.py `__ +- `tqdm/contrib/discord.py `__ Dynamic Monitor/Meter ~~~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index bd82ec91..8b757d42 100644 --- a/README.rst +++ b/README.rst @@ -298,7 +298,7 @@ of a neat one-line progress bar. - Unicode: * Environments which report that they support unicode will have solid smooth - progressbars. The fallback is an ```ascii``-only bar. + progressbars. The fallback is an ``ascii``-only bar. * Windows consoles often only partially support unicode and thus `often require explicit ascii=True `__ (also `here `__). This is due to @@ -1040,10 +1040,13 @@ For further customisation, Consider overloading ``display()`` to use e.g. ``self.frontend(**self.format_dict)`` instead of ``self.sp(repr(self))``. -`tqdm/notebook.py `__ -and `tqdm/gui.py `__ -submodules are examples of inheritance which don't (yet) strictly conform to the -above recommendation. +Some submodule examples of inheritance which don't (yet) strictly conform to the +above recommendation: + +- `tqdm/notebook.py `__ +- `tqdm/gui.py `__ +- `tqdm/contrib/telegram.py `__ +- `tqdm/contrib/discord.py `__ Dynamic Monitor/Meter ~~~~~~~~~~~~~~~~~~~~~