Skip to content

Commit 9d31709

Browse files
committed
bump
1 parent 0fe808f commit 9d31709

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# Getting Started
1+
Getting Started
2+
================
23

34
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
45

6+
<div>
7+
58
![CI](https://github.com/fastai/nbdev/actions/workflows/test.yaml/badge.svg)
69

10+
</div>
11+
712
`nbdev` is a notebook-driven development platform. Simply write
813
notebooks with lightweight markup and get high-quality documentation,
914
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
6166
[written walkthrough](https://nbdev.fast.ai/tutorials/tutorial.html) or
6267
video walkthrough:
6368

69+
<div style="text-align: center">
70+
6471
<div>
6572

6673
<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>
7077

7178
</div>
7279

80+
</div>
81+
7382
Alternatively, there’s a [shortened version of the video
7483
walkthrough](https://youtu.be/67FdzLSt4aA) with coding sections sped up
7584
using the `unsilence` Python library – it’s 27 minutes faster, but a bit

nbdev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.3.14"
1+
__version__ = "2.3.15"
22

33
from .doclinks import nbdev_export
44
from .showdoc import show_doc

settings.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author = Jeremy Howard and Hamel Husain
99
author_email = j@fast.ai
1010
branch = master
1111
min_python = 3.7
12-
version = 2.3.14
12+
version = 2.3.15
1313
audience = Developers
1414
language = English
1515
custom_sidebar = True
@@ -60,8 +60,8 @@ lib_path = nbdev
6060
title = nbdev
6161
black_formatting = False
6262
readme_nb = getting_started.ipynb
63-
allowed_metadata_keys =
64-
allowed_cell_metadata_keys =
63+
allowed_metadata_keys =
64+
allowed_cell_metadata_keys =
6565
jupyter_hooks = True
6666
clean_ids = False
6767
clear_all = False

0 commit comments

Comments
 (0)