[Docs] Update the documentation contents and index (#34157)

* Update docs/README.md
* Update docs/contents.rst
This commit is contained in:
Ben Rimmington
2020-10-02 06:46:52 +01:00
committed by GitHub
parent 355fbb3a8b
commit ac061482c0
2 changed files with 1 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ documentation, please create a thread on the Swift forums under the
Describes how the "Omit Needless Words" algorithm works,
making imported names more idiomatic.
- Type-checking and inference:
- [TypeChecker.rst](/docs/TypeChecker.rst):
- [TypeChecker.md](/docs/TypeChecker.md):
Provides an overview of how type-checking and inference work.
- [RequestEvaluator.md](/docs/RequestEvaluator.md):
Describes the request evaluator architecture, which is used for

View File

@@ -12,7 +12,6 @@ Contents
Generics
StoredAndComputedVariables
SIL
TypeChecker
OptimizationTips
ABI: TypeMetadata <ABI/TypeMetadata>
ABI: TypeLayout <ABI/TypeLayout>