Skip to content

Commit c9b4c08

Browse files
committed
fixes #475
1 parent 5b5d884 commit c9b4c08

File tree

13 files changed

+279
-277
lines changed

13 files changed

+279
-277
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
_quarto.yml
12
sidebar.yml
23
Gemfile.lock
34
token

README.md

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

4-
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
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
512
613
Python is a powerful, dynamic language. Rather than bake everything into
714
the language, it lets the programmer customize it to make it work for

fastcore/_modidx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
'fastcore.basics.range_of': ('basics.html#range_of', 'fastcore/basics.py'),
151151
'fastcore.basics.renumerate': ('basics.html#renumerate', 'fastcore/basics.py'),
152152
'fastcore.basics.replicate': ('basics.html#replicate', 'fastcore/basics.py'),
153+
'fastcore.basics.ret_false': ('basics.html#ret_false', 'fastcore/basics.py'),
153154
'fastcore.basics.ret_true': ('basics.html#ret_true', 'fastcore/basics.py'),
154155
'fastcore.basics.risinstance': ('basics.html#risinstance', 'fastcore/basics.py'),
155156
'fastcore.basics.set_nested_idx': ('basics.html#set_nested_idx', 'fastcore/basics.py'),

0 commit comments

Comments
 (0)