diff --git a/doc/Makefile.am b/doc/Makefile.am index 08edf5c7..1e7e17f7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -26,7 +26,7 @@ endif MAKEINFOHTML = $(MAKEINFO) --html --no-split info_TEXINFOS = ssip.texi speech-dispatcher.texi spd-say.texi speech-dispatcher-cs.texi -EXTRA_DIST = figures +EXTRA_DIST = figures pydoc.css speech_dispatcher_TEXINFOS = gpl.texi fdl.texi speech-dispatcher.texi speech_dispatcher_cs_TEXINFOS = gpl.texi fdl.texi speech-dispatcher-cs.texi @@ -34,6 +34,7 @@ ssip_TEXINFOS = gpl.texi fdl.texi speechd.client.html: $(top_srcdir)/src/api/python/speechd/client.py PYTHONPATH=$(top_builddir)/src/api/python pydoc3 -w speechd.client + sed -i -e 's___' $@ CLEANFILES = spd-say.info \ speech-dispatcher-cs.info \ diff --git a/doc/pydoc.css b/doc/pydoc.css new file mode 100644 index 00000000..a6aa2e4c --- /dev/null +++ b/doc/pydoc.css @@ -0,0 +1,112 @@ +/* + CSS file for pydoc. + + Contents of this file are subject to change without notice. + +*/ + +body { + background-color: #f0f0f8; +} + +table.heading tr { + background-color: #7799ee; +} + +.decor { + color: #ffffff; +} + +.title-decor { + background-color: #ffc8d8; + color: #000000; +} + +.pkg-content-decor { + background-color: #aa55cc; +} + +.index-decor { + background-color: #ee77aa; +} + +.functions-decor { + background-color: #eeaa77; +} + +.data-decor { + background-color: #55aa55; +} + +.author-decor { + background-color: #7799ee; +} + +.credits-decor { + background-color: #7799ee; +} + +.error-decor { + background-color: #bb0000; +} + +.grey { + color: #909090; +} + +.white { + color: #ffffff; +} + +.repr { + color: #c040c0; +} + +table.heading tr td.title { + vertical-align: bottom; +} + +table.heading tr td.extra { + vertical-align: bottom; + text-align: right; +} + +.heading-text { + font-family: helvetica, arial; +} + +.bigsection { + font-size: larger; +} + +.title { + font-size: x-large; +} + +.code { + font-family: monospace; +} + +table { + width: 100%; + border-spacing : 0; + border-collapse : collapse; + border: 0; +} + +td { + padding: 2; +} + +td.section-title { + vertical-align: bottom; +} + +td.multicolumn { + width: 25%; + vertical-align: bottom; +} + +td.singlecolumn { + width: 100%; +} diff --git a/doc/speechd.client.html b/doc/speechd.client.html index 9dea014b..bdfd6743 100644 --- a/doc/speechd.client.html +++ b/doc/speechd.client.html @@ -2,7 +2,7 @@
-