Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation/sphinx: Fix formatting errors in .rst files #3309

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading