From 93e37c2016b72e7ee66b02bfae329753ccfbe322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 18 Feb 2015 22:05:17 +0100 Subject: Remove sphinx markup from README.rst (Closes #180). That file should be readable by PyPI's RST parser, which doesn't support Sphinx constructs. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') 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 -- cgit v1.2.3