Changeset 7722b4a in sasmodels
- Timestamp:
- Aug 5, 2016 5:00:40 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:
- b32dafd
- Parents:
- c8de1bd
- Location:
- sasmodels
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/generate.py
r785cbec r7722b4a 711 711 """ 712 712 from . import rst2html 713 return rst2html.convert(make_doc(model_info) , title=model_info['name'])713 return rst2html.convert(make_doc(model_info)) 714 714 715 715 def demo_time():
Note: See TracChangeset
for help on using the changeset viewer.