Skip to content

Commit

Permalink
Merge pull request #442 from moorepants/carvallo-whipple-doc-example
Browse files Browse the repository at this point in the history
Carvallo whipple doc example
  • Loading branch information
moorepants committed Oct 22, 2020
2 parents 50b5ede + e88cf9b commit ffbad87
Show file tree
Hide file tree
Showing 5 changed files with 588 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -98,7 +98,7 @@ def setup(app):

def setup(app):
app.add_config_value('INCLUDE_EXAMPLES', True, 'env')
extensions.append('jupyter_sphinx.execute')
extensions.append('jupyter_sphinx')
# NOTE : The default order causes SymPy output to show the png math images
# instead of MathJax so I moved the LaTeX above the images.
jupyter_execute_data_priority = [
Expand Down
Binary file added docs/examples/bicycle-coordinates.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/examples/bicycle-geometry.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ffbad87

Please sign in to comment.