Skip to content

Commit 119eaad

Browse files
committed
Merge branch 'remove_dropping_support' into docs_update
2 parents 301bff6 + 9a50365 commit 119eaad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+8
-6610
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Optional packages to install if you want to run related tests:
6161
- `librosa`
6262
- `requests`
6363
- `soundfile`
64-
- `kaldi_io`
6564
- `transformers`
6665
- `fairseq` (it has to be newer than `0.10.2`, so you will need to install from
6766
source. Commit `e6eddd80` is known to work.)

docs/source/_templates/autosummary/model_class.rst

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -147,25 +147,6 @@ Factory Functions
147147
148148
{%- if prototype_factory[fullname] %}
149149

150-
Prototype Factory Functions
151-
===========================
152-
153-
.. currentmodule:: torchaudio.prototype.models
154-
155-
.. autosummary::
156-
:toctree: ../generated
157-
:nosignatures:
158-
159-
{% for item in prototype_factory[fullname] %}
160-
{{["~torchaudio.prototype.models", item] | join('.')}}
161-
{%- endfor %}
162-
163-
{%- endif %}
164-
165-
.. UTILITY FUNCTIONS
166-
167-
{%- if utils[fullname] %}
168-
169150
Utility Functions
170151
=================
171152

docs/source/_templates/autosummary/prototype_model_class.rst

Lines changed: 0 additions & 90 deletions
This file was deleted.

docs/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ model implementations and application components.
103103
models.decoder
104104
pipelines
105105
compliance.kaldi
106-
kaldi_io
107106
utils
108107

109108
.. toctree::

docs/source/installation.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ Optional Dependencies
8383

8484
Required for performing text-to-speech with :ref:`Tacotron2`.
8585

86-
* `kaldi_io <https://pypi.org/project/kaldi-io/>`__
87-
88-
Required to use :py:mod:`torchaudio.kaldi_io` module.
8986

9087

9188
Compatibility Matrix

docs/source/kaldi_io.rst

Lines changed: 0 additions & 50 deletions
This file was deleted.

docs/source/prototype.datasets.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/source/prototype.functional.rst

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/source/prototype.models.rst

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/source/prototype.pipelines.rst

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)