- Timestamp:
- Sep 14, 2017 2:36:59 AM (7 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, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- fca1f50
- Parents:
- 3d37fe9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/build_sphinx.py
r3d37fe9 r6e546f8 375 375 #TODO: Does it need to be done so many time? 376 376 def pdflatex(): 377 subprocess.call(["pdflatex", "Sas view.tex"], cwd=LATEXDIR)377 subprocess.call(["pdflatex", "SasView.tex"], cwd=LATEXDIR) 378 378 pdflatex() 379 379 pdflatex() 380 380 pdflatex() 381 subprocess.call(["makeindex", "-s", "python.ist", "Sas view.idx"], cwd=LATEXDIR)381 subprocess.call(["makeindex", "-s", "python.ist", "SasView.idx"], cwd=LATEXDIR) 382 382 pdflatex() 383 383 pdflatex() 384 384 385 385 print("=== Copy PDF to HTML Directory ===") 386 source = os.path.join(LATEXDIR, "Sas view.pdf")387 target = os.path.join(SASVIEW_DOCS, "Sas view.pdf")386 source = os.path.join(LATEXDIR, "SasView.pdf") 387 target = os.path.join(SASVIEW_DOCS, "SasView.pdf") 388 388 shutil.copyfile(source, target) 389 389
Note: See TracChangeset
for help on using the changeset viewer.