Skip to content

Commit

Permalink
include plot_gallery html directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony Lewis committed Jun 27, 2015
1 parent 45575e2 commit 6bb4d0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
23 changes: 1 addition & 22 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,30 +83,9 @@
# directories to ignore when looking for source files.
exclude_patterns = []

# The reST default role (used for this markup: `text`) to use for all
# documents.
# default_role = None

# If true, '()' will be appended to :func: etc. cross-reference text.
# add_function_parentheses = True

# If true, the current module name will be prepended to all description
# unit titles (such as .. function::).
# add_module_names = True

# If true, sectionauthor and moduleauthor directives will be shown in the
# output. They are ignored by default.
# show_authors = False

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'

# A list of ignored prefixes for module index sorting.
# modindex_common_prefix = []

# If true, keep warnings as "system message" paragraphs in the built documents.
# keep_warnings = False

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False

Expand Down Expand Up @@ -148,7 +127,7 @@
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation.
# html_extra_path = []
html_extra_path = ['../plot_gallery.html']

# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GetDist is a Python package for analysing and plotting Monte Carlo (or other) sa
:maxdepth: 1

Introduction <intro>
Plot gallery and tutorial <https://github.com/cmbant/getdist/blob/master/docs/plot_gallery.ipynb>
Plot gallery and tutorial <http://getdist.readthedocs.org/en/latest/plot_gallery.html>
GetDist GUI program <gui>

High-level modules for analysing samples and plotting:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/plots.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
getdist.plots
==================================

.. module:: getdist.plots
.. currentmodule:: getdist.plots


.. autosummary::
Expand Down

0 comments on commit 6bb4d0d

Please sign in to comment.