Skip to content

Commit 5b73bae

Browse files
committed
Get latest tutorial tools
1 parent 5703cc2 commit 5b73bae

3 files changed

Lines changed: 33 additions & 51 deletions

File tree

doc/.template.coding.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"This tells SWIG that `MyRestraint` is an IMP [Object](@ref IMP::Object).\n",
253253
"Most IMP classes are subclasses of ``IMP::Object``. These are heavyweight objects\n",
254254
"which are always passed by reference-counted pointers, and are generally not\n",
255-
"copied. Some simple classes (e.g. ``IMP::algebra::Vector3D``) are subclasses of\n",
255+
"copied. Some simple classes (e.g. [IMP::algebra::Vector3D](@ref IMP::Vector3D)) are subclasses of\n",
256256
"``IMP::Value`` instead. These are lightweight objects which are generally passed\n",
257257
"by value or reference, and can be trivially copied. See the\n",
258258
"[IMP manual](@ref conventions_values) for more details.\n",

0 commit comments

Comments
 (0)