diff --git a/apstools/devices.py b/apstools/devices.py index d26436dc9..0efe1f8d8 100644 --- a/apstools/devices.py +++ b/apstools/devices.py @@ -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 diff --git a/apstools/synApps/busy.py b/apstools/synApps/busy.py index b9db1e97d..ff53845cd 100644 --- a/apstools/synApps/busy.py +++ b/apstools/synApps/busy.py @@ -7,7 +7,7 @@ .. autosummary:: - ~busyRecord + ~BusyRecord """ diff --git a/docs/source/conf.py b/docs/source/conf.py index b1889716f..77389ff2c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 diff --git a/docs/source/index.rst b/docs/source/index.rst index 3f0cccf44..77e52e66c 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 ---------------- @@ -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 +============= ======================================== .. toctree:: :maxdepth: 2 @@ -41,7 +44,6 @@ Package Information source/index license - Indices and tables ==================