Skip to content

Commit 1901c30

Browse files
authored
Merge pull request #14042 from xwu/master
2 parents 2f0ec5e + 51899a9 commit 1901c30

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| | **Swift** | **Package** |
66
|---|:---:|:---:|
7-
|**macOS** |[![Build Status](https://ci.swift.org/job/oss-swift-incremental-RA-osx/badge/icon)](https://ci.swift.org/job/oss-swift-incremental-RA-osx)|[![Build Status](https://ci.swift.org/job/oss-swift-package-osx/badge/icon)](https://ci.swift.org/job/oss-swift-package-osx)|
7+
|**macOS** |[![Build Status](https://ci.swift.org/job/oss-swift-incremental-RA-osx/badge/icon)](https://ci.swift.org/job/oss-swift-incremental-RA-osx)|[![Build Status](https://ci.swift.org/job/oss-swift-package-osx/badge/icon)](https://ci.swift.org/job/oss-swift-package-osx)|
88
|**Ubuntu 14.04** |[![Build Status](https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/badge/icon)](https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04)|[![Build Status](https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/badge/icon)](https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04)|
99
|**Ubuntu 16.04** |[![Build Status](https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/badge/icon)](https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04)|[![Build Status](https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/badge/icon)](https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04)|
1010
|**Ubuntu 16.10** |[![Build Status](https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/badge/icon)](https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10)|[![Build Status](https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/badge/icon)](https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10)|
@@ -210,17 +210,19 @@ See [docs/Testing.md](docs/Testing.md), in particular the section on [lit.py](do
210210

211211
## Learning More
212212

213-
Be sure to look through the [docs/] docs directory for more information about the
214-
compiler. In particular, the document on [Debugging The Compiler](docs/DebuggingTheCompiler.rst),
215-
and [Continuous Integration.md](docs/ContinuousIntegration.md) are very helpful
216-
to understand before submitting your first PR.
213+
Be sure to look through the [docs](https://github.com/apple/swift/tree/master/docs)
214+
directory for more information about the compiler. In particular, the documents
215+
titled [Debugging the Swift Compiler](docs/DebuggingTheCompiler.rst) and
216+
[Continuous Integration for Swift](docs/ContinuousIntegration.md) are very
217+
helpful to understand before submitting your first PR.
217218

218219
### Building Documentation
219220

220221
To read the compiler documentation, start by installing the
221-
[Sphinx](http://sphinx-doc.org) documentation generator tool by running the command:
222+
[Sphinx](http://sphinx-doc.org) documentation generator tool by running the
223+
command:
222224

223-
`easy_install -U Sphinx`
225+
easy_install -U Sphinx
224226

225227
Once complete, you can build the Swift documentation by changing directory into
226228
[docs](https://github.com/apple/swift/tree/master/docs) and typing `make`. This

0 commit comments

Comments
 (0)