diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-10-07 17:41:30 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-10-07 17:44:58 -0400 |
commit | 0b5fd1df1a87f240b9a93c4f46983ebcb9d71242 (patch) | |
tree | facc86b1dc74330bd29dec917624beb8d1e2268e /source/_static | |
parent | 5051a512141f642f90f53f2749ddd8cc815226e4 (diff) | |
download | librambutan-0b5fd1df1a87f240b9a93c4f46983ebcb9d71242.tar.gz librambutan-0b5fd1df1a87f240b9a93c4f46983ebcb9d71242.zip |
configuration: Cleanups and tweaks.
Start coloring visited links differently. I have no idea why that was
disabled.
Remove ' Documentation' from the HTML title. It's too long.
Clean up some whitespace.
Remove unused apilist.html and ancillary conf.py.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'source/_static')
-rw-r--r-- | source/_static/apilist.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/_static/apilist.html b/source/_static/apilist.html deleted file mode 100644 index 556fcc9..0000000 --- a/source/_static/apilist.html +++ /dev/null @@ -1,5 +0,0 @@ -{# Filename: .static/apilist.html #} -{% set parents = parents.pop() %} -{% if parents %} -<a href="{{ parents.link|e }}">{{ parents.title }}</a> -{% endif %} |