[Telepathy-commits] [telepathy-spec/master] Mix lower case entries with uppercase entries in fullindex
Davyd Madeley
davyd at madeley.id.au
Wed Mar 25 08:58:40 PDT 2009
---
doc/templates/fullindex.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/templates/fullindex.html b/doc/templates/fullindex.html
index 3ba81e6..e1d13bb 100644
--- a/doc/templates/fullindex.html
+++ b/doc/templates/fullindex.html
@@ -20,10 +20,10 @@
#echo $star.append(($name, $item))
#slurp
#end for
-#echo $star.sort(key = lambda t: t[0])
+#echo $star.sort(key = lambda t: t[0].title())
#slurp
## one use iterators...
-#set $groups = [ (l, list(g)) for l, g in (groupby($star, key = lambda t: t[0][0])) ]
+#set $groups = [ (l, list(g)) for l, g in (groupby($star, key = lambda t: t[0][0].upper())) ]
#set $letters = set(map(lambda t: t[0], groups))
<body>
--
1.5.6.5
More information about the telepathy-commits
mailing list