''' % (genHeader('Supybot Plugin Documentation'), genNavbar('../'))))
fd.close()
@@ -153,6 +165,7 @@ def makePluginDocumentation(pluginWindow):
%s
%s
%s
+
@@ -188,11 +201,12 @@ def makePluginDocumentation(pluginWindow):
fd.write('
\n')
fd.write(textwrap.dedent('''
+
<- %s |
-
Plugin Index |
-
Command Index |
+
Plugins Index |
+
Commands Index |
%s ->
%s
''' % (prev, cprev, next, cnext, genFooter())))
@@ -220,8 +234,10 @@ def makeCommandsIndex():
%s
%s
%s
-
- ''' % (genHeader(title), title, genNavbar('../'))))
+
+ ''' % (genHeader(title),
+ title,
+ genNavbar('../', cActive=False))))
commands = [c for c in commandDict.iterkeys()]
commands.sort()
for i in ascii_lowercase: