Skip to content

Commit ef24740

Browse files
committed
Merge pull request #1340 from practicalswift/remove-spaces-from-filenames
[gardening] Use consistent naming of .rst files in docs/ ("CamelCase.rst")
2 parents a609277 + 5d24d87 commit ef24740

12 files changed

+3
-3
lines changed
File renamed without changes.

docs/DriverInternals.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ be run, the Compilation keeps track of a DependencyGraph. (If file A depends on
108108
file B and file B has changed, file A needs to be recompiled.) When a Job
109109
completes successfully, the Compilation will both re-attempt to schedule Jobs
110110
that were directly blocked on it, and check to see if any other Jobs now need
111-
to run based on the DependencyGraph. See the section on :doc:`Dependency
112-
Analysis` for more information.
111+
to run based on the DependencyGraph. See the section on :doc:`DependencyAnalysis`
112+
for more information.
113113

114114
The Compilation's TaskQueue controls the low-level aspects of managing
115115
subprocesses. Multiple Jobs may execute simultaneously, but communication with
File renamed without changes.
File renamed without changes.

docs/contents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Contents
1616
Generics
1717
LogicalObjects
1818
ObjectInitialization
19-
Pattern Matching
19+
PatternMatching
2020
StoredAndComputedVariables
2121
SIL
2222
TypeChecker

0 commit comments

Comments
 (0)