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
2a59f01e
Commit
2a59f01e
authored
11 years ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Docu cosmetics, intersphinx integration for Python
parent
57bbb46c
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
doc/CMakeLists.txt
+2
-1
2 additions, 1 deletion
doc/CMakeLists.txt
doc/conf.py.in
+3
-3
3 additions, 3 deletions
doc/conf.py.in
doc/index.rst
+2
-0
2 additions, 0 deletions
doc/index.rst
meld/doc/index.rst
+1
-1
1 addition, 1 deletion
meld/doc/index.rst
with
9 additions
and
5 deletions
CMakeLists.txt
+
1
−
0
View file @
2a59f01e
...
...
@@ -45,6 +45,7 @@ setup_boost()
find_package
(
Python 2.7 REQUIRED
)
if
(
NOT DISABLE_DOCUMENTATION
)
find_package
(
Sphinx
${
PYTHON_VERSION
}
REQUIRED
)
set
(
PYTHON_DOC_URL
"http://docs.python.org/
${
PYTHON_VERSION
}
"
)
endif
()
find_package
(
OPENSTRUCTURE 1.4 REQUIRED
COMPONENTS io mol seq seq_alg mol_alg conop
)
...
...
This diff is collapsed.
Click to expand it.
doc/CMakeLists.txt
+
2
−
1
View file @
2a59f01e
...
...
@@ -13,7 +13,8 @@ file(MAKE_DIRECTORY ${_RST_SOURCE_DIR})
set
(
_SPHINX_CONF_PY
"
${
_RST_SOURCE_DIR
}
/conf.py"
)
set
(
_SPHINX_CONF_SUBST_DICT PROMOD3_VERSION_MAJOR=
"
${
PROMOD3_VERSION_MAJOR
}
"
PROMOD3_VERSION_MINOR=
"
${
PROMOD3_VERSION_MINOR
}
"
PROMOD3_VERSION_PATCH=
"
${
PROMOD3_VERSION_PATCH
}
"
)
PROMOD3_VERSION_PATCH=
"
${
PROMOD3_VERSION_PATCH
}
"
PYTHON_DOC_URL=
"
${
PYTHON_DOC_URL
}
"
)
set
(
_CONF_SUBST_DICT -DINPUT_FILE=
${
CMAKE_CURRENT_SOURCE_DIR
}
/conf.py.in -DOUT_FILE=
${
_SPHINX_CONF_PY
}
)
foreach
(
_subst
${
_SPHINX_CONF_SUBST_DICT
}
)
list
(
APPEND _CONF_SUBST_DICT -D
${
_subst
}
)
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py.in
+
3
−
3
View file @
2a59f01e
...
...
@@ -63,7 +63,7 @@ release = '@PROMOD3_VERSION_PATCH@'
# non-false value, then it is used:
#today = ''
# Else, today_fmt is used as the format for a strftime call.
#
today_fmt = '%B %d, %Y'
today_fmt = '%B %d
%H:%M
, %Y'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
...
...
@@ -127,7 +127,7 @@ html_static_path = list()
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
#
html_last_updated_fmt = '%b %d, %Y'
html_last_updated_fmt = '%b %d
%H:%M
, %Y'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
...
...
@@ -246,4 +246,4 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'
http://docs.python.org/':
None}
intersphinx_mapping = {'
python': ('@PYTHON_DOC_URL@',
None
)
}
This diff is collapsed.
Click to expand it.
doc/index.rst
+
2
−
0
View file @
2a59f01e
...
...
@@ -11,7 +11,9 @@ Contents:
.. toctree::
:maxdepth: 2
meld/index
.. todolist::
Indices and tables
==================
...
...
This diff is collapsed.
Click to expand it.
meld/doc/index.rst
+
1
−
1
View file @
2a59f01e
...
...
@@ -10,4 +10,4 @@ This module contains functions and classes to model protein structures from sequ
:maxdepth: 2
loop
rawmodel
\ No newline at end of file
rawmodel
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