Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Apr 28, 2024
1 parent 0fe808f commit 9d31709
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Getting Started
Getting Started
================

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

<div>

![CI](https://github.com/fastai/nbdev/actions/workflows/test.yaml/badge.svg)

</div>

`nbdev` is a notebook-driven development platform. Simply write
notebooks with lightweight markup and get high-quality documentation,
tests, continuous integration, and packaging for free!
Expand Down Expand Up @@ -61,6 +66,8 @@ The best way to learn how to use nbdev is to complete either the
[written walkthrough](https://nbdev.fast.ai/tutorials/tutorial.html) or
video walkthrough:

<div style="text-align: center">

<div>

<a href="http://www.youtube.com/watch?v=l7zS8Ld4_iA" target="_blank"
Expand All @@ -70,6 +77,8 @@ style="border-radius: 10px" width="560" height="315" /></a>

</div>

</div>

Alternatively, there’s a [shortened version of the video
walkthrough](https://youtu.be/67FdzLSt4aA) with coding sections sped up
using the `unsilence` Python library – it’s 27 minutes faster, but a bit
Expand Down
2 changes: 1 addition & 1 deletion nbdev/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.3.14"
__version__ = "2.3.15"

from .doclinks import nbdev_export
from .showdoc import show_doc
Expand Down
6 changes: 3 additions & 3 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author = Jeremy Howard and Hamel Husain
author_email = [email protected]
branch = master
min_python = 3.7
version = 2.3.14
version = 2.3.15
audience = Developers
language = English
custom_sidebar = True
Expand Down Expand Up @@ -60,8 +60,8 @@ lib_path = nbdev
title = nbdev
black_formatting = False
readme_nb = getting_started.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = False
clear_all = False
Expand Down

0 comments on commit 9d31709

Please sign in to comment.