Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix errors #183

Merged
merged 3 commits into from
May 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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