Skip to content

Commit ffae168

Browse files
committed
merge docstrings and comments
1 parent de6bd54 commit ffae168

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

content/good_practice/documentation.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"# Writing documentation\n",
88
"\n",
99
"prerequistes:\n",
10+
"- functions\n",
1011
"- types \n",
1112
"- collections\n",
1213
"- reading and finding documentation\n",
@@ -185,16 +186,13 @@
185186
"cell_type": "markdown",
186187
"metadata": {},
187188
"source": [
188-
"## Documentation 2: docstrings"
189+
"## Docstrings"
189190
]
190191
},
191192
{
192193
"cell_type": "markdown",
193194
"metadata": {},
194195
"source": [
195-
"prequisites:\n",
196-
"- functions\n",
197-
"\n",
198196
"We're going to re-write the above using functions to discuss the importance of docstrings."
199197
]
200198
},

0 commit comments

Comments
 (0)