Skip to content
Snippets Groups Projects
Commit bfe01c64 authored by Jan Caron's avatar Jan Caron
Browse files

Tried sth. new with fields.rst

parent e9a9e746
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ EMPyRe is available on the `Python Package Index <http://pypi.python.org/pypi>`_
.. code-block:: bash
$ pip install emypre
$ pip install empyre
Per default, only the strictly required libraries are installed, but there are a few additional dependencies that will unlock additional capabilites of EMPYRE.
......@@ -45,7 +45,7 @@ You can choose these settings by using, *e.g.*:
.. code-block:: bash
$ pip install emypre[all]
$ pip install empyre[all]
Structure
......
The Field container class
=========================
Field docu here!
General empyre.fields docu here!
.. automodule:: empyre.fields
:members:
:undoc-members:
:show-inheritance:
Submodules
----------
.. toctree::
The field submodule
-------------------
empyre.fields.field
empyre.fields.shapes
empyre.fields.vectors
.. automodule:: empyre.fields.field
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: empyre.fields
The shapes submodule
--------------------
.. automodule:: empyre.fields.shapes
:members:
:undoc-members:
:show-inheritance:
The vectors submodule
---------------------
.. automodule:: empyre.fields.vectors
:members:
:undoc-members:
:show-inheritance:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment