Skip to content

Commit 8d300d3

Browse files
remove mentions of dispatch and transform from readme
1 parent 628ea2c commit 8d300d3

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ with the `-latest` suffix
2929
- `fastcore.foundation`: Mixins, delegation, composition, and more
3030
- `fastcore.xtras`: Utility functions to help with functional-style
3131
programming, parallel processing, and more
32-
- `fastcore.dispatch`: Multiple dispatch methods
33-
- `fastcore.transform`: Pipelines of composed partially reversible
34-
transformations
3532

3633
To get started, we recommend you read through [the fastcore
3734
tour](https://fastcore.fast.ai/tour.html).

nbs/index.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@
4646
"- `fastcore.test`: Simple testing functions\n",
4747
"- `fastcore.foundation`: Mixins, delegation, composition, and more\n",
4848
"- `fastcore.xtras`: Utility functions to help with functional-style programming, parallel processing, and more\n",
49-
"- `fastcore.dispatch`: Multiple dispatch methods\n",
50-
"- `fastcore.transform`: Pipelines of composed partially reversible transformations\n",
5149
"\n",
5250
"To get started, we recommend you read through [the fastcore tour](https://fastcore.fast.ai/tour.html)."
5351
]

0 commit comments

Comments
 (0)