Stock sphinx isn't happy about :math: or the lack of a favicon in docs/.

Make a fake empty favicon.ico and remove wanton math markup to quell Sphinx warnings.

Swift SVN r15165
This commit is contained in:
Joe Groff
2014-03-17 23:04:09 +00:00
parent 997356fdd4
commit f831a0609a
2 changed files with 1 additions and 3 deletions

View File

@@ -28,9 +28,7 @@ Swift has a pretty small set of types right now:
* Struct types. Nominal heterogenous fixed-length products.
* Class types. Nominal, subtypeable heterogenous fixed-length products
with identity.
* Protocol and protocol-composition types. Existential types restricted
to a single variable which must also be the head type, i.e. more
formally :math:`\exists y : P1, P2 . y`.
* Protocol and protocol-composition types.
In addition, each of the nominal types can be made generic; this
doesn't affect the overall introduction/elimination design because an

0
docs/favicon.ico Normal file
View File