Changeset e9b1663d in sasmodels for doc


Ignore:
Timestamp:
Mar 23, 2016 3:02:10 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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.
Message:

pull from master

Location:
doc
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile

    ra84a0ca r2f63032  
    8585 
    8686clean: 
    87         -$(RMDIR) _build model api ref/models 
     87        -$(RMDIR) _build model api ref$(PATHSEP)models 
    8888 
    8989html: build 
  • doc/conf.py

    r9404dd3 r39674a0  
    5656# General information about the project. 
    5757project = 'SAS Models' 
    58 copyright = '2014, sasview team' 
     58copyright = '2016, sasview team' 
    5959 
    6060# The version info for the project you're documenting, acts as replacement for 
     
    231231    with open('rst_prolog') as fid: 
    232232        rst_prolog = fid.read() 
     233 
     234numfig = True 
     235#numfig_format = {"figure": "Fig. %s", "table": "Table %s", "code-block": "Program %s"} 
  • doc/genmodel.py

    r824465b r89f4163  
    3333    'qx_max'    : 0.5, 
    3434    #'colormap'  : 'gist_ncar', 
    35     'colormap'  : 'jet', 
     35    'colormap'  : 'nipy_spectral', 
     36    #'colormap'  : 'jet', 
    3637} 
    3738 
  • doc/developer/index.rst

    r56fc97a rb85be2d  
    33*************************** 
    44 
     5.. toctree:: 
     6   :numbered: 4 
     7   :maxdepth: 4 
    58 
     9   calculator.rst 
Note: See TracChangeset for help on using the changeset viewer.