File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change
1
+ Welcome to fastcore
2
+ ================
1
3
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! -->
12
5
13
6
Python is a powerful, dynamic language. Rather than bake everything into
14
7
the language, it lets the programmer customize it to make it work for
Original file line number Diff line number Diff line change
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/"
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ allowed_cell_metadata_keys =
33
33
jupyter_hooks = True
34
34
clean_ids = False
35
35
conda_user = fastai
36
- custom_quarto_yml = False
37
36
clear_all = False
38
37
put_version_in_init = True
39
38
You can’t perform that action at this time.
0 commit comments