Changeset 624


Ignore:
Timestamp:
Aug 21, 2011 3:15:37 PM (12 years ago)
Author:
jemian
Message:

converted documentation into initial sphinx documentation -- most code modules need better docstrings

Location:
pvrrd
Files:
10 added
5 edited

Legend:

Unmodified
Added
Removed
  • pvrrd/doc/build

    • Property svn:ignore set to
      doctrees
  • pvrrd/doc/source/index.rst

    r622 r624  
    44=================================
    55
    6 TODO: words of introduction
     6Logs EPICS numerical PVs into RRD files and maintains
     7a set of plots for WWW browsing.
     8
     9This tool records the value of an EPICS (numerical)
     10process variable and peridically records the value into
     11an `rrd <http://oss.oetiker.ch/rrdtool/>`_ database.
     12The database has been configured to present plots for the:
     13
     14* last hour
     15* last day
     16* last week
     17* last month
     18* last year
     19* last decade.
     20
     21A Python script monitors the PVs and updates the databases.
     22Each PV has its own database which simplifies the addition
     23or removal of PVs from interest.
     24
     25A PHP page has been built to provide access to the
     26suite of databases from WWW clients.
     27The ``index.php`` page builds a list of available data
     28and presents that to the WWW client as a table and a
     29representative plot. A link from each PV will bring
     30up a page with plots of the six time spans described
     31for that PV. These pages are generated by CGI scripts,
     32with information pulled immediately from what is
     33available in the database.
    734
    835Contents:
  • pvrrd/doc/source/src/epics2rrd.rst

    • Property svn:keywords set to Date Revision Author HeadURL Id
    r622 r624  
    1 .. $Id: Element.rst 93 2011-08-20 17:30:31Z jemian $
     1.. $Id$
    22
    33--------------------------
  • pvrrd/doc/source/toc.rst

    r622 r624  
    11.. $Id$
     2
     3Basic Usage
     4====================================
     5
     6.. toctree::
     7   :maxdepth: 2
     8   :glob:
     9   
     10   usage
     11   overview
     12   status
    213
    314More information
     
    617For more information:
    718
    8 * see: https://subversion.xor.aps.anl.gov/trac/bcdaext/pvrrd
     19* see: https://subversion.xor.aps.anl.gov/trac/bcdaext/browser/pvrrd
    920* `documentation  <https://subversion.xor.aps.anl.gov/bcdaext/pvrrd/doc/build/html/index.html>`_
    1021* download source: ``svn co https://subversion.xor.aps.anl.gov/bcdaext/pvrrd/ pvrrd``
  • pvrrd/src/pvrrd/documentation.html

    r619 r624  
    227227the www page content (text and plots) on demand.  It may be necessary to force the
    228228page to refresh the local browser cache in order for some of the
    229 olnger-term plots to be rebuilt.  Usually, &lt;shift>-"Refresh" or similar will get this done.
     229longer-term plots to be rebuilt.  Usually, &lt;shift>-"Refresh" or similar will get this done.
    230230</p>
    231231
Note: See TracChangeset for help on using the changeset viewer.