Skip to content

Commit 1700e2c

Browse files
authored
chore(all): fix various RST file formatting errors (#961)
chore(all): fix various RST file formatting errors Fix various RST formatting errors as reported by Sphinx when building HTML for the Docs. Signed-off-by: Tomasz Wilczyński <[email protected]>
1 parent 3ce309a commit 1700e2c

File tree

3 files changed

+50
-26
lines changed

3 files changed

+50
-26
lines changed

includes/env-vars.rst

Lines changed: 48 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,55 @@ STTRACE
66
``api:WARN,beacon:ERR``, potentially overriding a global ``--log-level``
77
adjustment.
88

9-
The valid facility strings are listed below; additionally, ``syncthing
10-
serve --help`` always outputs the most up-to-date list.
9+
The valid facility strings are listed below; additionally, ``syncthing
10+
serve --help`` always outputs the most up-to-date list.
1111

12-
api - REST API
13-
beacon - Multicast and broadcast discovery
14-
config - Configuration loading and saving
15-
connections - Connection handling
16-
db/sqlite - SQLite database
17-
dialer - Dialing connections
18-
discover - Remote device discovery
19-
events - Event generation and logging
20-
fs - Filesystem access
21-
main - Main package
22-
model - The root hub
23-
nat - NAT discovery and port mapping
24-
pmp - NAT-PMP discovery and port mapping
25-
protocol - The BEP protocol
26-
relay/client - Relay client
27-
scanner - File change detection and hashing
28-
stun - STUN functionality
29-
syncthing - Main run facility
30-
upgrade - Binary upgrades
31-
upnp - UPnP discovery and port mapping
32-
ur - Usage reporting
33-
versioner - File versioning
34-
watchaggregator - Filesystem event watcher
12+
api
13+
REST API
14+
beacon
15+
Multicast and broadcast discovery
16+
config
17+
Configuration loading and saving
18+
connections
19+
Connection handling
20+
db/sqlite
21+
SQLite database
22+
dialer
23+
Dialing connections
24+
discover
25+
Remote device discovery
26+
events
27+
Event generation and logging
28+
fs
29+
Filesystem access
30+
main
31+
Main package
32+
model
33+
The root hub
34+
nat
35+
NAT discovery and port mapping
36+
pmp
37+
NAT-PMP discovery and port mapping
38+
protocol
39+
The BEP protocol
40+
relay/client
41+
Relay client
42+
scanner
43+
File change detection and hashing
44+
stun
45+
STUN functionality
46+
syncthing
47+
Main run facility
48+
upgrade
49+
Binary upgrades
50+
upnp
51+
UPnP discovery and port mapping
52+
ur
53+
Usage reporting
54+
versioner
55+
File versioning
56+
watchaggregator
57+
Filesystem event watcher
3558

3659
STLOCKTHRESHOLD
3760
Used for debugging internal deadlocks; sets debug sensitivity. Use only

specs/relay-v1.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ messages:
132132
2. ResponseAlreadyConnected - Session is full (both sides already connected)
133133
3. ResponseSuccess - You have successfully joined the session
134134
4. RelayFull - Relay limits are too strict for you to be able to join the session.
135+
135136
The relay immediately terminates the connection after sending this.
136137

137138
After the successful response, all the bytes written and received will be

users/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Overview
1010
This page covers how to configure Syncthing for file synchronization, including device setup, folder configuration, connection settings, and various configuration methods through the web GUI, command-line, or direct file editing.
1111

1212
Configuration File Locations
13-
---------------------------
13+
----------------------------
1414

1515
The default configuration and database directory locations are:
1616

0 commit comments

Comments
 (0)