Skip to content

Commit

Permalink
MNT #250
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Sep 3, 2019
1 parent 4e0ad9b commit 9eaa46f
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 23 deletions.
37 changes: 27 additions & 10 deletions apstools/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,36 @@
~ShutterBase
~SimulatedApsPssShutterWithStatus
synApps records
synApps (and EPICS base) records
.. autosummary::
~busyRecord
~sscanRecord
~sscanDevice
~swaitRecord
~swait_setup_random_number
~swait_setup_gaussian
~swait_setup_lorentzian
~swait_setup_incrementer
~userCalcsDevice
~BusyRecord
~BusyStatus
~CalcoutRecord
~CalcoutRecordChannel
~EpidRecord
~SaveData
~SscanRecord
~SscanDevice
~SwaitRecord
~SwaitRecordChannel
~TransformRecord
~UserCalcoutDevice
~UserCalcsDevice
~UserTransformsDevice
synApps support
.. autosummary::
~setup_gaussian_calcout
~setup_gaussian_swait
~setup_incrementer_calcout
~setup_incrementer_swait
~setup_lorentzian_calcout
~setup_lorentzian_swait
~setup_random_number_swait
OTHER SUPPORT
Expand Down
2 changes: 1 addition & 1 deletion apstools/synApps/busy.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.. autosummary::
~busyRecord
~BusyRecord
"""

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

# General information about the project.
project = apstools.__package_name__
copyright = apstools.__copyright__
# copyright = apstools.__copyright__
author = apstools.__author__

# The version info for the project you're documenting, acts as replacement for
Expand Down
24 changes: 13 additions & 11 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ Welcome to apstools's documentation!

Various Python tools for use with Bluesky at the APS

* Bluesky project home: https://blueskyproject.io/
* Bluesky on GitHub: https://github.com/bluesky
=============== ========================================
apstools home https://apstools.readthedocs.io
apstools source https://github.com/BCDA-APS/apstools
Bluesky home https://blueskyproject.io/
Bluesky source https://github.com/bluesky
=============== ========================================

Summary Contents
----------------
Expand All @@ -22,14 +26,13 @@ Summary Contents
Package Information
-------------------

:version: |version|
:copyright: 2017-2019, UChicago Argonne, LLC
:license: ANL OPEN SOURCE LICENSE (see LICENSE.txt file)
:documentation: https://apstools.readthedocs.io
:published: |today|
:source: https://github.com/BCDA-APS/apstools
:author: Pete R. Jemian
:email: jemian@anl.gov
============= ========================================
version |version|
published |today|
copyright 2017-2019, UChicago Argonne, LLC
license ANL OPEN SOURCE LICENSE (see LICENSE.txt file)
author Pete R. Jemian <jemian@anl.gov>
============= ========================================

.. toctree::
:maxdepth: 2
Expand All @@ -41,7 +44,6 @@ Package Information
source/index
license


Indices and tables
==================

Expand Down

0 comments on commit 9eaa46f

Please sign in to comment.