Skip to content

Commit effb11d

Browse files
committed
Copy button extension enabled on conf.py
1 parent d833fab commit effb11d

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3232
# ones.
3333
extensions = [
34-
# 'sphinx_copybutton'
34+
'sphinx_copybutton'
3535
]
3636

3737
# Add any paths that contain templates here, relative to this directory.

docs/source/getting_started.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,18 @@ Supported Operating Systems
3232
.. |linux-logo| image:: _static/linux-logo.png
3333
.. |macos-logo| image:: _static/macos-logo.png
3434

35-
.. _Windows: ../installing.html#windows
36-
.. _Linux: ../installing.html#linux
37-
.. _macOS: ../installing.html#macos
35+
36+
First Things First
37+
------------------
38+
39+
Arduino Core Documentation
40+
--------------------------
41+
42+
How to Getting Started
43+
----------------------
44+
45+
Development boards
46+
------------------
3847

3948
.. _ESP32 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf
4049
.. _ESP32-S2 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf

0 commit comments

Comments
 (0)