Skip to content

Commit

Permalink
documentation/sphinx: Fix formatting errors in .rst files
Browse files Browse the repository at this point in the history
Fixes broken references to other documents/sections.
Moves remaining tutorials to the `mynewt-documentation` repository.
  • Loading branch information
wpiet authored and sjanc committed Sep 18, 2024
1 parent 24fc281 commit cb10a2f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 295 deletions.
2 changes: 1 addition & 1 deletion docs/os/modules/baselibc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ List of Functions

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

baselibc supports most libc functionality; malloc(), printf-family,
string handling, and conversion routines.
Expand Down
3 changes: 1 addition & 2 deletions docs/os/modules/hal/hal_i2c/hal_i2c.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ board and often peripherals devices located off the circuit board.
I2C is often though of as a 2-wire protocol because it uses two wires
(SDA, SCL) to send data between devices.

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

HAL\_I2C Theory Of Operation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
186 changes: 0 additions & 186 deletions docs/os/tutorials/STM32F303.rst

This file was deleted.

106 changes: 0 additions & 106 deletions docs/os/tutorials/pin-wheel-mods.rst

This file was deleted.

0 comments on commit cb10a2f

Please sign in to comment.