|
4 | 4 |
|
5 | 5 | | | **Swift** | **Package** |
|
6 | 6 | |---|:---:|:---:|
|
7 |
| -|**macOS** |[](https://ci.swift.org/job/oss-swift-incremental-RA-osx)|[](https://ci.swift.org/job/oss-swift-package-osx)| |
| 7 | +|**macOS** |[](https://ci.swift.org/job/oss-swift-incremental-RA-osx)|[](https://ci.swift.org/job/oss-swift-package-osx)| |
8 | 8 | |**Ubuntu 14.04** |[](https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04)|[](https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04)|
|
9 | 9 | |**Ubuntu 16.04** |[](https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04)|[](https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04)|
|
10 | 10 | |**Ubuntu 16.10** |[](https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10)|[](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
|
210 | 210 |
|
211 | 211 | ## Learning More
|
212 | 212 |
|
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. |
217 | 218 |
|
218 | 219 | ### Building Documentation
|
219 | 220 |
|
220 | 221 | 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: |
222 | 224 |
|
223 |
| -`easy_install -U Sphinx` |
| 225 | + easy_install -U Sphinx |
224 | 226 |
|
225 | 227 | Once complete, you can build the Swift documentation by changing directory into
|
226 | 228 | [docs](https://github.com/apple/swift/tree/master/docs) and typing `make`. This
|
|
0 commit comments