Remove transitional links for online gmxapi Python package reference.
authorM. Eric Irrgang <ericirrgang@gmail.com>
Fri, 8 Nov 2019 20:07:49 +0000 (23:07 +0300)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 3 Jan 2020 13:38:51 +0000 (14:38 +0100)
Provide link to current GROMACS gmxapi documentation,
built by GitLab Runner.

Fixes #2985

Change-Id: I1e56828aba4cc2568bbc9e6617863ca10197058d

docs/gmxapi/userguide-stub/pythonreference.rst
docs/gmxapi/userguide/install.rst

index 40fbf8f78af0d8c9401775db5debbed9694d3f4d..d6d73bc9af029b46cd62ade3b819bcb5aec1ea24 100644 (file)
@@ -29,6 +29,4 @@ Refer to the Python source code itself for additional clarification.
     :doc:`installing the gmxapi package <../userguide/install>`,
     and therefore lacks the full module reference.
     Refer to :ref:`gmxapi_package_documentation` for instructions on building
-    complete documentation, or `view online <http://gmxapi.org/>`__.
-
-.. todo:: :issue:`2985` Replace reference URL with http://manual.gromacs.org/current/gmxapi/
+    complete documentation, or `view online <http://manual.gromacs.org/current/gmxapi/>`__.
index 10d9c36bfacf0f136082aa8f5efc7d77b4327a5d..f4fb5844ea0f9aca27f94817d9a80c7c3e83cdae 100644 (file)
@@ -466,11 +466,9 @@ be accessed in the usual ways, using ``pydoc`` from the command line or
 ``help()`` in an interactive Python session.
 
 The complete documentation (which you are currently reading)
-can be browsed `online <http://gmxapi.org/>`__
+can be browsed `online <http://manual.gromacs.org/current/gmxapi/>`__
 or built from a copy of the GROMACS source repository.
 
-.. todo:: :issue:`2985` Replace reference URL with http://manual.gromacs.org/current/gmxapi/
-
 Documentation is built from a combination of Python module documentation and
 static content, and requires a local copy of the GROMACS source repository.