]> git.ipfire.org Git - thirdparty/kea.git/commit
many improvements to docs based on sphinx
authorMichal Nowikowski <godfryd@isc.org>
Mon, 15 Jul 2019 06:32:02 +0000 (08:32 +0200)
committerMichal Nowikowski <godfryd@isc.org>
Tue, 30 Jul 2019 08:45:13 +0000 (10:45 +0200)
commitb5b87d1849dc9bf2ad2591d7310646d154e5456d
tree3e2802809682bb1bc576d911c711474d1b613e5b
parenta13c6ef7ca83d0c20a23822607e3c82195b593f2
many improvements to docs based on sphinx

- improved code-blocks
- improved json formatting: more compact, replaced // to # for comments
  to make them highlighted
- improved tables proportions
- fixed kea version: |release| should be used instead of KEAVERSION
- changed them to 'Read The Docs' to align with BIND
- cleaned up conf.py
- improved building in Makefile.am, now there are 3 targets (pdf, html, singlehtml)
  and 'all' that depends on those 3
- added kea.css to make html content wider and tables narrow to fit into
  text column
20 files changed:
doc/guide/Makefile.am
doc/guide/_static/kea.css [new file with mode: 0644]
doc/guide/admin.rst
doc/guide/agent.rst
doc/guide/conf.py
doc/guide/ctrl-channel.rst
doc/guide/dhcp4-srv.rst
doc/guide/dhcp6-srv.rst
doc/guide/hammer.rst
doc/guide/hooks-ha.rst
doc/guide/hooks-host-cache.rst
doc/guide/hooks-radius.rst
doc/guide/hooks.rst
doc/guide/install.rst
doc/guide/intro.rst
doc/guide/kea-guide.rst
doc/guide/keactrl.rst
doc/guide/netconf.rst
doc/guide/quickstart.rst
doc/guide/shell.rst