Skip to content

Commit

Permalink
added package api
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 2, 2016
1 parent 64146b5 commit 34b7ecd
Show file tree
Hide file tree
Showing 9 changed files with 182 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/api/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx-apidoc --force -o . ../../../ipymd/
46 changes: 46 additions & 0 deletions docs/source/api/ipymd.chemlab_patch.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
ipymd.chemlab_patch package
===========================

Submodules
----------

ipymd.chemlab_patch.atom module
-------------------------------

.. automodule:: ipymd.chemlab_patch.atom
:members:
:undoc-members:
:show-inheritance:

ipymd.chemlab_patch.box module
------------------------------

.. automodule:: ipymd.chemlab_patch.box
:members:
:undoc-members:
:show-inheritance:

ipymd.chemlab_patch.hexagon module
----------------------------------

.. automodule:: ipymd.chemlab_patch.hexagon
:members:
:undoc-members:
:show-inheritance:

ipymd.chemlab_patch.triangle module
-----------------------------------

.. automodule:: ipymd.chemlab_patch.triangle
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: ipymd.chemlab_patch
:members:
:undoc-members:
:show-inheritance:
46 changes: 46 additions & 0 deletions docs/source/api/ipymd.data_input.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
ipymd.data_input package
========================

Submodules
----------

ipymd.data_input.base module
----------------------------

.. automodule:: ipymd.data_input.base
:members:
:undoc-members:
:show-inheritance:

ipymd.data_input.cif module
---------------------------

.. automodule:: ipymd.data_input.cif
:members:
:undoc-members:
:show-inheritance:

ipymd.data_input.crystal module
-------------------------------

.. automodule:: ipymd.data_input.crystal
:members:
:undoc-members:
:show-inheritance:

ipymd.data_input.lammps module
------------------------------

.. automodule:: ipymd.data_input.lammps
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: ipymd.data_input
:members:
:undoc-members:
:show-inheritance:
63 changes: 63 additions & 0 deletions docs/source/api/ipymd.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
ipymd package
=============

Subpackages
-----------

.. toctree::

ipymd.chemlab_patch
ipymd.data_input
ipymd.test_data

Submodules
----------

ipymd.atom_analysis module
--------------------------

.. automodule:: ipymd.atom_analysis
:members:
:undoc-members:
:show-inheritance:

ipymd.atom_manipulation module
------------------------------

.. automodule:: ipymd.atom_manipulation
:members:
:undoc-members:
:show-inheritance:

ipymd.data_output module
------------------------

.. automodule:: ipymd.data_output
:members:
:undoc-members:
:show-inheritance:

ipymd.plotting module
---------------------

.. automodule:: ipymd.plotting
:members:
:undoc-members:
:show-inheritance:

ipymd.visualise_sim module
--------------------------

.. automodule:: ipymd.visualise_sim
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: ipymd
:members:
:undoc-members:
:show-inheritance:
10 changes: 10 additions & 0 deletions docs/source/api/ipymd.test_data.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ipymd.test_data package
=======================

Module contents
---------------

.. automodule:: ipymd.test_data
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/api/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ipymd
=====

.. toctree::
:maxdepth: 4

ipymd
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def __mul__(self, other):
'pandas': ('http://pandas.pydata.org/pandas-docs/stable/', None),
'IPython': ('http://ipython.org/ipython-doc/stable/', None),
'PIL': ('http://pillow.readthedocs.org/', None),
#'pygauss' : ('http://ipymd.readthedocs.org/en/stable/', None)
'ipymd' : ('http://ipymd.readthedocs.org/en/latest/', None)
}
autoclass_content = 'init'
# Napoleon settings
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Contents
:maxdepth: 2

tutorial
user_api

License
-------
Expand Down
7 changes: 7 additions & 0 deletions docs/source/user_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
User API
---------

.. toctree::
:maxdepth: 2

api/ipymd

0 comments on commit 34b7ecd

Please sign in to comment.