Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProMod3
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
ProMod3
Commits
60efef3b
Commit
60efef3b
authored
10 years ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Simplified paths
parent
71914204
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/CMakeLists.txt
+1
-1
1 addition, 1 deletion
doc/CMakeLists.txt
doc/conf.py.in
+2
-2
2 additions, 2 deletions
doc/conf.py.in
with
3 additions
and
3 deletions
doc/CMakeLists.txt
+
1
−
1
View file @
60efef3b
...
@@ -27,7 +27,7 @@ set(_SPHINX_CONF_SUBST_DICT PROMOD3_VERSION_MAJOR="${PROMOD3_VERSION_MAJOR}"
...
@@ -27,7 +27,7 @@ set(_SPHINX_CONF_SUBST_DICT PROMOD3_VERSION_MAJOR="${PROMOD3_VERSION_MAJOR}"
PROMOD3_VERSION_PATCH=
"
${
PROMOD3_VERSION_PATCH
}
"
PROMOD3_VERSION_PATCH=
"
${
PROMOD3_VERSION_PATCH
}
"
PYTHON_DOC_URL=
"
${
PYTHON_DOC_URL
}
"
PYTHON_DOC_URL=
"
${
PYTHON_DOC_URL
}
"
LIB_STAGE_PATH=
"
${
LIB_STAGE_PATH
}
"
LIB_STAGE_PATH=
"
${
LIB_STAGE_PATH
}
"
PYTHON_
VERSION=
"
${
PYTHON_VERSION
}
"
PYTHON_
MODULE_PATH=
"
${
PYTHON_MODULE_PATH
}
"
OST_PYMOD_PATH=
"
${
OST_PYMOD_PATH
}
"
OST_PYMOD_PATH=
"
${
OST_PYMOD_PATH
}
"
OST_DOC_URL=
"
${
OST_DOC_URL
}
"
OST_DOC_URL=
"
${
OST_DOC_URL
}
"
LIB_DIR=
"
${
LIB_DIR
}
"
)
LIB_DIR=
"
${
LIB_DIR
}
"
)
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py.in
+
2
−
2
View file @
60efef3b
...
@@ -19,7 +19,7 @@ import sys, os
...
@@ -19,7 +19,7 @@ import sys, os
# If extensions (or modules to document with autodoc) are in another directory,
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, '@LIB_STAGE_PATH@/
python
@PYTHON_
VERSION@/site-packages
')
sys.path.insert(0, '@LIB_STAGE_PATH@/@PYTHON_
MODULE_PATH@
')
sys.path.insert(1, '@OST_PYMOD_PATH@')
sys.path.insert(1, '@OST_PYMOD_PATH@')
# -- General configuration -----------------------------------------------------
# -- General configuration -----------------------------------------------------
...
@@ -281,7 +281,7 @@ rst_epilog = """
...
@@ -281,7 +281,7 @@ rst_epilog = """
# in some versions of sphinx, doctest invokes doctest_path AFTER executing code
# in some versions of sphinx, doctest invokes doctest_path AFTER executing code
doctest_global_setup = """
doctest_global_setup = """
import sys
import sys
sys.path.insert(0, '@LIB_STAGE_PATH@/
python
@PYTHON_
VERSION@/site-packages
')
sys.path.insert(0, '@LIB_STAGE_PATH@/@PYTHON_
MODULE_PATH@
')
sys.path.insert(1, '@OST_PYMOD_PATH@')
sys.path.insert(1, '@OST_PYMOD_PATH@')
import ost
import ost
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment