Commit Graph

12 Commits

Author SHA1 Message Date
practicalswift
3918d9d251 [gardening] Replace likely word processor artefacts with ASCII equivalents (— → --, … → ...) 2017-01-08 15:23:06 +01: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
Hitster GTD
d95921e5a8 [doc] Fix broken links, permanent redirects and Rust-related inconsistencies (#2220)
* Fix almost every broken link and perm redirect

- Fix Xref from OptimizationTips.rst to Specialization section in Generics.rst
to use Sphinx syntax instead of a direct link to GitHub
- Fix over 12 broken links and permanent redirects

* Fix Rust related inconsistencies and broken links

- Update to reflect Rust does not have three types of pointers anymore
- Replace broken links to deprecated Rust documentation with alternatives,
comparable references in new Rust documentation
2016-04-17 20:52:29 +02:00
practicalswift
4d43f4a32c Replace left/right quotation marks 2016-01-06 12:41:08 +01:00
practicalswift
db13bcb22e Fix typos. 2015-12-26 14:11:42 +01:00
Jonathan Winger-Lang
50ac17d840 Fix git workflow (wrong name in instructions) 2015-12-04 13:31:52 +07:00
Ted Kremenek
4955dacff5 Merge pull request #63 from thelastjedi/patch-1
typo fix
2015-12-03 10:37:27 -08:00
Harshita Chandra
95dde4301f fix typo
'on top' in place of 'ontop'
2015-12-04 00:05:04 +05:30
Devin Soni
b29ba50db0 fixed typo "when ever", deleted repeated word 2015-12-03 13:18:41 -05:00
Shafqat Dulal
c92dba6390 [GitFlowsWork.rst] commiting -> committing 2015-12-03 10:14:41 -08:00
lzwjava
289b0e5036 fix typo: commiting -> committing 2015-12-04 01:59:23 +08:00
Michael Gottesman
583d202795 Create the GitWorkflows document.
This document describes the current git workflow that is meant to be used when
developing for the swift project.

At some point in the future, we may discuss changing from this rebase based
workflow to a merge based workflow.
2015-11-03 17:01:12 -08:00