Skip to content

Commit 18d9792

Browse files
committed
Added link to Sphinx installation instructions
1 parent 756f10b commit 18d9792

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

ch04packaging/04documentation.ipynb

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@
138138
]
139139
},
140140
{
141+
"cell_type": "markdown",
142+
"metadata": {},
141143
"source": [
142144
"Install Sphinx using the [appropiate instructions](https://www.sphinx-doc.org/en/master/usage/installation.html) for your system following the documentation online."
143-
],
144-
"cell_type": "markdown",
145-
"metadata": {}
145+
]
146146
},
147147
{
148148
"cell_type": "markdown",
@@ -222,7 +222,10 @@
222222
"cell_type": "code",
223223
"execution_count": 1,
224224
"metadata": {
225-
"collapsed": false
225+
"collapsed": false,
226+
"jupyter": {
227+
"outputs_hidden": false
228+
}
226229
},
227230
"outputs": [
228231
{
@@ -302,7 +305,10 @@
302305
"cell_type": "code",
303306
"execution_count": 2,
304307
"metadata": {
305-
"collapsed": false
308+
"collapsed": false,
309+
"jupyter": {
310+
"outputs_hidden": false
311+
}
306312
},
307313
"outputs": [
308314
{
@@ -342,7 +348,10 @@
342348
"cell_type": "code",
343349
"execution_count": 3,
344350
"metadata": {
345-
"collapsed": false
351+
"collapsed": false,
352+
"jupyter": {
353+
"outputs_hidden": false
354+
}
346355
},
347356
"outputs": [
348357
{
@@ -519,9 +528,9 @@
519528
"name": "python",
520529
"nbconvert_exporter": "python",
521530
"pygments_lexer": "ipython3",
522-
"version": "3.7.3"
531+
"version": "3.8.5"
523532
}
524533
},
525534
"nbformat": 4,
526-
"nbformat_minor": 0
527-
}
535+
"nbformat_minor": 4
536+
}

0 commit comments

Comments
 (0)