Changeset c7e12b6 in sasview for sphinx-docs
- Timestamp:
- Apr 11, 2012 2:13:26 PM (13 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 38c05cb
- Parents:
- 8b1d759
- Location:
- sphinx-docs
- Files:
-
- 1 added
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
sphinx-docs/Makefile
ree0f3fc rc7e12b6 6 6 SPHINXBUILD = sphinx-build 7 7 PAPER = 8 BUILDDIR = _build8 BUILDDIR = ../sphinx-docs 9 9 10 10 # Internal variables. … … 41 41 python genmods.py 42 42 43 html: stubs43 html: 44 44 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html 45 45 @echo -
sphinx-docs/conf.py
rbce8148 rc7e12b6 43 43 44 44 # General information about the project. 45 project = u' guiframe'46 copyright = u'201 0, sans group'45 project = u'SansView' 46 copyright = u'2012, SansView Project' 47 47 48 48 # The version info for the project you're documenting, acts as replacement for … … 51 51 # 52 52 # The short X.Y version. 53 version = ' 0.1'53 version = '2.1' 54 54 # The full version, including alpha/beta/rc tags. 55 release = ' 0.1.0'55 release = '2.1.1' 56 56 57 57 # The language for content autogenerated by Sphinx. Refer to documentation … … 167 167 168 168 # Output file base name for HTML help builder. 169 htmlhelp_basename = ' guiframedoc'169 htmlhelp_basename = 'sansview_docs' 170 170 171 171 … … 181 181 # (source start file, target name, title, author, documentclass [howto/manual]). 182 182 latex_documents = [ 183 ('index', ' guiframe.tex', u'guiframeDocumentation',184 u' sans group', 'manual'),183 ('index', 'sansview.tex', u'SansView Documentation', 184 u'SansView Project', 'manual'), 185 185 ] 186 186 … … 214 214 # (source start file, name, description, authors, manual section). 215 215 man_pages = [ 216 ('index', ' guiframe', u'guiframeDocumentation',217 [u' sans group'], 1)216 ('index', 'sansview', u'SansView Documentation', 217 [u'SansView Project'], 1) 218 218 ] -
sphinx-docs/index.rst
raab4e15 rc7e12b6 4 4 contain the root `toctree` directive. 5 5 6 Welcome to DataLoader's documentation! 6 SansView documentation 7 7 ====================================== 8 8 9 Contents:10 11 .. toctree::12 :maxdepth: 213 14 api/index.rst15 api/readers/index.rst16 9 17 10 Indices and tables
Note: See TracChangeset
for help on using the changeset viewer.