From deff05a7867468edf985a4511f00dbeb8ba394ee Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Thu, 21 Dec 2023 22:21:28 -0800 Subject: [PATCH] Update for IMP 2.20.0 --- doc/using_cpp.ipynb | 8 ++++---- support/tutorial_tools | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/using_cpp.ipynb b/doc/using_cpp.ipynb index 328d23e..f0bee2a 100644 --- a/doc/using_cpp.ipynb +++ b/doc/using_cpp.ipynb @@ -62,10 +62,10 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "This is a very simple C++ program that uses IMP to create an [IMP::Model](https://integrativemodeling.org/2.19.0/doc/ref/classIMP_1_1Model.html),\n", + "This is a very simple C++ program that uses IMP to create an [IMP::Model](https://integrativemodeling.org/2.20.0/doc/ref/classIMP_1_1Model.html),\n", "make two particles in that model, and set their XYZ coordinates using the\n", - "[IMP::core::XYZ](https://integrativemodeling.org/2.19.0/doc/ref/classIMP_1_1core_1_1XYZ.html) decorator. It is essentially identical to the first part of\n", - "the simple Python example [in the IMP manual](https://integrativemodeling.org/2.19.0/doc/manual/library_example.html)." + "[IMP::core::XYZ](https://integrativemodeling.org/2.20.0/doc/ref/classIMP_1_1core_1_1XYZ.html) decorator. It is essentially identical to the first part of\n", + "the simple Python example [in the IMP manual](https://integrativemodeling.org/2.20.0/doc/manual/library_example.html)." ] }, { @@ -155,7 +155,7 @@ "```\n", "\n", "Finally, we tell CMake that when we link the `simple` executable, we need\n", - "to link it against the IMP [kernel](https://integrativemodeling.org/2.19.0/doc/ref/namespaceIMP.html) and the [IMP::core](https://integrativemodeling.org/2.19.0/doc/ref/namespaceIMP_1_1core.html) module." + "to link it against the IMP [kernel](https://integrativemodeling.org/2.20.0/doc/ref/namespaceIMP.html) and the [IMP::core](https://integrativemodeling.org/2.20.0/doc/ref/namespaceIMP_1_1core.html) module." ] }, { diff --git a/support/tutorial_tools b/support/tutorial_tools index 4af36b2..077d2b3 160000 --- a/support/tutorial_tools +++ b/support/tutorial_tools @@ -1 +1 @@ -Subproject commit 4af36b2a72925f51c056ae2c7c60cfb98119cb75 +Subproject commit 077d2b3d7bf02c71fec866026f5e813393eb1f1d