From 0e6e137f5dfd7ea5dd287ed8b6da7faab554fdd9 Mon Sep 17 00:00:00 2001 From: perigoso Date: Fri, 30 Jul 2021 11:26:14 +0100 Subject: [PATCH] readme: add local links to documentation Signed-off-by: perigoso --- README.rst | 41 +++++++++++++++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index ace57255..b738c789 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,6 @@ .. figure:: docs/assets/logo.svg :alt: TinyUSB - TinyUSB - |Build Status| |Documentation Status| |License| TinyUSB is an open-source cross-platform USB Host/Device stack for @@ -12,13 +10,26 @@ the non-ISR task function. Please take a look at the online `documentation `__. -Contributors -============ +Local Docs +========== -Special thanks to all the people who spent their precious time and -effort to help this project so far. Check out the -`CONTRIBUTORS `__ file for the list of all -contributors and their awesome work for the stack. +- Info + + - `Uses`_ + - `Changelog`_ + - `Contributors`_ + +- `Reference`_ + + - `Supported Devices`_ + - `Gettin Started`_ + - `Concurrency`_ + +- `Contributing`_ + + - `Code of Conduct`_ + - `Structure`_ + - `Porting`_ License ======= @@ -29,9 +40,23 @@ individually licensed especially those in ``lib`` and ``hw/mcu`` folder. Please make sure you understand all the license term for files you use in your project. + .. |Build Status| image:: https://github.com/hathach/tinyusb/workflows/Build/badge.svg :target: https://github.com/hathach/tinyusb/actions .. |Documentation Status| image:: https://readthedocs.org/projects/tinyusb/badge/?version=latest :target: https://openinput.readthedocs.io/en/latest/?badge=latest .. |License| image:: https://img.shields.io/badge/license-MIT-brightgreen.svg :target: https://opensource.org/licenses/MIT + + +.. _Uses: docs/info/uses.rst +.. _Changelog: docs/info/changelog.rst +.. _Contributors: CONTRIBUTORS.rst +.. _Reference: docs/reference/index.rst +.. _Supported Devices: docs/reference/supported.rst +.. _Gettin Started: docs/reference/getting_started.rst +.. _Concurrency: docs/reference/concurrency.rst +.. _Contributing: docs/contributing/index.rst +.. _Code of Conduct: CODE_OF_CONDUCT.rst +.. _Structure: docs/contributing/structure.rst +.. _Porting: docs/contributing/porting.rst