Skip to content
Snippets Groups Projects
Commit 5963b4b3 authored by ulif's avatar ulif
Browse files

Avoid sphinx markup in README.

The README is evaluated by standard docutils when released on
pypi.python.org. These do not understand most text roles (like
``:class:``) recognized by `Sphinx`. As a result the README will be
displayed as raw text on PyPI which looks ugly.
parent 9d5cbccd
No related branches found
No related tags found
No related merge requests found
......@@ -127,8 +127,8 @@ chosen with the ``-r <SOURCENAME>`` or ``--randomsource <SOURCENAME>``
option. Use the ``--help`` option to list all valid values for this
option.
By default we use the builtin :class:`random.SystemRandom` class but
you can also bring your own dice to create randomness::
By default we use the `random.SystemRandom`_ class of standard Python
lib but you can also bring your own dice to create randomness::
$ diceware -r realdice
Please roll 5 dice (or a single dice 5 times).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment