Skip to content

Commit 96aaf26

Browse files
authored
Merge pull request #31502 from CodaFi/rst-in-peace
[Gardening] Miscellaneous Documentation Conversions
2 parents 5669dbc + 164c44b commit 96aaf26

23 files changed

+555
-577
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ See [docs/Testing.md](docs/Testing.md), in particular the section on [lit.py](do
338338

339339
Be sure to look through the [docs](https://github.com/apple/swift/tree/master/docs)
340340
directory for more information about the compiler. In particular, the documents
341-
titled [Debugging the Swift Compiler](docs/DebuggingTheCompiler.rst) and
341+
titled [Debugging the Swift Compiler](docs/DebuggingTheCompiler.md) and
342342
[Continuous Integration for Swift](docs/ContinuousIntegration.md) are very
343343
helpful to understand before submitting your first PR.
344344

docs/CompilerPerformance.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ The set of jobs that are run, and the way they spend their time, is itself
8383
highly dependent on **compilation modes**. Information concerning those modes
8484
that's relevant to compilation performance is recounted in the following
8585
section; for more details on the driver, see [the driver docs](Driver.md), as
86-
well as docs on [driver internals](DriverInternals.rst)
87-
and [driver parseable output](DriverParseableOutput.rst).
86+
well as docs on [driver internals](DriverInternals.md)
87+
and [driver parseable output](DriverParseableOutput.md).
8888

8989
After discussing compilation modes in the following section, we'll also touch on
9090
large-scale variation in workload that can occur _without_ obvious hotspots, in
@@ -1143,7 +1143,7 @@ driver. These files contain the driver's summary-view of the dependencies
11431143
between entities defined and referenced in each source file; it is from these
11441144
files that the driver decides when a file "needs" to be rebuilt because it
11451145
depends on another file that needs to be rebuilt, and so on transitively. The
1146-
file format is [documented here](DependencyAnalysis.rst).
1146+
file format is [documented here](DependencyAnalysis.md).
11471147
11481148
### Finding areas in need of general improvement
11491149

0 commit comments

Comments
 (0)