File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
- # Getting Started
1
+ Getting Started
2
+ ================
2
3
3
4
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
4
5
6
+ <div >
7
+
5
8
![ CI] ( https://github.com/fastai/nbdev/actions/workflows/test.yaml/badge.svg )
6
9
10
+ </div >
11
+
7
12
` nbdev ` is a notebook-driven development platform. Simply write
8
13
notebooks with lightweight markup and get high-quality documentation,
9
14
tests, continuous integration, and packaging for free!
@@ -61,6 +66,8 @@ The best way to learn how to use nbdev is to complete either the
61
66
[ written walkthrough] ( https://nbdev.fast.ai/tutorials/tutorial.html ) or
62
67
video walkthrough:
63
68
69
+ <div style =" text-align : center " >
70
+
64
71
<div >
65
72
66
73
<a href="http://www.youtube.com/watch?v=l7zS8Ld4_iA " target="_ blank"
@@ -70,6 +77,8 @@ style="border-radius: 10px" width="560" height="315" /></a>
70
77
71
78
</div >
72
79
80
+ </div >
81
+
73
82
Alternatively, there’s a [ shortened version of the video
74
83
walkthrough] ( https://youtu.be/67FdzLSt4aA ) with coding sections sped up
75
84
using the ` unsilence ` Python library – it’s 27 minutes faster, but a bit
Original file line number Diff line number Diff line change 1
- __version__ = "2.3.14 "
1
+ __version__ = "2.3.15 "
2
2
3
3
from .doclinks import nbdev_export
4
4
from .showdoc import show_doc
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ author = Jeremy Howard and Hamel Husain
9
9
author_email = j@fast.ai
10
10
branch = master
11
11
min_python = 3.7
12
- version = 2.3.14
12
+ version = 2.3.15
13
13
audience = Developers
14
14
language = English
15
15
custom_sidebar = True
@@ -60,8 +60,8 @@ lib_path = nbdev
60
60
title = nbdev
61
61
black_formatting = False
62
62
readme_nb = getting_started.ipynb
63
- allowed_metadata_keys =
64
- allowed_cell_metadata_keys =
63
+ allowed_metadata_keys =
64
+ allowed_cell_metadata_keys =
65
65
jupyter_hooks = True
66
66
clean_ids = False
67
67
clear_all = False
You can’t perform that action at this time.
0 commit comments