Skip to content

Commit 02c568d

Browse files
authored
Merge pull request #667 from seeM/fix-nav-text-align
tweak website
2 parents 775da97 + 076d6ad commit 02c568d

File tree

11 files changed

+45
-9
lines changed

11 files changed

+45
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6464
You can run `nbdev_help` from the terminal to see the full list of

nbs/11_clean.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"---\n",
8-
"title: Clean\n",
8+
"title: clean\n",
99
"description: Strip superfluous metadata from notebooks\n",
1010
"---"
1111
]

nbs/14_test.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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
},

nbs/15_migrate.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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
},

nbs/404.qmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

nbs/custom.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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

nbs/favicon.png

5.33 KB
Loading

nbs/getting_started.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
{
@@ -67,7 +67,7 @@
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
{

nbs/index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ body {
1818

1919
.navbar {
2020
background: var(--background);
21+
text-align: left;
22+
font-size: 16px;
2123
}
2224

2325
.title, .navbar-title {

nbs/index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
{
@@ -67,7 +67,7 @@
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
{

0 commit comments

Comments
 (0)