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 c05234f was
38c05cb,
checked in by Mathieu Doucet <doucetm@…>, 13 years ago
|
Fixing sphinx docs
|
-
Property mode set to
100644
|
File size:
454 bytes
|
Rev | Line | |
---|
[c7e12b6] | 1 | import os |
---|
| 2 | cwd = os.getcwd() |
---|
| 3 | |
---|
| 4 | module_list = ["fittingview", "invariantview", "inversionview", |
---|
| 5 | "park_integration", "calculatorview", "plottools", |
---|
| 6 | "pr_inversion", "sanscalculator", "sansdataloader", |
---|
| 7 | "sansguiframe", "sansinvariant", "sansmodels"] |
---|
| 8 | |
---|
| 9 | for m in module_list: |
---|
| 10 | sphinx_dir = "../%s/docs/sphinx" % m |
---|
| 11 | os.system("cd %s; python genmods.py; cd %s" % (sphinx_dir, cwd)) |
---|
| 12 | os.system("make html") |
---|
Note: See
TracBrowser
for help on using the repository browser.