@@ -13,7 +13,7 @@ module. The ColoredFormatter_ class inherits from `logging.Formatter`_ and uses
1313standard colors so it should work on any UNIX terminal. It's currently tested
1414on Python 2.7, 3.5+ and PyPy. On Windows `coloredlogs ` automatically tries to
1515enable native ANSI support (on up-to-date Windows 10 installations) and falls
16- back on using Colorama _ (if installed). Here is a screen shot of the demo that
16+ back on using colorama _ (if installed). Here is a screen shot of the demo that
1717is printed when the command ``coloredlogs --demo `` is executed:
1818
1919.. image :: https://coloredlogs.readthedocs.io/en/latest/_images/defaults.png
@@ -46,13 +46,13 @@ Optional dependencies
4646~~~~~~~~~~~~~~~~~~~~~
4747
4848Native ANSI support on Windows requires an up-to-date Windows 10 installation.
49- If this is not working for you then consider installing the Colorama _ package:
49+ If this is not working for you then consider installing the colorama _ package:
5050
5151.. code-block :: console
5252
5353 $ pip install colorama
5454
55- Once Colorama _ is installed it will be used automatically.
55+ Once colorama _ is installed it will be used automatically.
5656
5757Usage
5858-----
@@ -217,9 +217,9 @@ This software is licensed under the `MIT license`_.
217217 .. _#16 : https://github.com/xolox/python-coloredlogs/issues/16
218218.. _#45 : https://github.com/xolox/python-coloredlogs/issues/45
219219.. _ANSI escape sequences : https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
220- .. _capturer : https://pypi.python. org/pypi /capturer
220+ .. _capturer : https://pypi.org/project /capturer
221221.. _changelog : https://coloredlogs.readthedocs.org/en/latest/changelog.html
222- .. _ Colorama : https://pypi.python. org/pypi /colorama
222+ .. _ colorama : https://pypi.org/project /colorama
223223.. _ColoredCronMailer : https://coloredlogs.readthedocs.io/en/latest/api.html#coloredlogs.converter.ColoredCronMailer
224224.. _ColoredFormatter : https://coloredlogs.readthedocs.io/en/latest/api.html#coloredlogs.ColoredFormatter
225225.. _coloredlogs.install() : https://coloredlogs.readthedocs.io/en/latest/api.html#coloredlogs.install
@@ -233,10 +233,10 @@ This software is licensed under the `MIT license`_.
233233.. _online documentation : https://coloredlogs.readthedocs.io/
234234.. _per user site-packages directory : https://www.python.org/dev/peps/pep-0370/
235235.. _peter@peterodding.com : peter@peterodding.com
236- .. _PyPI : https://pypi.python. org/pypi /coloredlogs
236+ .. _PyPI : https://pypi.org/project /coloredlogs
237237.. _release 3.0 : https://coloredlogs.readthedocs.io/en/latest/changelog.html#release-3-0-2015-10-23
238238.. _release 7.1 : https://coloredlogs.readthedocs.io/en/latest/changelog.html#release-7-1-2017-07-15
239239.. _release 9.3 : https://coloredlogs.readthedocs.io/en/latest/changelog.html#release-9-3-2018-04-29
240240.. _to include 'msecs' : https://stackoverflow.com/questions/6290739/python-logging-use-milliseconds-in-time-format
241- .. _verboselogs : https://pypi.python. org/pypi /verboselogs
241+ .. _verboselogs : https://pypi.org/project /verboselogs
242242.. _virtual environments : http://docs.python-guide.org/en/latest/dev/virtualenvs/
0 commit comments