Skip to content

Commit

Permalink
Add future.pyplot sphinx html docs, re #10761
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Dec 11, 2014
1 parent 832fe21 commit e6faa43
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Code/Mantid/docs/source/api/python/index.rst
Expand Up @@ -18,11 +18,20 @@ Reference

Changes between version 1.0 and 2.0 of the API are described :ref:`here <pythonapi-changes>`.


.. toctree::
:hidden:

changes

Future plotting interface
-------------------------

.. toctree::
:maxdepth: 1

mantidplot.future.pyplot <mantidplot/future/pyplot/index>

Techniques
----------

Expand Down
@@ -0,0 +1,15 @@
=================================================
:mod:`future.pyplot` --- Future plotting package
=================================================

New plotting interface
----------------------

This package provides a simple command line interface to the Mantid
plotting functionality, resembling MatPlotLib and its pyplot package
(http://matplotlib.org). The module is subject to changes and it is
provided as a 'future' import. Feedback is very much welcome!

.. automodule:: pymantidplot.future.pyplot
:members:
:show-inheritance:

0 comments on commit e6faa43

Please sign in to comment.