Changeset 872
- Timestamp:
- Jun 5, 2012 3:40:40 PM (11 years ago)
- Location:
- softGlue_examples
- Files:
-
- 8 added
- 2 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
softGlue_examples/source/conf.py
r863 r872 41 41 42 42 # General information about the project. 43 project = u'pulse_train' 44 copyright = u'2012, Kurt Goetze, BCDA' 43 project = u'softglueexamples' 44 author = u'Kurt Goetze, BCDA' 45 copyright = u'2012, ' + author 45 46 46 47 # The version info for the project you're documenting, acts as replacement for … … 51 52 version = '2012-06' 52 53 # The full version, including alpha/beta/rc tags. 53 release = '2012-06'54 release = version 54 55 55 56 # The language for content autogenerated by Sphinx. Refer to documentation … … 165 166 166 167 # Output file base name for HTML help builder. 167 htmlhelp_basename = 'pulse_traindoc'168 htmlhelp_basename = project + 'doc' 168 169 169 170 … … 184 185 # (source start file, target name, title, author, documentclass [howto/manual]). 185 186 latex_documents = [ 186 ('index', 'pulse_train.tex', u'pulse\\_trainDocumentation',187 u'Kurt Goetze, BCDA', 'manual'),187 ('index', project + '.tex', project + u' Documentation', 188 author, 'howto'), 188 189 ] 189 190 … … 214 215 # (source start file, name, description, authors, manual section). 215 216 man_pages = [ 216 ('index', 'pulse_train', u'pulse_trainDocumentation',217 [ u'Kurt Goetze, BCDA'], 1)217 ('index', project, project + u' Documentation', 218 [author], 1) 218 219 ] 219 220 … … 228 229 # dir menu entry, description, category) 229 230 texinfo_documents = [ 230 ('index', 'pulse_train', u'pulse_trainDocumentation',231 u'Kurt Goetze, BCDA', 'pulse_train', 'One line description of project.',231 ('index', project, project + u' Documentation', 232 author, project, 'softGlue example circuits.', 232 233 'Miscellaneous'), 233 234 ] -
softGlue_examples/source/index.rst
r867 r872 1 1 .. $Id$ 2 2 3 =========================================== 4 Documentation of Programmable pulse train5 =========================================== 3 ====================================================== 4 Documentation of Example Circuits for synApps:SoftGlue 5 ====================================================== 6 6 7 .. figure:: adl_screens.png 7 .. index:: 8 !synApps 9 !SoftGlue 8 10 9 the figure caption says "Three MEDM screens" 10 11 .. this is a bit fancier for a figure, using a table 12 to get a fancier title bar since the figure caption 13 above looks very plain. 14 15 +-----------------+------------------------------+ 16 | This table is actually a Figure! | 17 +=================+==============================+ 18 | Dff Q output: | .. image:: square_wave.png | 19 +-----------------+------------------------------+ 20 21 * Time resolution set by clock frequency (clk). 22 * Down Counter 1 PRESET programs On Time. 23 * Down Counter 2 PRESET programs Off Time. 24 11 Example circuits for use in the 12 `synApps <http://www.aps.anl.gov/bcda/synApps>`_ 13 `SoftGlue <http://www.aps.anl.gov/bcda/synApps/softGlue/softGlue.html>`_ 14 FPGA project are shown. 25 15 26 16 … … 28 18 29 19 .. toctree:: 30 :maxdepth: 3 31 :glob: 20 :maxdepth: 1 32 21 33 coaching*22 programmable_pulse_train/index 34 23 35 24 Indices and tables
Note: See TracChangeset
for help on using the changeset viewer.