source: sasview/sphinx-docs/generate_docs.py @ 0d795bf

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 0d795bf was 38c05cb, checked in by Mathieu Doucet <doucetm@…>, 12 years ago

Fixing sphinx docs

  • Property mode set to 100644
File size: 454 bytes
Line 
1import os
2cwd = os.getcwd()
3       
4module_list = ["fittingview", "invariantview", "inversionview",
5               "park_integration", "calculatorview", "plottools",
6               "pr_inversion", "sanscalculator", "sansdataloader",
7               "sansguiframe", "sansinvariant", "sansmodels"]
8
9for m in module_list:
10    sphinx_dir = "../%s/docs/sphinx" % m
11    os.system("cd %s; python genmods.py; cd %s" % (sphinx_dir, cwd))
12os.system("make html")   
Note: See TracBrowser for help on using the repository browser.