Commit Graph

15 Commits

Author SHA1 Message Date
DevYeom
f0cc6df0da Fix indentation of sample code in rst files. 2022-08-25 09:20:57 +09:00
Sergej Jaskiewicz
8454cbd17a [docs] Modernize Concurrency.rst
Edit code examples according to Swift API guidelines
2019-05-06 15:48:31 +03:00
Gwynne Raskind
687585eafa Docs: Remove all references to long-unused LitRe tool. Also incidentally removes redundant/duplicate check for sphinx-build binary. 2019-01-13 21:15:56 -06:00
Ziya Suzen - Maxwell Troy
1c5a26129d Fixed typo 2017-01-17 14:33:19 +00:00
practicalswift
cc852042c9 [gardening] Fix accidental trailing whitespace. 2016-10-29 10:22:58 +02:00
Jordan Rose
ca14c36936 [docs] Fix syntax highlighting issues to support newer Sphinxes. (#4283)
- Update the Pygments lexer we use for parsing Swift-like code.
- State more explicitly which highlighting should be used in which
  code blocks.
- Disable highlighting altogether in certain cases (such as SIL.rst,
  which has equal amounts grammar and SIL excerpts).

This should fix the warnings-as-error issues coming from Sphinx > 1.3.4.

Based on a patch by Jeremy Fergason!

https://bugs.swift.org/browse/SR-620
2016-08-12 22:59:11 -07:00
Austin Zheng
592c45fddb [gardening] Adding note clarifying status of Concurrency.rst 2016-06-04 11:44:31 -07:00
practicalswift
c760f6dfbf [gardening] Add whitespace: "foo,bar" → "foo, bar" 2016-04-12 22:31:46 +02:00
Manav Gabhawala
7928140f79 [SE-0046] Implements consistent function parameter labels by discarding extraneous parameter names and adding _ where necessary 2016-04-06 20:21:58 -04:00
practicalswift
abfecfde17 [gardening] if ([space]…[space]) → if (…), for(…) → for (…), while(…) → while (…), [[space]x, y[space]] → [x, y] 2016-04-04 16:22:11 +02:00
vicky002
8f21af71ca typo and spelling fixes 2015-12-10 06:56:55 +05:30
Stefan Natchev
5eaa3c43d0 Fix typos in documentation 2015-12-04 09:29:24 -05:00
Erik Eckstein
a2eb979893 The doc builder doesn't like upper case Swift in code-block directive.
Swift SVN r32035
2015-09-17 15:23:11 +00:00
Nadav Rotem
8fdceeac7a Make it clear that this is a proposal and not a plan of record.
Swift SVN r32028
2015-09-17 04:40:12 +00:00
Nadav Rotem
f1ceaacf62 Add the Swift thread-safety proposal.
Swift SVN r32021
2015-09-16 23:52:05 +00:00