Skip to content

Commit

Permalink
Merge pull request #183 from ketch/fix_errors
Browse files Browse the repository at this point in the history
Fix errors
  • Loading branch information
rjleveque committed May 10, 2018
2 parents c92213b + 1078f75 commit 34db9dc
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 652 deletions.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
# extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage','sphinx.ext.viewcode','sphinx.ext.inheritance_diagram']

extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
'sphinx.ext.intersphinx','plot_directive','only_directives',
'sphinx.ext.intersphinx',#'plot_directive',
'only_directives',
'sphinx.ext.inheritance_diagram', 'nbsphinx','edit_on_github']

nbsphinx_allow_errors = False
Expand Down
Binary file added doc/photos/Claw-Dev2016.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 1 addition & 17 deletions doc/pyclaw/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,26 +56,10 @@ executing the Python script. For convenience, the scripts are set up to pass an
command-line options as arguments to the setup function.


List of built-in examples
Built-in examples
=========================
You can see results from many of the examples in the :ref:`galleries`.

.. toctree::
:glob:
:maxdepth: 1

gallery/*adv*
gallery/*acoust*
gallery/*burg*
gallery/*shallow*
gallery/*blast*
gallery/*shock*
gallery/*psystem*
gallery/*Rossby*
gallery/*dam*
gallery/kpp
gallery/stegoton


Adding new examples
========================================
Expand Down
68 changes: 0 additions & 68 deletions doc/pyclaw/ext/mathjax.py

This file was deleted.

88 changes: 0 additions & 88 deletions doc/pyclaw/ext/only_directives.py

This file was deleted.

Loading

0 comments on commit 34db9dc

Please sign in to comment.