File tree Expand file tree Collapse file tree 11 files changed +45
-9
lines changed
Expand file tree Collapse file tree 11 files changed +45
-9
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ We suggest these helpful resources to get started with `nbdev`:
5858
5959- [ Official tutorial] ( https://nbdev.fast.ai/tutorial.html ) . We suggest
6060 replicating each step to solidify your understanding.
61- - [ Official documentation] ( https://nbdev.fast.ai/ ) .
61+ - [ Official documentation] ( https://nbdev.fast.ai/getting_started.html ) .
6262- [ Release notes] ( https://github.com/fastai/nbdev/releases ) .
6363
6464You can run ` nbdev_help ` from the terminal to see the full list of
Original file line number Diff line number Diff line change 55 "metadata" : {},
66 "source" : [
77 " ---\n " ,
8- " title: Clean \n " ,
8+ " title: clean \n " ,
99 " description: Strip superfluous metadata from notebooks\n " ,
1010 " ---"
1111 ]
Original file line number Diff line number Diff line change 3939 "id" : " 2084506e-4393-41eb-8057-9406e78e4079" ,
4040 "metadata" : {},
4141 "source" : [
42- " # Test Notebooks \n " ,
42+ " # test \n " ,
4343 " > Run unit tests on notebooks in parallel"
4444 ]
4545 },
Original file line number Diff line number Diff line change 1515 "id" : " e9c38f72-896e-45ed-8809-731bfa7b2178" ,
1616 "metadata" : {},
1717 "source" : [
18- " # Migrate to nbdev \n " ,
18+ " # migrate \n " ,
1919 " > Utilities for migrating to nbdev"
2020 ]
2121 },
Original file line number Diff line number Diff line change 1+ ---
2+ title : Page Not Found
3+ ---
4+
5+ The page you requested cannot be found (perhaps it was moved or renamed).
6+
7+ You may want to try searching to find the page's new location.
Original file line number Diff line number Diff line change 1+ website :
2+ favicon : favicon.png
3+ reader-mode : false
4+ navbar :
5+ collapse-below : lg
6+ left :
7+ - text : " Get Started"
8+ href : getting_started.ipynb
9+ - text : " Tutorial"
10+ href : tutorial.ipynb
11+ - text : " Blog"
12+ href : https://www.fast.ai/
13+ - text : " Help"
14+ menu :
15+ - text : " Report an Issue"
16+ icon : bug
17+ href : https://github.com/fastai/nbdev/issues
18+ - text : " Fast.ai Forum"
19+ icon : chat-right-text
20+ href : https://forums.fast.ai/
21+ - text : " FAQ"
22+ icon : question-circle
23+ href : getting_started.ipynb#faq
24+ right :
25+ - icon : twitter
26+ href : https://twitter.com/fastdotai
27+ aria-label : Fast.ai Twitter
Original file line number Diff line number Diff line change 66 "source" : [
77 " # About nbdev\n " ,
88 " \n " ,
9- " > Create delightful Python projects using exploratory programming "
9+ " > Create delightful software with Jupyter Notebooks "
1010 ]
1111 },
1212 {
6767 " We suggest these helpful resources to get started with `nbdev`:\n " ,
6868 " \n " ,
6969 " - [Official tutorial](https://nbdev.fast.ai/tutorial.html); (we suggest replicating each step to solidify your understanding)\n " ,
70- " - [Official documentation](https://nbdev.fast.ai/)."
70+ " - [Official documentation](https://nbdev.fast.ai/getting_started.html )."
7171 ]
7272 },
7373 {
Original file line number Diff line number Diff line change 1818
1919.navbar {
2020 background : var (--background );
21+ text-align : left;
22+ font-size : 16px ;
2123}
2224
2325.title , .navbar-title {
Original file line number Diff line number Diff line change 66 "source" : [
77 " # About nbdev\n " ,
88 " \n " ,
9- " > Create delightful Python projects using exploratory programming "
9+ " > Create delightful software with Jupyter Notebooks "
1010 ]
1111 },
1212 {
6767 " We suggest these helpful resources to get started with `nbdev`:\n " ,
6868 " \n " ,
6969 " - [Official tutorial](https://nbdev.fast.ai/tutorial.html); (we suggest replicating each step to solidify your understanding)\n " ,
70- " - [Official documentation](https://nbdev.fast.ai/)."
70+ " - [Official documentation](https://nbdev.fast.ai/getting_started.html )."
7171 ]
7272 },
7373 {
You can’t perform that action at this time.
0 commit comments