Skip to content

Commit 41d30f6

Browse files
committed
Get latest tutorial tools for IMP 2.24.0
1 parent d38fa46 commit 41d30f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/using_cpp.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
"cell_type": "markdown",
6363
"metadata": {},
6464
"source": [
65-
"This is a very simple C++ program that uses IMP to create an [IMP::Model](https://integrativemodeling.org/2.23.0/doc/ref/classIMP_1_1Model.html),\n",
65+
"This is a very simple C++ program that uses IMP to create an [IMP::Model](https://integrativemodeling.org/2.24.0/doc/ref/classIMP_1_1Model.html),\n",
6666
"make two particles in that model, and set their XYZ coordinates using the\n",
67-
"[IMP::core::XYZ](https://integrativemodeling.org/2.23.0/doc/ref/classIMP_1_1core_1_1XYZ.html) decorator. It is essentially identical to the first part of\n",
68-
"the simple Python example [in the IMP manual](https://integrativemodeling.org/2.23.0/doc/manual/library_example.html)."
67+
"[IMP::core::XYZ](https://integrativemodeling.org/2.24.0/doc/ref/classIMP_1_1core_1_1XYZ.html) decorator. It is essentially identical to the first part of\n",
68+
"the simple Python example [in the IMP manual](https://integrativemodeling.org/2.24.0/doc/manual/library_example.html)."
6969
]
7070
},
7171
{
@@ -155,7 +155,7 @@
155155
"```\n",
156156
"\n",
157157
"Finally, we tell CMake that when we link the `simple` executable, we need\n",
158-
"to link it against the IMP [kernel](https://integrativemodeling.org/2.23.0/doc/ref/namespaceIMP.html) and the [IMP::core](https://integrativemodeling.org/2.23.0/doc/ref/namespaceIMP_1_1core.html) module."
158+
"to link it against the IMP [kernel](https://integrativemodeling.org/2.24.0/doc/ref/namespaceIMP.html) and the [IMP::core](https://integrativemodeling.org/2.24.0/doc/ref/namespaceIMP_1_1core.html) module."
159159
]
160160
},
161161
{

0 commit comments

Comments
 (0)