diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-02-18 22:05:17 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-02-18 22:05:17 +0100 |
commit | 93e37c2016b72e7ee66b02bfae329753ccfbe322 (patch) | |
tree | 94cbdfd55079e66e13fb04f85609b1197298b538 | |
parent | 97a88905b7f0f513bd480fe630e43798aba22c74 (diff) | |
download | factory-boy-93e37c2016b72e7ee66b02bfae329753ccfbe322.tar factory-boy-93e37c2016b72e7ee66b02bfae329753ccfbe322.tar.gz |
Remove sphinx markup from README.rst (Closes #180).
That file should be readable by PyPI's RST parser, which doesn't support
Sphinx constructs.
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -250,7 +250,7 @@ Debugging factory_boy Debugging factory_boy can be rather complex due to the long chains of calls. Detailed logging is available through the ``factory`` logger. -A helper, :meth:`factory.debug()`, is available to ease debugging: +A helper, `factory.debug()`, is available to ease debugging: .. code-block:: python |