Skip to content

Commit

Permalink
Clean up dev docs collection section (#9205)
Browse files Browse the repository at this point in the history
* Update examples

Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>

* Update index

Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>

* Update index

Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>

* update

Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>

* update

Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>

* fix

Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>

* update

Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>

---------

Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
  • Loading branch information
yaoyu-33 authored May 17, 2024
1 parent 51c2c3f commit 659e025
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 52 deletions.
26 changes: 19 additions & 7 deletions docs/source/core/core_index.rst → docs/source/apis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,26 @@ You can learn more about aspects of the NeMo "core" by following the links below
:name: core
:titlesonly:

core
neural_modules
exp_manager
neural_types
export
adapters/intro
api
core/core
core/neural_modules
core/exp_manager
core/neural_types
core/export
core/adapters/intro

You can learn more about aspects of the NeMo APIs by following the links below:

.. toctree::
:maxdepth: 1
:name: API
:titlesonly:

core/api
common/intro
nlp/api
multimodal/api
asr/api
tts/api


Alternatively, you can jump straight to the documentation for the individual collections:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/asr/api.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NeMo ASR Collection API
=======================
NeMo ASR API
============


Model Classes
Expand Down
4 changes: 2 additions & 2 deletions docs/source/asr/ssl/intro.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Self-Supervised Learning
=================================
Speech Self-Supervised Learning
===============================

Self-Supervised Learning (SSL) refers to the problem of learning without explicit labels. As
any learning process require feedback, without explit labels, SSL derives supervisory signals from
Expand Down
42 changes: 14 additions & 28 deletions docs/source/collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,9 @@ Documentation for the individual collections
:titlesonly:

nlp/nemo_megatron/intro
nlp/models
nlp/machine_translation/machine_translation
nlp/megatron_onnx_export
nlp/quantization
nlp/api


.. toctree::
:maxdepth: 1
:caption: Speech AI
:name: Speech AI
:titlesonly:

asr/intro
asr/speech_classification/intro
asr/speaker_recognition/intro
asr/speaker_diarization/intro
asr/ssl/intro
asr/speech_intent_slot/intro


.. toctree::
:maxdepth: 1
Expand All @@ -42,29 +25,32 @@ Documentation for the individual collections
multimodal/vlm/intro
multimodal/text2img/intro
multimodal/nerf/intro
multimodal/api


.. toctree::
:maxdepth: 1
:caption: Text To Speech (TTS)
:name: Text To Speech
:caption: Vision (CV)
:name: vision
:titlesonly:

tts/intro
vision/intro

.. toctree::
:maxdepth: 1
:caption: Vision (CV)
:name: vision
:caption: Speech AI
:name: Speech AI
:titlesonly:

vision/intro
asr/intro
asr/speech_classification/intro
asr/speaker_recognition/intro
asr/speaker_diarization/intro
asr/ssl/intro
asr/speech_intent_slot/intro

.. toctree::
:maxdepth: 1
:caption: Common
:name: Common
:caption: Text To Speech (TTS)
:name: Text To Speech
:titlesonly:

common/intro
tts/intro
4 changes: 2 additions & 2 deletions docs/source/common/intro.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Common Collection
=================
NeMo Common Collection API
==========================

The common collection contains things that could be used across all collections.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/core/api.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Core APIs
=========
NeMo Core APIs
==============

Base class for all NeMo models
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ For more information, browse the developer docs for your area of interest in the
:name: APIs
:titlesonly:

core/core_index
apis

.. toctree::
:maxdepth: 1
Expand Down
4 changes: 2 additions & 2 deletions docs/source/multimodal/api.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Multimodal API
=======================
NeMo Multimodal API
===================

Model Classes
-------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/nlp/api.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Large language Model API
========================
NeMo Large language Model API
=============================

Pretraining Model Classes
-------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tts/api.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NeMo TTS Collection API
=======================
NeMo TTS API
============

Model Classes
-------------
Expand Down
2 changes: 0 additions & 2 deletions docs/source/tts/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ We will illustrate details in the following sections.
datasets
checkpoints
configs
api
resources
g2p

.. include:: resources.rst

0 comments on commit 659e025

Please sign in to comment.