Skip to content

Commit

Permalink
updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
psilentp committed Sep 11, 2018
1 parent ba7498d commit 21938c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,27 @@ hello world
-----------
.. image:: ../examples/example_hello_world_output.svg

.. literalinclude:: ../examples/example_hello_world.py

grouped axes
------------
.. image:: ../examples/example_group_axes_output.svg

.. literalinclude:: ../examples/example_group_axes.py

nested groups
-------------
.. image:: ../examples/example_nested_groups_output.svg

.. literalinclude:: ../examples/example_nested_groups.py

axis methods
------------
.. image:: ../examples/example_axis_methods_output.svg
.. literalinclude:: ../examples/example_axis_methods.py

figure templating
-----------------
.. image:: ../examples/example_figure_templating_output.svg
.. literalinclude:: ../examples/example_figure_templating.py

0 comments on commit 21938c2

Please sign in to comment.