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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
ProMod3
Commits
d6b310d8
Commit
d6b310d8
authored
Nov 17, 2014
by
Bienchen
Committed by
BIOPZ-Johner Niklaus
Dec 17, 2014
Browse files
Options
Downloads
Patches
Plain Diff
Simplified paths
parent
0861be72
No related branches found
No related tags found
No related merge requests found
Changes
2
Show 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 @
d6b310d8
...
@@ -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 @
d6b310d8
...
@@ -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
sign in
to comment