diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-02-12 02:46:42 -0500 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-02-12 02:46:42 -0500 |
commit | dba5b94ff3d1a5b9929abee53d6777128a5acc48 (patch) | |
tree | c582bde80eb2e3bf1f6fdfd8dbc92a9fc6f05abe /docs/source/_templates | |
parent | bfd249d2bbcd2c7868605e85358d6963548cf749 (diff) | |
download | librambutan-dba5b94ff3d1a5b9929abee53d6777128a5acc48.tar.gz librambutan-dba5b94ff3d1a5b9929abee53d6777128a5acc48.zip |
Reorganized docs index for more readability, added information about
Maple hardware and design files. Other tweaks and improvements.
Diffstat (limited to 'docs/source/_templates')
-rw-r--r-- | docs/source/_templates/layout.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html index bf05832..93547f0 100644 --- a/docs/source/_templates/layout.html +++ b/docs/source/_templates/layout.html @@ -1,6 +1,5 @@ {% extends "!layout.html" %} {% block rootrellink %} - <li><a href="http://leaflabs.com">LeafLabs</a> |</li> - <li><a href="index.html">Docs Home</a> |</li> + <li><a href="http://leaflabs.com/">LeafLabs</a> |</li> {{ super() }} {% endblock %} |