]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/categorize_examples_doc_new' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 17 Jan 2017 07:14:00 +0000 (15:14 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 17 Jan 2017 07:14:00 +0000 (15:14 +0800)
commita14bef8f8a854be557d40c893af513f963e1cac4
treed3b28fbd062b61fe07e0d118cd726a02585443b5
parent5e6714dd51b57f04679bc4fdbb8ba156b63139b3
parentad25997349b2b513dc8b2ab2513b7072b83a2087
Merge branch 'feature/categorize_examples_doc_new' into 'master'

Organize examples and API documentation

Organize / categorize growing number of code examples and API documentation,  ref. https://gitlab.espressif.cn:6688/idf/esp-idf/issues/10

This merge request is intended to replace most of https://gitlab.espressif.cn:6688/idf/esp-idf/merge_requests/421. The rest of changes submitted in https://gitlab.espressif.cn:6688/idf/esp-idf/merge_requests/421 will follow.

1. Moved examples to category folders, removed numbers from example names
2. Modified `buid_examples.sh` script to handle new locations of examples
3. Moved api-name.rst files to category folders
4. Updated documentation TOC (`docs/index.rst`)
5. Updated links to examples in API documentation

See merge request !430