Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
docs
  • Loading branch information
bsumlin committed Oct 26, 2017
1 parent 4cd4024 commit c92b7ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The `angular functions <http://pymiescatt.readthedocs.io/en/latest/forward.html#
d=5000
theta,SL,SR,SU = ps.ScatteringFunction(m,w,d)
qR,SLQ,SRQ,SUQ = ps.qSpaceScatteringFunction(m,w,d,normed=False)
qR,SLQ,SRQ,SUQ = ps.ScatteringFunction(m,w,d,space='qspace',normed=False)
plt.close('all')
Expand Down
26 changes: 10 additions & 16 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,14 @@ Documentation is currently under development. A manuscript communicating the dev
Install PyMieScatt
------------------

You can install PyMieScatt from `The Python Package Index (PyPI) <https://pypi.python.org/pypi/PyMieScatt>`_ with ::
The current version is 1.3.4.1. You can install PyMieScatt from `The Python Package Index (PyPI) <https://pypi.python.org/pypi/PyMieScatt>`_ with ::

$ pip install PyMieScatt


or from `GitHub <https://github.com/bsumlin/PyMieScatt>`_. Clone the repository and then run ::

$ python setup.py install
The current version is 1.3.4.1.


.. toctree::
:maxdepth: 2
:caption: Table of Contents

Documentation Home <index>
Forward Functions for Homogeneous Spheres <forward>
Forward Functions for Coated Spheres <forwardCS>
Inverse Mie Functions for Homogeneous Spheres <inverse>
General Usage tips and Example Scripts (constantly updating) <examples>



Revision Notes - version 1.3.4.1
------------------------------
Expand Down Expand Up @@ -94,3 +79,12 @@ PyMieScatt was written by `Benjamin Sumlin <https://air.eece.wustl.edu/people/be
Email: `bsumlin@wustl.edu <mailto:bsumlin@wustl.edu?subject=PyMieScatt>`_


.. toctree::
:maxdepth: 2
:caption: Table of Contents

Documentation Home <index>
Forward Functions for Homogeneous Spheres <forward>
Forward Functions for Coated Spheres <forwardCS>
Inverse Mie Functions for Homogeneous Spheres <inverse>
General Usage tips and Example Scripts (constantly updating) <examples>

0 comments on commit c92b7ce

Please sign in to comment.