Skip to content

Commit

Permalink
[docs] Replace GettingStarted notebook (#319)
Browse files Browse the repository at this point in the history
Co-authored-by: mpariente <[email protected]>
  • Loading branch information
jonashaag and mpariente authored Nov 8, 2020
1 parent 00ef682 commit e7229f6
Show file tree
Hide file tree
Showing 4 changed files with 1,732 additions and 12 deletions.
21 changes: 11 additions & 10 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ large range of datasets and architectures, and a set of recipes to reproduce som
why_use_asteroid
installation

.. toctree::
:maxdepth: 1
:caption: Notebooks and Tutorials

Getting started with Asteroid <http://colab.research.google.com/github/mpariente/asteroid/blob/master/notebooks/00_AsteroidGettingStarted.ipynb>
Introduction and Overview <http://colab.research.google.com/github/mpariente/asteroid/blob/master/notebooks/01_AsteroidOverview.ipynb>
Understanding the Filterbank API <http://colab.research.google.com/github/mpariente/asteroid/blob/master/notebooks/02_Filterbank.ipynb>
Our PITLossWrapper explained <http://colab.research.google.com/github/mpariente/asteroid/blob/master/notebooks/03_PITLossWrapper.ipynb>
Processing large wav files <http://colab.research.google.com/github/mpariente/asteroid/blob/master/notebooks/04_ProcessLargeAudioFiles.ipynb>
Community: Numpy vs. Asteroid STFT <https://colab.research.google.com/drive/1BDNQZBJCDcwQhSguf3XBE7ff2KXhWu_j>

.. toctree::
:maxdepth: 1
:caption: Asteroid
Expand All @@ -29,16 +40,6 @@ large range of datasets and architectures, and a set of recipes to reproduce som
readmes/pretrained_models.md
faq

.. toctree::
:maxdepth: 1
:caption: Notebooks and Tutorials

Getting started with Asteroid <http://colab.research.google.com/github/mpariente/asteroid/blob/master/notebooks/01_AsteroidGettingStarted.ipynb>
Understanding the Filterbank API <http://colab.research.google.com/github/mpariente/asteroid/blob/master/notebooks/02_Filterbank.ipynb>
Our PITLossWrapper explained <http://colab.research.google.com/github/mpariente/asteroid/blob/master/notebooks/03_PITLossWrapper.ipynb>
Processing large wav files <http://colab.research.google.com/github/mpariente/asteroid/blob/master/notebooks/04_ProcessLargeAudioFiles.ipynb>
Community: Numpy vs. Asteroid STFT <https://colab.research.google.com/drive/1BDNQZBJCDcwQhSguf3XBE7ff2KXhWu_j>

.. toctree::
:maxdepth: 1
:caption: Package reference
Expand Down
Loading

0 comments on commit e7229f6

Please sign in to comment.