[blivet:master 0/5] Minor documentation changes

mulhern amulhern at redhat.com
Tue Jun 10 21:16:59 UTC 2014


Most of the *.rst files are total boilerplate and can be generated
from the source by the sphinx-apidoc tool, without overwriting the
non-boilerplate *.rst files. The first patch handles that.

The remaining patches are boring little tweaks.

mulhern (5):
  Automate generation of the .rst files which just set up the modules.
  Allow the table of contents to go one level deeper.
  Add doctest extension so that doctest target runs.
  Change intersphinx mapping to avoid linkcheck redirect errors.
  Ignore _build directory in doc directory.

 .gitignore                |   5 ++
 doc/Makefile              |  45 +++++++-----
 doc/blivet.devicelibs.rst |  82 ---------------------
 doc/blivet.formats.rst    |  91 -----------------------
 doc/blivet.rst            | 179 ----------------------------------------------
 doc/conf.py               |   4 +-
 doc/index.rst             |   2 +-
 doc/modules.rst           |   7 --
 8 files changed, 34 insertions(+), 381 deletions(-)
 delete mode 100644 doc/blivet.devicelibs.rst
 delete mode 100644 doc/blivet.formats.rst
 delete mode 100644 doc/blivet.rst
 delete mode 100644 doc/modules.rst

-- 
1.9.3



More information about the anaconda-patches mailing list