public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [BlueZ v3 0/9] Port text docs to RST and move man pages
@ 2026-01-22  9:04 Bastien Nocera
  2026-01-22  9:05 ` [BlueZ v3 1/9] doc: Rename section 7 " Bastien Nocera
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Bastien Nocera @ 2026-01-22  9:04 UTC (permalink / raw)
  To: linux-bluetooth

This supersedes the "Port text docs to RST" patchset

Changes since v2:
- Move all man pages under doc/ so make it easier to reference
  in the HTML docs.
- Fix syntax error in maintainer-guidelines
Changes since v1:
- Fix distcheck

Bastien Nocera (9):
  doc: Rename section 7 man pages
  doc: Move all the man pages to doc/
  doc: Port assigned-numbers.txt to RST
  doc: Port thermometer-api.txt to RST
  doc: Port security-bugs.txt to RST
  doc: Port coding-style.txt to RST
  doc: Port sap-api.txt to RST
  doc: Port maintainer-guidelines.txt to RST
  doc: Port health-api.txt to RST

 Makefile.am                                   |  41 +-
 Makefile.mesh                                 |   4 +-
 Makefile.tools                                |  68 ++--
 configure.ac                                  |   4 +-
 doc/assigned-numbers.rst                      |  29 ++
 doc/assigned-numbers.txt                      |  26 --
 {tools => doc}/bdaddr.rst                     |   0
 {mesh => doc}/bluetooth-meshd.rst.in          |   0
 {client => doc}/bluetoothctl-admin.rst        |   0
 {client => doc}/bluetoothctl-advertise.rst    |   0
 {client => doc}/bluetoothctl-assistant.rst    |   0
 {client => doc}/bluetoothctl-bredr.rst        |   0
 {client => doc}/bluetoothctl-endpoint.rst     |   0
 {client => doc}/bluetoothctl-gatt.rst         |   0
 {client => doc}/bluetoothctl-hci.rst          |   0
 {client => doc}/bluetoothctl-le.rst           |   0
 {client => doc}/bluetoothctl-mgmt.rst         |   0
 {client => doc}/bluetoothctl-monitor.rst      |   0
 {client => doc}/bluetoothctl-player.rst       |   0
 {client => doc}/bluetoothctl-scan.rst         |   0
 {client => doc}/bluetoothctl-telephony.rst    |   0
 {client => doc}/bluetoothctl-transport.rst    |   0
 {client => doc}/bluetoothctl.rst              |   0
 {src => doc}/bluetoothd.rst.in                |   0
 {tools => doc}/btattach.rst                   |   0
 {tools => doc}/btmgmt.rst                     |   0
 {monitor => doc}/btmon.rst                    |   0
 {tools => doc}/ciptool.rst                    |   0
 doc/coding-style.rst                          | 349 ++++++++++++++++++
 doc/coding-style.txt                          | 279 --------------
 doc/{hci.rst => hci-protocol.rst}             |   0
 {tools => doc}/hciattach.rst                  |   0
 {tools => doc}/hciconfig.rst                  |   0
 {tools => doc}/hcidump.rst                    |   0
 {tools => doc}/hcitool.rst                    |   0
 doc/health-api.txt                            | 152 --------
 {tools => doc}/hid2hci.rst                    |   0
 doc/{iso.rst => iso-protocol.rst}             |   0
 {tools => doc}/isotest.rst                    |   0
 doc/{l2cap.rst => l2cap-protocol.rst}         |   0
 {tools => doc}/l2ping.rst                     |   0
 ...idelines.txt => maintainer-guidelines.rst} |  62 ++--
 doc/{mgmt.rst => mgmt-protocol.rst}           |   0
 doc/org.bluez.HealthChannel.rst               |  72 ++++
 doc/org.bluez.HealthDevice.rst                |  94 +++++
 doc/org.bluez.HealthManager.rst               |  68 ++++
 doc/org.bluez.SimAccess.rst                   |  40 ++
 doc/org.bluez.Thermometer.rst                 |  51 +++
 doc/org.bluez.ThermometerManager.rst          |  64 ++++
 doc/org.bluez.ThermometerWatcher.rst          |  79 ++++
 {tools => doc}/rctest.rst                     |   0
 doc/rfcomm-protocol.rst                       | 212 +++++++++++
 doc/rfcomm.rst                                | 234 +++---------
 doc/sap-api.txt                               |  20 -
 doc/{sco.rst => sco-protocol.rst}             |   0
 {tools => doc}/sdptool.rst                    |   0
 doc/{security-bugs.txt => security-bugs.rst}  |   1 +
 doc/thermometer-api.txt                       | 134 -------
 tools/rfcomm.rst                              | 100 -----
 59 files changed, 1226 insertions(+), 957 deletions(-)
 create mode 100644 doc/assigned-numbers.rst
 delete mode 100644 doc/assigned-numbers.txt
 rename {tools => doc}/bdaddr.rst (100%)
 rename {mesh => doc}/bluetooth-meshd.rst.in (100%)
 rename {client => doc}/bluetoothctl-admin.rst (100%)
 rename {client => doc}/bluetoothctl-advertise.rst (100%)
 rename {client => doc}/bluetoothctl-assistant.rst (100%)
 rename {client => doc}/bluetoothctl-bredr.rst (100%)
 rename {client => doc}/bluetoothctl-endpoint.rst (100%)
 rename {client => doc}/bluetoothctl-gatt.rst (100%)
 rename {client => doc}/bluetoothctl-hci.rst (100%)
 rename {client => doc}/bluetoothctl-le.rst (100%)
 rename {client => doc}/bluetoothctl-mgmt.rst (100%)
 rename {client => doc}/bluetoothctl-monitor.rst (100%)
 rename {client => doc}/bluetoothctl-player.rst (100%)
 rename {client => doc}/bluetoothctl-scan.rst (100%)
 rename {client => doc}/bluetoothctl-telephony.rst (100%)
 rename {client => doc}/bluetoothctl-transport.rst (100%)
 rename {client => doc}/bluetoothctl.rst (100%)
 rename {src => doc}/bluetoothd.rst.in (100%)
 rename {tools => doc}/btattach.rst (100%)
 rename {tools => doc}/btmgmt.rst (100%)
 rename {monitor => doc}/btmon.rst (100%)
 rename {tools => doc}/ciptool.rst (100%)
 create mode 100644 doc/coding-style.rst
 delete mode 100644 doc/coding-style.txt
 rename doc/{hci.rst => hci-protocol.rst} (100%)
 rename {tools => doc}/hciattach.rst (100%)
 rename {tools => doc}/hciconfig.rst (100%)
 rename {tools => doc}/hcidump.rst (100%)
 rename {tools => doc}/hcitool.rst (100%)
 delete mode 100644 doc/health-api.txt
 rename {tools => doc}/hid2hci.rst (100%)
 rename doc/{iso.rst => iso-protocol.rst} (100%)
 rename {tools => doc}/isotest.rst (100%)
 rename doc/{l2cap.rst => l2cap-protocol.rst} (100%)
 rename {tools => doc}/l2ping.rst (100%)
 rename doc/{maintainer-guidelines.txt => maintainer-guidelines.rst} (65%)
 rename doc/{mgmt.rst => mgmt-protocol.rst} (100%)
 create mode 100644 doc/org.bluez.HealthChannel.rst
 create mode 100644 doc/org.bluez.HealthDevice.rst
 create mode 100644 doc/org.bluez.HealthManager.rst
 create mode 100644 doc/org.bluez.SimAccess.rst
 create mode 100644 doc/org.bluez.Thermometer.rst
 create mode 100644 doc/org.bluez.ThermometerManager.rst
 create mode 100644 doc/org.bluez.ThermometerWatcher.rst
 rename {tools => doc}/rctest.rst (100%)
 create mode 100644 doc/rfcomm-protocol.rst
 delete mode 100644 doc/sap-api.txt
 rename doc/{sco.rst => sco-protocol.rst} (100%)
 rename {tools => doc}/sdptool.rst (100%)
 rename doc/{security-bugs.txt => security-bugs.rst} (99%)
 delete mode 100644 doc/thermometer-api.txt
 delete mode 100644 tools/rfcomm.rst

-- 
2.52.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2026-01-22 16:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-22  9:04 [BlueZ v3 0/9] Port text docs to RST and move man pages Bastien Nocera
2026-01-22  9:05 ` [BlueZ v3 1/9] doc: Rename section 7 " Bastien Nocera
2026-01-22 10:07   ` Port text docs to RST and move " bluez.test.bot
2026-01-22  9:05 ` [BlueZ v3 2/9] doc: Move all the man pages to doc/ Bastien Nocera
2026-01-22  9:57   ` Bastien Nocera
2026-01-22  9:05 ` [BlueZ v3 3/9] doc: Port assigned-numbers.txt to RST Bastien Nocera
2026-01-22  9:05 ` [BlueZ v3 4/9] doc: Port thermometer-api.txt " Bastien Nocera
2026-01-22  9:05 ` [BlueZ v3 5/9] doc: Port security-bugs.txt " Bastien Nocera
2026-01-22  9:05 ` [BlueZ v3 6/9] doc: Port coding-style.txt " Bastien Nocera
2026-01-22  9:05 ` [BlueZ v3 7/9] doc: Port sap-api.txt " Bastien Nocera
2026-01-22  9:05 ` [BlueZ v3 8/9] doc: Port maintainer-guidelines.txt " Bastien Nocera
2026-01-22  9:05 ` [BlueZ v3 9/9] doc: Port health-api.txt " Bastien Nocera
2026-01-22 16:50 ` [BlueZ v3 0/9] Port text docs to RST and move man pages patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox