Skip to content

Commit

Permalink
+ TOC user guide on index
Browse files Browse the repository at this point in the history
  • Loading branch information
brandondube committed Aug 21, 2018
1 parent f18eea3 commit 49a3613
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*****
prysm
=====
*****
:Release: |release|
:Date: |today|

Expand Down Expand Up @@ -108,6 +109,11 @@ Parsing Data from Commercial Instruments
User's Guide
------------

.. toctree::
:maxdepth: 1
:glob:

user_guide/*

Developer Guide
---------------
Expand Down
4 changes: 4 additions & 0 deletions docs/source/user_guide/psfs.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
****
PSFs
****

PSFs in prysm have a very simple constructor;

>>> import numpy as np
Expand Down
4 changes: 4 additions & 0 deletions docs/source/user_guide/pupils.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
******
Pupils
******

Most any physical optics model begins with a description of a wave at a pupil plane. This page will cover the core functionality of pupils; each analytical variety has its own documentation.


Expand Down
4 changes: 4 additions & 0 deletions docs/source/user_guide/zernikes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
********
Zernikes
********

Prysm supports two flavors of Zernike polynomials; the Fringe set up to the 49th term, and the Zemax Standard set up to the 48th term. They have identical interfaces, so only one will be shown here.

Zernike notations are a subclass of :class:`Pupil`, so they support the same arguments to :code:`__init__`;
Expand Down

0 comments on commit 49a3613

Please sign in to comment.