# HG changeset patch # User Franz Glasner # Date 1519859539 -3600 # Node ID 617aa948e155c8975151310fdc850fcdd77b3f91 # Parent 85d2bbbb943e82193c19720d183c8e2ad5366c19 Proper layout for HTML and LaTeX output diff -r 85d2bbbb943e -r 617aa948e155 README --- a/README Thu Mar 01 00:11:54 2018 +0100 +++ b/README Thu Mar 01 00:12:19 2018 +0100 @@ -1,8 +1,7 @@ .. -*- coding: utf-8; mode: rst; -*- -=========== - ConfigMix -=========== +README +====== :Author: Franz Glasner :Version: |release| @@ -15,7 +14,7 @@ Links -===== +----- Search for "yaml" on `PyPi` diff -r 85d2bbbb943e -r 617aa948e155 doc/index.rst --- a/doc/index.rst Thu Mar 01 00:11:54 2018 +0100 +++ b/doc/index.rst Thu Mar 01 00:12:19 2018 +0100 @@ -5,29 +5,32 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. - -.. include:: ../README - -License -======= +=========== + ConfigMix +=========== -.. literalinclude:: ../LICENSE - :language: none +.. only:: builder_html - -Contents -======== + This is the documentation of the :mod:`configmix` package, a + library for helping with configuration files. .. toctree:: - :maxdepth: 2 + :maxdepth: 3 + readme + license apidoc - Indices and tables ================== -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` +.. only:: builder_html + + * :ref:`genindex` + * :ref:`modindex` + * :ref:`search` + +.. only:: not builder_html + + * :ref:`modindex`