Skip to content

Commit 6497698

Browse files
authored
incorporate manual into deploying docs (#198)
1 parent 9732cfe commit 6497698

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+52
-56472
lines changed

doc/manual/extractEquations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# constants
1212

1313
rc = {
14-
"directory": "images", # output directory
14+
"directory": "../source/images", # output directory
1515
"resolution": 72, # equation images resolution
1616
"eqns": [], # list of raw equation codes
1717
"tmpdir": None, # temporary directory

doc/manual/fixHTMLCode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# constants
1313

1414
rc = {
15-
"directory": "images", # directory with equation images
15+
"directory": "../source/images", # directory with equation images
1616
}
1717

1818
eqmark = "<!-- EquationMark -->"
Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/manual/html/readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This directory need to be relativly the same as doc/build/html/manual from
2+
doc/source/_static/images

0 commit comments

Comments
 (0)