Changeset b609c34 in sasview for docs


Ignore:
Timestamp:
Mar 18, 2016 10:42:04 AM (9 years ago)
Author:
ajj
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:
66f21cd
Parents:
cde9d7d (diff), fce0139 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into sasmodels-integration

Location:
docs/sphinx-docs/source
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • docs/sphinx-docs/source/conf.py

    rd85c194 r82bc7a9  
    201201# -- Options for LaTeX output -------------------------------------------------- 
    202202 
     203LATEX_PREAMBLE=r""" 
     204\renewcommand{\AA}{\text{\r{A}}} % Allow \AA in math mode 
     205\usepackage[utf8]{inputenc}      % Allow unicode symbols in text 
     206\DeclareUnicodeCharacter {00B7} {\ensuremath{\cdot}}   % cdot 
     207\DeclareUnicodeCharacter {00B0} {\ensuremath{^\circ}}  % degrees 
     208\DeclareUnicodeCharacter {212B} {\AA}                  % Angstrom 
     209""" 
    203210latex_elements = { 
    204211# The paper size ('letterpaper' or 'a4paper'). 
    205 #'papersize': 'letterpaper', 
     212'papersize': 'a4paper', 
    206213 
    207214# The font size ('10pt', '11pt' or '12pt'). 
     
    209216 
    210217# Additional stuff for the LaTeX preamble. 
    211 #'preamble': '', 
     218'preamble': LATEX_PREAMBLE 
     219 
    212220} 
    213221 
  • docs/sphinx-docs/source/user/user.rst

    re0bbb7c re479a9f  
    88 
    99   Model Documentation <models/model_functions> 
     10    
     11   Tools <tools> 
     12    
     13   Types of Analysis <analysis> 
    1014 
    1115   Data Formats <sasgui/guiframe/data_formats_help> 
     
    1418    
    1519   Plotting Data/Models <sasgui/guiframe/graph_help> 
    16     
    17    Fitting Perspective <sasgui/perspectives/fitting/fitting> 
    18     
    19    P(r) Inversion Perspective <sasgui/perspectives/pr/pr_help> 
    20     
    21    Invariant Calculation Perspective <sasgui/perspectives/invariant/invariant_help> 
    22     
    23    Data Operations Tool <sasgui/perspectives/calculator/data_operator_help> 
    2420       
    25    Density/Volume Calculator Tool <sasgui/perspectives/calculator/density_calculator_help> 
    26     
    27    Generic SANS Calculator Tool <sasgui/perspectives/calculator/sas_calculator_help> 
    28     
    29    Image Viewer Tool <sasgui/perspectives/calculator/image_viewer_help> 
    30     
    31    Kiessig Thickness Calculator Tool <sasgui/perspectives/calculator/kiessig_calculator_help> 
    32     
    33    SLD Calculator Tool <sasgui/perspectives/calculator/sld_calculator_help> 
    34     
    35    Slit Size Calculator Tool <sasgui/perspectives/calculator/slit_calculator_help> 
    36     
    37    Q Resolution Estimator Tool <sasgui/perspectives/calculator/resolution_calculator_help> 
    38     
    39    Python Shell Tool <sasgui/perspectives/calculator/python_shell_help> 
    40  
    4121   Test Data <../test/testdata_help.rst> 
Note: See TracChangeset for help on using the changeset viewer.