- Timestamp:
- Mar 18, 2016 10:42:04 AM (9 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:
- 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. - Location:
- docs/sphinx-docs/source
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/conf.py
rd85c194 r82bc7a9 201 201 # -- Options for LaTeX output -------------------------------------------------- 202 202 203 LATEX_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 """ 203 210 latex_elements = { 204 211 # The paper size ('letterpaper' or 'a4paper'). 205 #'papersize': 'letterpaper',212 'papersize': 'a4paper', 206 213 207 214 # The font size ('10pt', '11pt' or '12pt'). … … 209 216 210 217 # Additional stuff for the LaTeX preamble. 211 #'preamble': '', 218 'preamble': LATEX_PREAMBLE 219 212 220 } 213 221 -
docs/sphinx-docs/source/user/user.rst
re0bbb7c re479a9f 8 8 9 9 Model Documentation <models/model_functions> 10 11 Tools <tools> 12 13 Types of Analysis <analysis> 10 14 11 15 Data Formats <sasgui/guiframe/data_formats_help> … … 14 18 15 19 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>24 20 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 41 21 Test Data <../test/testdata_help.rst>
Note: See TracChangeset
for help on using the changeset viewer.