Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Aug 9, 2022
1 parent f2506c0 commit b216798
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sidebar.yml
conda/
titanic*
docs/
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ This little library is where I’ll be putting snippets of stuff which are
useful on Kaggle. Functionality includes the following:

It defines
[iskaggle](https://fastai.github.io/fastkaggle/core.html#iskaggle) which
is `True` if you’re running on Kaggle:
[`iskaggle`](https://fastai.github.io/fastkaggle/core.html#iskaggle)
which is `True` if you’re running on Kaggle:

``` python
'Kaggle' if iskaggle else 'Not Kaggle'
Expand All @@ -34,7 +34,7 @@ is `True` if you’re running on Kaggle:
'Not Kaggle'

It provides a
[setup_comp](https://fastai.github.io/fastkaggle/core.html#setup_comp)
[`setup_comp`](https://fastai.github.io/fastkaggle/core.html#setup_comp)
function which gets a path to the data for a competition, downloading it
if needed, and also installs any modules that might be missing or out of
data if running on Kaggle:
Expand All @@ -46,9 +46,9 @@ setup_comp('titanic')
Path('titanic')

There’s also
[push_notebook](https://fastai.github.io/fastkaggle/core.html#push_notebook)
[`push_notebook`](https://fastai.github.io/fastkaggle/core.html#push_notebook)
to push a notebook to Kaggle Notebooks, and
[import_kaggle](https://fastai.github.io/fastkaggle/core.html#import_kaggle)
[`import_kaggle`](https://fastai.github.io/fastkaggle/core.html#import_kaggle)
to use the Kaggle API (even when you’re on Kaggle!) See the
`fastkaggle.core` docs for details.

Expand Down
10 changes: 0 additions & 10 deletions sidebar.yml

This file was deleted.

0 comments on commit b216798

Please sign in to comment.