Skip to content

Commit 1e8e1eb

Browse files
committed
Added note to install numpydoc
1 parent bb9356b commit 1e8e1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch04packaging/04documentation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"\n",
9898
"In writing Greeter, we used the docstring conventions from NumPy.\n",
9999
"So we use the [numpydoc](https://numpydoc.readthedocs.io/en/latest/) sphinx extension to \n",
100-
"support these."
100+
"support these (Note: you will need to install this extension for the later examples to work)."
101101
]
102102
},
103103
{

0 commit comments

Comments
 (0)