diff --git a/docs/index.rst b/docs/index.rst index 0aa3fc13..d942bebe 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,17 @@ PyOpenMS-Viz ============ +.. toctree:: + :maxdepth: 1 + :glob: + :hidden: + + Installation + User Guide + gallery/index + API + + Welcome to PyOpenMS-Viz Documentation! PyOpenMS-Viz is a visualization package for mass spectrometry data directly from pandas dataframes Key Features Include: @@ -42,19 +53,6 @@ Plotting a Chromatogram ms_data.plot(x="rt", y="intensity", kind="chromatogram") -User Guide -********** - -.. toctree:: - :maxdepth: 2 - :glob: - - Installation - User Guide - gallery/index - API - - Support *******