Changeset 990d8df in sasmodels for doc/gentoc.py


Ignore:
Timestamp:
May 7, 2017 11:20:44 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
2e66ef5
Parents:
8ae8532
Message:

move polydispersity and resolution docs into sasmodels; write installation instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/gentoc.py

    r8ae8532 r990d8df  
    9898    struct_toc = _make_category( 
    9999        'structure-factor', 'Structure-factor', 'Structure Factors') 
    100     custom_toc = _make_category( 
    101         'custom-models', 'Custom-models', 'Custom Models') 
     100    #custom_toc = _make_category( 
     101    #    'custom-models', 'Custom-models', 'Custom Models') 
    102102 
    103103    # remember to top level categories 
     
    107107        'shape-independent':free_toc, 
    108108        'structure-factor': struct_toc, 
    109         'custom': custom_toc, 
     109        #'custom': custom_toc, 
    110110        } 
    111111 
Note: See TracChangeset for help on using the changeset viewer.