mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
- I've converted every document except the LangRef, which is more trouble to convert because of the use of styling to embed notes. - 'make html' with sphinx-build in your path to build the docs. Now back to my regularly scheduled breaking things. :) Swift SVN r2410
13 lines
307 B
HTML
13 lines
307 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{% block extrahead %}
|
|
<style type="text/css">
|
|
table.right { float: right; margin-left: 20px; }
|
|
table.right td { border: 1px solid #ccc; }
|
|
</style>
|
|
{% endblock %}
|
|
|
|
{% block rootrellink %}
|
|
<li><a href="{{ pathto('index') }}">Swift Home</a> | </li>
|
|
{% endblock %}
|