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
956944d9
Commit
956944d9
authored
7 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
fix links in doc
parent
52028b12
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
doc/buildsystem.rst
+3
-3
3 additions, 3 deletions
doc/buildsystem.rst
doc/conf.py.in
+1
-1
1 addition, 1 deletion
doc/conf.py.in
doc/contributing.rst
+2
-2
2 additions, 2 deletions
doc/contributing.rst
with
7 additions
and
7 deletions
CMakeLists.txt
+
1
−
1
View file @
956944d9
...
@@ -84,7 +84,7 @@ if(NOT DISABLE_DOCUMENTATION)
...
@@ -84,7 +84,7 @@ if(NOT DISABLE_DOCUMENTATION)
find_package
(
Sphinx
${
PYTHON_VERSION
}
REQUIRED
)
find_package
(
Sphinx
${
PYTHON_VERSION
}
REQUIRED
)
set
(
PYTHON_DOC_URL
"https://docs.python.org/
${
PYTHON_VERSION
}
"
)
set
(
PYTHON_DOC_URL
"https://docs.python.org/
${
PYTHON_VERSION
}
"
)
# set this to the URL corresponding to the version of OST you are using
# set this to the URL corresponding to the version of OST you are using
set
(
OST_DOC_URL
"http://www.openstructure.org/docs/dev"
)
set
(
OST_DOC_URL
"http
s
://www.openstructure.org/docs/dev"
)
endif
()
endif
()
find_package
(
OPENSTRUCTURE 1.7 REQUIRED
find_package
(
OPENSTRUCTURE 1.7 REQUIRED
COMPONENTS io mol seq seq_alg mol_alg conop img mol_mm
)
COMPONENTS io mol seq seq_alg mol_alg conop img mol_mm
)
...
...
This diff is collapsed.
Click to expand it.
doc/buildsystem.rst
+
3
−
3
View file @
956944d9
...
@@ -143,11 +143,11 @@ safely delete the whole source folder.
...
@@ -143,11 +143,11 @@ safely delete the whole source folder.
.. |qmean| replace:: QMEAN
.. |qmean| replace:: QMEAN
.. |eigen3| replace:: Eigen 3
.. |eigen3| replace:: Eigen 3
.. |openmm| replace:: OpenMM
.. |openmm| replace:: OpenMM
.. _qmean: http://swissmodel.expasy.org/qmean/
cgi/index.cgi?
.. _qmean: http
s
://swissmodel.expasy.org/qmean/
.. _ost_l: http://www.OpenStructure.org
.. _ost_l: http
s
://www.OpenStructure.org
.. _cmake: https://cmake.org/
.. _cmake: https://cmake.org/
.. _python: https://www.python.org/
.. _python: https://www.python.org/
.. _boost: http://www.boost.org/
.. _boost: http
s
://www.boost.org/
.. _eigen3: http://eigen.tuxfamily.org/index.php?title=Main_Page
.. _eigen3: http://eigen.tuxfamily.org/index.php?title=Main_Page
.. _openmm: http://openmm.org
.. _openmm: http://openmm.org
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py.in
+
1
−
1
View file @
956944d9
...
@@ -288,7 +288,7 @@ rst_epilog = """
...
@@ -288,7 +288,7 @@ rst_epilog = """
.. |boost| replace:: Boost
.. |boost| replace:: Boost
.. |git| replace:: Git
.. |git| replace:: Git
.. |C++| replace:: C++
.. |C++| replace:: C++
.. _ost_s: http://www.OpenStructure.org
.. _ost_s: http
s
://www.OpenStructure.org
.. _nameattr: @PYTHON_DOC_URL@/library/__main__.html
.. _nameattr: @PYTHON_DOC_URL@/library/__main__.html
.. _mainattr: @PYTHON_DOC_URL@/library/__main__.html
.. _mainattr: @PYTHON_DOC_URL@/library/__main__.html
.. _descattr: @PYTHON_DOC_URL@/library/argparse.html#description
.. _descattr: @PYTHON_DOC_URL@/library/argparse.html#description
...
...
This diff is collapsed.
Click to expand it.
doc/contributing.rst
+
2
−
2
View file @
956944d9
...
@@ -201,7 +201,7 @@ sporting a single monolithic :file:`test_sidechain_reconstruction.py`.
...
@@ -201,7 +201,7 @@ sporting a single monolithic :file:`test_sidechain_reconstruction.py`.
|python| code is evaluated using its own :py_docs:`unit testing framework
|python| code is evaluated using its own :py_docs:`unit testing framework
<library/unittest.html>` with a little help from |ost_s|_ (|C++| uses the
<library/unittest.html>` with a little help from |ost_s|_ (|C++| uses the
|boost| `Test Library
|boost| `Test Library
<http://www.boost.org/doc/libs/1_
47
_0/libs/test/doc/html/index.html>`_). The
<http
s
://www.boost.org/doc/libs/1_
53
_0/libs/test/doc/html/index.html>`_). The
basic scheme is to import your module, subclass :class:`unittest.TestCase` and
basic scheme is to import your module, subclass :class:`unittest.TestCase` and
make the whole file runnable as script using the most common |nameattr|_
make the whole file runnable as script using the most common |nameattr|_
attribute. As an example we test the
attribute. As an example we test the
...
@@ -477,7 +477,7 @@ repository comes with a top-level :file:`doc` directory.
...
@@ -477,7 +477,7 @@ repository comes with a top-level :file:`doc` directory.
While you should not spend to much time thinking about how to format
While you should not spend to much time thinking about how to format
documentation, here is a helpful list of standard formatters:
documentation, here is a helpful list of standard formatters:
http://sphinx-doc.org/markup/inline.html
http://sphinx-doc.org/
en/stable/
markup/inline.html
If you write new functionality for |project|, or fix bugs, feel free to extend
If you write new functionality for |project|, or fix bugs, feel free to extend
the :file:`CHANGELOG` file. It will be automatically pulled into the
the :file:`CHANGELOG` file. It will be automatically pulled into the
...
...
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