Changeset 7722b4a in sasmodels for sasmodels/generate.py


Ignore:
Timestamp:
Aug 5, 2016 3:00:40 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:
b32dafd
Parents:
c8de1bd
Message:

include docstr → html conversion code for documenting plugin models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/generate.py

    r785cbec r7722b4a  
    711711    """ 
    712712    from . import rst2html 
    713     return rst2html.convert(make_doc(model_info), title=model_info['name']) 
     713    return rst2html.convert(make_doc(model_info)) 
    714714 
    715715def demo_time(): 
Note: See TracChangeset for help on using the changeset viewer.