Changeset 990d8df in sasmodels for doc/gentoc.py
- Timestamp:
- May 7, 2017 11:20:44 PM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/gentoc.py
r8ae8532 r990d8df 98 98 struct_toc = _make_category( 99 99 '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') 102 102 103 103 # remember to top level categories … … 107 107 'shape-independent':free_toc, 108 108 'structure-factor': struct_toc, 109 'custom': custom_toc,109 #'custom': custom_toc, 110 110 } 111 111
Note: See TracChangeset
for help on using the changeset viewer.