Skip to content

Commit cb10a2f

Browse files
wpietsjanc
authored andcommitted
documentation/sphinx: Fix formatting errors in .rst files
Fixes broken references to other documents/sections. Moves remaining tutorials to the `mynewt-documentation` repository.
1 parent 24fc281 commit cb10a2f

File tree

4 files changed

+2
-295
lines changed

4 files changed

+2
-295
lines changed

docs/os/modules/baselibc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ List of Functions
4747

4848
Documentation for libc functions is available from multiple places. One
4949
example are the on-line manual pages at
50-
`https://www.freebsd.org/cgi/man.cgi <#https://www.freebsd.org/cgi/man.cgi>`__.
50+
`FreeBSD website <https://www.freebsd.org/cgi/man.cgi>`_.
5151

5252
baselibc supports most libc functionality; malloc(), printf-family,
5353
string handling, and conversion routines.

docs/os/modules/hal/hal_i2c/hal_i2c.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ board and often peripherals devices located off the circuit board.
1313
I2C is often though of as a 2-wire protocol because it uses two wires
1414
(SDA, SCL) to send data between devices.
1515

16-
For a detailed description of I2C, see the `I²C wikipedia
17-
page <https://en.wikipedia.org/wiki/I²C>`__
16+
For a detailed description of I²C, see the `wikipedia page <https://en.wikipedia.org/wiki/I2C>`_
1817

1918
HAL\_I2C Theory Of Operation
2019
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/os/tutorials/STM32F303.rst

Lines changed: 0 additions & 186 deletions
This file was deleted.

docs/os/tutorials/pin-wheel-mods.rst

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)