Changeset cb6ecf4 in sasmodels for doc/genmodel.py
- Timestamp:
- Feb 13, 2015 5:20:52 PM (10 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:
- b3f6bc3
- Parents:
- f5b9a6b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/genmodel.py
r19dcb933 rcb6ecf4 12 12 13 13 # Load the doc string from the module definition file and store it in rst 14 from sasmodels import gen 15 docstr = gen .doc(module)14 from sasmodels import generate 15 docstr = generate.doc(module) 16 16 open(sys.argv[2],'w').write(docstr)
Note: See TracChangeset
for help on using the changeset viewer.