Skip to content

Commit

Permalink
Add some of the nice matplotlib sphinx extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoble committed Nov 16, 2012
1 parent 6eb368e commit d035930
Show file tree
Hide file tree
Showing 3 changed files with 836 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
'sphinx.ext.coverage',
'sphinx.ext.pngmath',
'sphinx.ext.viewcode',
'numpydoc'
'matplotlib.sphinxext.only_directives',
'matplotlib.sphinxext.plot_directive',
'extensions.ipython_directive',
'matplotlib.sphinxext.ipython_console_highlighting',
'numpydoc',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -50,7 +54,7 @@

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build', '_templates']
exclude_patterns = ['_build', '_templates', 'extensions']

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand Down
Empty file added docs/extensions/__init__.py
Empty file.
Loading

0 comments on commit d035930

Please sign in to comment.