Skip to content

Commit

Permalink
fixed hole link
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Feb 20, 2020
1 parent c7e838c commit dbcbdc9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
" \n",
"**Note**\n",
"\n",
"This module is now deprecated. Please use [`MDAnalysis.analysis.hole2`](hole2.ipynb) instead.\n",
"This module is now deprecated. Please use [MDAnalysis.analysis.hole2](hole2.ipynb) instead.\n",
"\n",
"</div>\n",
"\n",
Expand Down Expand Up @@ -278,7 +278,7 @@
"<center>\n",
"<div style=\"width:200px; text-align:center;\">\n",
"\n",
"![sphpdb.png](../../images/sphpdb.png)\n",
"![sphpdb.png](sphpdb.png)\n",
" \n",
"</div>\n",
"</center>"
Expand Down
22 changes: 21 additions & 1 deletion doc/source/examples/analysis/polymers_and_membranes/hole2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"<center>\n",
"<div style=\"width:200px; text-align:center;\">\n",
"\n",
"![sphpdb.png](../../images/sphpdb.png)\n",
"![sphpdb.png](sphpdb.png)\n",
" \n",
"</div>\n",
"</center>"
Expand Down Expand Up @@ -1033,6 +1033,26 @@
" ha2.plot()"
]
},
{
"cell_type": "code",
"execution_count": 34,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"20.0962"
]
},
"execution_count": 34,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"ha.profiles[0][0].radius"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit dbcbdc9

Please sign in to comment.