We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6bd54 commit ffae168Copy full SHA for ffae168
1 file changed
content/good_practice/documentation.ipynb
@@ -7,6 +7,7 @@
7
"# Writing documentation\n",
8
"\n",
9
"prerequistes:\n",
10
+ "- functions\n",
11
"- types \n",
12
"- collections\n",
13
"- reading and finding documentation\n",
@@ -185,16 +186,13 @@
185
186
"cell_type": "markdown",
187
"metadata": {},
188
"source": [
- "## Documentation 2: docstrings"
189
+ "## Docstrings"
190
]
191
},
192
{
193
194
195
- "prequisites:\n",
196
- "- functions\n",
197
- "\n",
198
"We're going to re-write the above using functions to discuss the importance of docstrings."
199
200
0 commit comments