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 /docs/esp8266_index.rst | |
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.
Diffstat (limited to 'docs/esp8266_index.rst')
-rw-r--r-- | docs/esp8266_index.rst | 7 |
1 files changed, 0 insertions, 7 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` |