Skip to content

Commit

Permalink
Remove sphinx markup from README.rst (Closes #180).
Browse files Browse the repository at this point in the history
That file should be readable by PyPI's RST parser, which doesn't support
Sphinx constructs.
  • Loading branch information
rbarrois committed Feb 18, 2015
1 parent 97a8890 commit 93e37c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93e37c2

Please sign in to comment.