Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Commit

Permalink
Enable nitpicky mode
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Oct 14, 2014
1 parent 206a656 commit 185d701
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ Reference/API

.. automodapi:: wcsaxes
:no-inheritance-diagram:

.. automodapi:: wcsaxes.frame
:no-inheritance-diagram:
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,9 @@
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# otherwise, readthedocs.org uses their theme by default, so no need to specify it

# Enable nitpicky mode - which ensures that all references in the docs
# resolve.

nitpicky = True
nitpick_ignore = [('py:class', 'matplotlib.axes._subplots.WCSAxesSubplot')]
2 changes: 2 additions & 0 deletions wcsaxes/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
from matplotlib.lines import Line2D, Path
from matplotlib.patches import PathPatch

__all__ = ['Spine', 'BaseFrame', 'RectangularFrame', 'EllipticalFrame']


class Spine(object):

Expand Down

0 comments on commit 185d701

Please sign in to comment.