Fix section headers in docs home page

Because the title of the main home page was the
same as the sub-sections, the sub-sections were
not actually rendered which made a cluttered mess
of the docs.

This fixes the sub-section header formatting so the
sections are actually rendered properly.

Change-Id: I0377f85e334e5775f712b5a4fa238c76c436c2ae
This commit is contained in:
Matt Riedemann 2018-12-05 17:21:41 -05:00
parent f7996cb73e
commit b7977876c2

View File

@ -27,7 +27,7 @@ This documentation is generated by the Sphinx toolkit and lives in the source
tree.
TL;DR
=====
~~~~~
.. toctree::
:maxdepth: 1
@ -35,7 +35,7 @@ TL;DR
s2aio
Storlets Use Cases
==================
~~~~~~~~~~~~~~~~~~
.. toctree::
:maxdepth: 1
@ -44,7 +44,7 @@ Storlets Use Cases
usecases/usecase_chip_bakers
Overview and Concepts
=====================
~~~~~~~~~~~~~~~~~~~~~
.. toctree::
:maxdepth: 1
@ -54,12 +54,12 @@ Overview and Concepts
ipython_integration
Related Projects
================
~~~~~~~~~~~~~~~~
`Crystal <https://github.com/Crystal-SDS>`_ is an SDS framework for OpenStack Swift. Amongst other things, the framework leverages storlets to do seamless pushdown of user defined code from Spark to Swift.
Storlet Engine Developers
=========================
~~~~~~~~~~~~~~~~~~~~~~~~~
.. toctree::
:maxdepth: 1
@ -67,7 +67,7 @@ Storlet Engine Developers
engine_dev_tests
Storlets Developers
===================
~~~~~~~~~~~~~~~~~~~
.. toctree::
:maxdepth: 1
@ -76,7 +76,7 @@ Storlets Developers
writing_and_deploying_python_storlets
Indices and tables
==================
~~~~~~~~~~~~~~~~~~
* :ref:`genindex`
* :ref:`modindex`