- Timestamp:
- Mar 23, 2016 3:02:10 PM (9 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 76a9ffe
- Parents:
- 69aa451 (diff), 34edbb8 (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:
- doc
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile
ra84a0ca r2f63032 85 85 86 86 clean: 87 -$(RMDIR) _build model api ref /models87 -$(RMDIR) _build model api ref$(PATHSEP)models 88 88 89 89 html: build -
doc/conf.py
r9404dd3 r39674a0 56 56 # General information about the project. 57 57 project = 'SAS Models' 58 copyright = '201 4, sasview team'58 copyright = '2016, sasview team' 59 59 60 60 # The version info for the project you're documenting, acts as replacement for … … 231 231 with open('rst_prolog') as fid: 232 232 rst_prolog = fid.read() 233 234 numfig = True 235 #numfig_format = {"figure": "Fig. %s", "table": "Table %s", "code-block": "Program %s"} -
doc/genmodel.py
r824465b r89f4163 33 33 'qx_max' : 0.5, 34 34 #'colormap' : 'gist_ncar', 35 'colormap' : 'jet', 35 'colormap' : 'nipy_spectral', 36 #'colormap' : 'jet', 36 37 } 37 38 -
doc/developer/index.rst
r56fc97a rb85be2d 3 3 *************************** 4 4 5 .. toctree:: 6 :numbered: 4 7 :maxdepth: 4 5 8 9 calculator.rst
Note: See TracChangeset
for help on using the changeset viewer.