Changeset 38c05cb in sasview for sphinx-docs
- Timestamp:
- Apr 11, 2012 4:24:31 PM (13 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- e0050a5
- Parents:
- c7e12b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sphinx-docs/generate_docs.py
rc7e12b6 r38c05cb 1 1 import os 2 2 cwd = os.getcwd() 3 for d in os.listdir('.'):4 sphinx_dir = os.path.join(d, 'docs', 'sphinx')5 if os.path.isdir(sphinx_dir) and sphinx_dir.find("calculator")<0:6 print sphinx_dir7 #os.chdir(sphinx_dir)8 #os.system("cd %s; make stubs; cd %s" % (sphinx_dir, cwd))9 #print "DONE"10 3 11 4 module_list = ["fittingview", "invariantview", "inversionview",
Note: See TracChangeset
for help on using the changeset viewer.