diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-07-02 19:18:03 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-07-02 19:18:51 +0300 |
commit | e467949a4a0d8f93d275febc8293c11108180cc8 (patch) | |
tree | 1114036ea8b643ed790b41c5b2a3eef7781ba022 | |
parent | 65417c5ad9e9ea7b0f110daf6c37e3d7dc19e32f (diff) |
docs/*_index: Drop "Indices and tables" pseudo-section.
This pseudo-section causes artifacts with latexpdf generation (almost
empty page with list containing literal "genindex", "modeindex", "search"
items). For HTML docs, these sections can be accessed from "home" page.
-rw-r--r-- | docs/esp8266_index.rst | 7 | ||||
-rw-r--r-- | docs/pyboard_index.rst | 7 | ||||
-rw-r--r-- | docs/unix_index.rst | 7 | ||||
-rw-r--r-- | docs/wipy_index.rst | 7 |
4 files changed, 0 insertions, 28 deletions
diff --git a/docs/esp8266_index.rst b/docs/esp8266_index.rst index d33234897..519acecda 100644 --- a/docs/esp8266_index.rst +++ b/docs/esp8266_index.rst @@ -10,10 +10,3 @@ MicroPython documentation and references reference/index.rst genrst/index.rst license.rst - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` diff --git a/docs/pyboard_index.rst b/docs/pyboard_index.rst index ea82f89d6..9d8f783de 100644 --- a/docs/pyboard_index.rst +++ b/docs/pyboard_index.rst @@ -11,10 +11,3 @@ MicroPython documentation and references reference/index.rst genrst/index.rst license.rst - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` diff --git a/docs/unix_index.rst b/docs/unix_index.rst index 07f245a30..1bfeb0bda 100644 --- a/docs/unix_index.rst +++ b/docs/unix_index.rst @@ -7,10 +7,3 @@ MicroPython documentation and references reference/index.rst genrst/index.rst license.rst - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` diff --git a/docs/wipy_index.rst b/docs/wipy_index.rst index 7edba8f54..15c04c0fb 100644 --- a/docs/wipy_index.rst +++ b/docs/wipy_index.rst @@ -10,10 +10,3 @@ MicroPython documentation and references reference/index.rst genrst/index.rst license.rst - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` |