Skip to content

Commit

Permalink
BigJob moves to cleaner theme. Will no longer match saga-python
Browse files Browse the repository at this point in the history
  • Loading branch information
melrom committed Nov 18, 2013
1 parent a07d263 commit e5080ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions docs/source/conf.py
Expand Up @@ -12,6 +12,7 @@
# serve to show the default.

import sys, os
import sphinx_rtd_theme

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down Expand Up @@ -94,8 +95,9 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'armstrong'

#html_theme = 'armstrong'
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand All @@ -104,7 +106,7 @@
}

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ["_themes",]
#html_theme_path = ["_themes",]

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
Expand Down
6 changes: 3 additions & 3 deletions docs/source/patterns/chained.rst
@@ -1,6 +1,6 @@
###############
Chained Example
###############
##################
Chained Ensembles
##################

What if you had two different executables to run? What if this second set of executables had some dependencies on data from A? Can you use one BigJob to run both jobs? Yes!

Expand Down

0 comments on commit e5080ec

Please sign in to comment.