summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2015-02-18 22:05:17 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2015-02-18 22:05:17 +0100
commit93e37c2016b72e7ee66b02bfae329753ccfbe322 (patch)
tree94cbdfd55079e66e13fb04f85609b1197298b538 /README.rst
parent97a88905b7f0f513bd480fe630e43798aba22c74 (diff)
downloadfactory-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.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 32b93bd..cb38a9a 100644
--- a/README.rst
+++ b/README.rst
@@ -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