Skip to content

Commit

Permalink
Update to IMP 2.22.0, drop Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Dec 12, 2024
1 parent f6b2bd6 commit 2ab65d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/using_cpp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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.21.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.22.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.21.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.21.0/doc/manual/library_example.html)."
"[IMP::core::XYZ](https://integrativemodeling.org/2.22.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.22.0/doc/manual/library_example.html)."
]
},
{
Expand Down Expand Up @@ -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.21.0/doc/ref/namespaceIMP.html) and the [IMP::core](https://integrativemodeling.org/2.21.0/doc/ref/namespaceIMP_1_1core.html) module."
"to link it against the IMP [kernel](https://integrativemodeling.org/2.22.0/doc/ref/namespaceIMP.html) and the [IMP::core](https://integrativemodeling.org/2.22.0/doc/ref/namespaceIMP_1_1core.html) module."
]
},
{
Expand Down

0 comments on commit 2ab65d4

Please sign in to comment.