Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ and the [SSIP protocol documentation](http://htmlpreview.github.io/?https://gith

The python binding documentation is available on the shell with
`pydoc3 speechd` (or `pydoc speechd`)
and online, both the documentation for the
[direct mapping of the SSIP commands and logic](http://htmlpreview.github.io/?https://github.com/brailcom/speechd/blob/master/doc/speechd.client.SSIPClient.html)
and the
[more convenient interface](http://htmlpreview.github.io/?https://github.com/brailcom/speechd/blob/master/doc/speechd.client.Speaker.html)
and online: the [speechd.client module documentation](http://htmlpreview.github.io/?https://github.com/brailcom/speechd/blob/master/doc/speechd.client.html)

The key features and the supported TTS engines, output subsystems, client
interfaces and client applications known to work with Speech Dispatcher are
Expand Down
4 changes: 1 addition & 3 deletions doc/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
/speech-dispatcher.dvi
/speech-dispatcher.html
/speech-dispatcher.info
/speechd.client.SSIPClient.html
/speechd.client.Speaker.html
/speechd.html
/speechd.client.html
/ssip.dvi
/ssip.html
/ssip.info
Expand Down
9 changes: 4 additions & 5 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ all: html
endif

if HAVE_PYTHON
PYTHON_HTML = speechd.html speechd.client.SSIPClient.html speechd.client.Speaker.html
all: $(PYTHON_HTML)
all: speechd.client.html
endif

MAKEINFOHTML = $(MAKEINFO) --html --no-split
Expand All @@ -33,8 +32,8 @@ speech_dispatcher_TEXINFOS = gpl.texi fdl.texi speech-dispatcher.texi
speech_dispatcher_cs_TEXINFOS = gpl.texi fdl.texi speech-dispatcher-cs.texi
ssip_TEXINFOS = gpl.texi fdl.texi

$(PYTHON_HTML): %.html: $(top_srcdir)/src/api/python/speechd/__init__.py $(top_srcdir)/src/api/python/speechd/client.py
PYTHONPATH=$(top_builddir)/src/api/python pydoc3 -w $*
speechd.client.html: $(top_srcdir)/src/api/python/speechd/client.py
PYTHONPATH=$(top_builddir)/src/api/python pydoc3 -w speechd.client

CLEANFILES = spd-say.info \
speech-dispatcher-cs.info \
Expand All @@ -52,7 +51,7 @@ DISTCLEANFILES = \
speech-dispatcher-cs.dvi \
speech-dispatcher.html \
speech-dispatcher.dvi \
$(PYTHON_HTML) \
speechd.client.html \
ssip.html \
ssip.dvi \
mdate-sh \
Expand Down
351 changes: 0 additions & 351 deletions doc/speechd.client.SSIPClient.html

This file was deleted.

352 changes: 0 additions & 352 deletions doc/speechd.client.Speaker.html

This file was deleted.

1,675 changes: 1,675 additions & 0 deletions doc/speechd.client.html

Large diffs are not rendered by default.

37 changes: 0 additions & 37 deletions doc/speechd.html

This file was deleted.

Loading