summaryrefslogtreecommitdiff
path: root/docs/info
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-12-27 17:14:03 +0700
committerhathach <[email protected]>2024-12-27 17:48:45 +0700
commitde38e53271038d67812715a2086966ec84d6b540 (patch)
treeb953b303b8295fa3b0043288f24794c0e58937ca /docs/info
parent29f226c2fb09baa9b618a5bb7f390ff51882ae32 (diff)
update docs, remove uses.rst, structure.rst. Refactor docs, use README.rst for docs index.rst
Diffstat (limited to 'docs/info')
l---------docs/info/contributors.rst2
-rw-r--r--docs/info/index.rst1
-rw-r--r--docs/info/uses.rst17
3 files changed, 1 insertions, 19 deletions
diff --git a/docs/info/contributors.rst b/docs/info/contributors.rst
index b3748ccb5..35e0b05f5 120000
--- a/docs/info/contributors.rst
+++ b/docs/info/contributors.rst
@@ -1 +1 @@
-../../CONTRIBUTORS.rst \ No newline at end of file
+.. include:: ../../CONTRIBUTORS.rst \ No newline at end of file
diff --git a/docs/info/index.rst b/docs/info/index.rst
index fa56512b6..a636f37dc 100644
--- a/docs/info/index.rst
+++ b/docs/info/index.rst
@@ -8,6 +8,5 @@ Index
.. toctree::
:maxdepth: 2
- uses
changelog
contributors
diff --git a/docs/info/uses.rst b/docs/info/uses.rst
deleted file mode 100644
index f67df49f8..000000000
--- a/docs/info/uses.rst
+++ /dev/null
@@ -1,17 +0,0 @@
-****
-Uses
-****
-
-TinyUSB is currently used by these other projects:
-
-- `Adafruit nRF52 Arduino <https://github.com/adafruit/Adafruit_nRF52_Arduino>`__
-- `Adafruit nRF52 Bootloader <https://github.com/adafruit/Adafruit_nRF52_Bootloader>`__
-- `Adafruit SAMD Arduino <https://github.com/adafruit/ArduinoCore-samd>`__
-- `CircuitPython <https://github.com/adafruit/circuitpython>`__
-- `Espressif IDF <https://github.com/espressif/esp-idf>`__
-- `MicroPython <https://github.com/micropython/micropython>`__
-- `mynewt <https://mynewt.apache.org>`__
-- `openinput <https://github.com/openinput-fw/openinput>`__
-- `Raspberry Pi Pico SDK <https://github.com/raspberrypi/pico-sdk>`__
-- `TinyUF2 Bootloader <https://github.com/adafruit/tinyuf2>`__
-- `TinyUSB Arduino Library <https://github.com/adafruit/Adafruit_TinyUSB_Arduino>`__