Changeset d85fdcb2 in sasview for calculator/docs


Ignore:
Timestamp:
Jun 8, 2010 2:30:22 PM (14 years ago)
Author:
Gervaise Alina <gervyh@…>
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
Message:

working on documentation

Location:
calculator/docs/sphinx
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • calculator/docs/sphinx/conf.py

    rbeb374a rd85fdcb2  
    1717# add these directories to sys.path here. If the directory is relative to the 
    1818# 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 
    2120sys.path.append(os.path.abspath(os.path.dirname('../../calculator'))) 
    2221sys.path.append(os.path.abspath('_extensions')) 
    23  
    24  
    2522# -- General configuration ----------------------------------------------------- 
    2623 
     
    105102# Sphinx are currently 'default' and 'sphinxdoc'. 
    106103html_theme = 'default' 
     104#html_theme = 'dansestyle' 
    107105 
    108106# Theme options are theme-specific and customize the look and feel of a theme 
     
    110108# documentation. 
    111109#html_theme_options = {} 
    112  
     110#html_theme_options = {"headtextcolor": "OrangeRed"} 
    113111# Add any paths that contain custom themes here, relative to this directory. 
    114 #html_theme_path = [] 
     112html_theme_path = ["."] 
     113 
    115114 
    116115# The name for this set of Sphinx documents.  If None, it defaults to 
  • calculator/docs/sphinx/index.rst

    rbeb374a rd85fdcb2  
    77====================================== 
    88Calculator 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 tools for sansview application. The calculator package 
     9may be independant of each other, but there are used as ``tools`` for sansview application. The calculator package 
    1010currently contains the following sub-modules: 
    1111 
     12* :ref:`sans.invariant.invariant.index` 
    1213 
    1314.. htmlonly:: 
Note: See TracChangeset for help on using the changeset viewer.