From 0f475f70a4053e1eaa2c13b8f0a2300a3930a68e Mon Sep 17 00:00:00 2001 From: bprfh Date: Thu, 7 Nov 2019 19:40:00 +0100 Subject: [PATCH] Moved Examples list Moved the examples list between "Using a Pre-trained Model" and "Training your own Model" as requested --- README.rst | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index ce1926ba..129c2da8 100644 --- a/README.rst +++ b/README.rst @@ -59,6 +59,18 @@ See the output of ``deepspeech -h`` for more information on the use of ``deepspe ---- **Table of Contents** + +* `Using a Pre-trained Model `_ + + * `CUDA dependency `_ + * `Getting the pre-trained model `_ + * `Model compatibility `_ + * `Using the Python package `_ + * `Using the Node.JS package `_ + * `Using the Command Line client `_ + * `Installing bindings from source `_ + * `Third party bindings `_ + * `Trying out DeepSpeech with examples `_ @@ -72,17 +84,6 @@ See the output of ``deepspeech -h`` for more information on the use of ``deepspe * `VAD transcriber `_ -* `Using a Pre-trained Model `_ - - * `CUDA dependency `_ - * `Getting the pre-trained model `_ - * `Model compatibility `_ - * `Using the Python package `_ - * `Using the Node.JS package `_ - * `Using the Command Line client `_ - * `Installing bindings from source `_ - * `Third party bindings `_ - * `Training your own Model `_ * `Prerequisites for training a model `_