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:
parent
f7996cb73e
commit
b7977876c2
@ -27,7 +27,7 @@ This documentation is generated by the Sphinx toolkit and lives in the source
|
|||||||
tree.
|
tree.
|
||||||
|
|
||||||
TL;DR
|
TL;DR
|
||||||
=====
|
~~~~~
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ TL;DR
|
|||||||
s2aio
|
s2aio
|
||||||
|
|
||||||
Storlets Use Cases
|
Storlets Use Cases
|
||||||
==================
|
~~~~~~~~~~~~~~~~~~
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ Storlets Use Cases
|
|||||||
usecases/usecase_chip_bakers
|
usecases/usecase_chip_bakers
|
||||||
|
|
||||||
Overview and Concepts
|
Overview and Concepts
|
||||||
=====================
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
@ -54,12 +54,12 @@ Overview and Concepts
|
|||||||
ipython_integration
|
ipython_integration
|
||||||
|
|
||||||
Related Projects
|
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.
|
`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
|
Storlet Engine Developers
|
||||||
=========================
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ Storlet Engine Developers
|
|||||||
engine_dev_tests
|
engine_dev_tests
|
||||||
|
|
||||||
Storlets Developers
|
Storlets Developers
|
||||||
===================
|
~~~~~~~~~~~~~~~~~~~
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ Storlets Developers
|
|||||||
writing_and_deploying_python_storlets
|
writing_and_deploying_python_storlets
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`modindex`
|
* :ref:`modindex`
|
||||||
|
Loading…
Reference in New Issue
Block a user