Skip to content

Commit 999223b

Browse files
committed
refresh for docs
1 parent 2ccab20 commit 999223b

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1+
Welcome to fastcore
2+
================
13

2-
``` python
3-
from nbdev.showdoc import *
4-
from fastcore.all import *
5-
import numpy as np,numbers
6-
```
7-
8-
# Welcome to fastcore
9-
10-
> Python goodies to make your coding faster, easier, and more
11-
> maintainable
4+
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
125

136
Python is a powerful, dynamic language. Rather than bake everything into
147
the language, it lets the programmer customize it to make it work for

nbs/nbdev.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
project:
2+
output-dir: _docs
3+
4+
website:
5+
title: "fastcore"
6+
site-url: "https://fastcore.fast.ai/"
7+
description: "Python supercharged for fastai development"
8+
repo-branch: master
9+
repo-url: "https://github.com/fastai/fastcore/"

settings.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ allowed_cell_metadata_keys =
3333
jupyter_hooks = True
3434
clean_ids = False
3535
conda_user = fastai
36-
custom_quarto_yml = False
3736
clear_all = False
3837
put_version_in_init = True
3938

0 commit comments

Comments
 (0)