Changeset d85fdcb2 in sasview for calculator/docs/sphinx
- Timestamp:
- Jun 8, 2010 4:30:22 PM (14 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:
- 16f60cb
- Parents:
- c6d3301
- Location:
- calculator/docs/sphinx
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
calculator/docs/sphinx/conf.py
rbeb374a rd85fdcb2 17 17 # add these directories to sys.path here. If the directory is relative to the 18 18 # documentation root, use os.path.abspath to make it absolute, like shown here. 19 #sys.path.append(os.path.abspath('.')) 20 #sys.path.append(os.path.abspath(os.path.join('..','..'))) 19 21 20 sys.path.append(os.path.abspath(os.path.dirname('../../calculator'))) 22 21 sys.path.append(os.path.abspath('_extensions')) 23 24 25 22 # -- General configuration ----------------------------------------------------- 26 23 … … 105 102 # Sphinx are currently 'default' and 'sphinxdoc'. 106 103 html_theme = 'default' 104 #html_theme = 'dansestyle' 107 105 108 106 # Theme options are theme-specific and customize the look and feel of a theme … … 110 108 # documentation. 111 109 #html_theme_options = {} 112 110 #html_theme_options = {"headtextcolor": "OrangeRed"} 113 111 # Add any paths that contain custom themes here, relative to this directory. 114 #html_theme_path = [] 112 html_theme_path = ["."] 113 115 114 116 115 # The name for this set of Sphinx documents. If None, it defaults to -
calculator/docs/sphinx/index.rst
rbeb374a rd85fdcb2 7 7 ====================================== 8 8 Calculator is a package that contains other sub-modules necessary for small computations. These sub-modules 9 may be independant of each other, but there are used as toolsfor sansview application. The calculator package9 may be independant of each other, but there are used as ``tools`` for sansview application. The calculator package 10 10 currently contains the following sub-modules: 11 11 12 * :ref:`sans.invariant.invariant.index` 12 13 13 14 .. htmlonly::
Note: See TracChangeset
for help on using the changeset viewer.