Skip to content

Commit f7e81b8

Browse files
committed
fix images
1 parent 9cd2cc0 commit f7e81b8

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

nbs/000_tour.ipynb

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,8 @@
9999
"doc(coll_repr)\n",
100100
"```\n",
101101
"\n",
102-
"<img width=\"499\" src=\"images/att_00000.png\" align=\"left\">"
103-
]
104-
},
105-
{
106-
"cell_type": "markdown",
107-
"metadata": {},
108-
"source": [
102+
"![](images/att_00000.png){width=\"499\"}\n",
103+
"\n",
109104
"The documentation also contains links to any related functions or classes, which appear like this: `coll_repr` (in the notebook itself you will just see a word with back-ticks around it; the links are auto-generated in the documentation site). The documentation will generally show one or more examples of use, along with any background context necessary to understand them. As you'll see, the examples for each function and method are shown as tests, rather than example outputs, so let's start by explaining that. "
110105
]
111106
},

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ doc_host = https://fastcore.fast.ai
2424
doc_baseurl = /
2525
host = github
2626
tst_flags =
27-
recursive = False
27+
recursive = True
2828
black_formatting = False
2929
readme_nb = index.ipynb
3030
allowed_metadata_keys =

0 commit comments

Comments
 (0)