diff --git a/docs/source/index.rst b/docs/source/index.rst index ffe20bf..adf85e9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -32,23 +32,17 @@ Domain experts must decide what data meets their quality standards for data comp installing example workflow -For more complete tutorial information, see: `demos `_ - .. toctree:: :maxdepth: 1 :caption: Tutorial Notebooks - notebooks/Harmonize_Pensacola_Simple - notebooks/Harmonize_Pensacola_Detailed - notebooks/Harmonize_Tampa_Simple - notebooks/Harmonize_Tampa_Detailed - notebooks/Harmonize_CapeCod_Simple - notebooks/Harmonize_CapeCod_Detailed - notebooks/Harmonize_GOM + notebooks + .. toctree:: :maxdepth: 1 :caption: Reference Documentation +To run these tutorials in ipython notebooks, see: `demos `_ modules diff --git a/docs/source/installing.rst b/docs/source/installing.rst index e9b9c4c..2f75258 100644 --- a/docs/source/installing.rst +++ b/docs/source/installing.rst @@ -3,7 +3,8 @@ Installing harmonize_wq ======================= -harmonize_wq can be installed using pip: +Install harmonize_wq using pip: +******************************* .. code-block:: python3 @@ -11,7 +12,8 @@ harmonize_wq can be installed using pip: -To install the latest development version of harmonize_wq using pip: +Install the latest development version of harmonize_wq using pip: +***************************************************************** .. code-block:: python3 diff --git a/docs/source/notebooks.rst b/docs/source/notebooks.rst index 681c3c5..defeb4c 100644 --- a/docs/source/notebooks.rst +++ b/docs/source/notebooks.rst @@ -3,8 +3,6 @@ Tutorial Notebooks ================== -For more complete tutorial information, see: `demos `_ - .. toctree:: :maxdepth: 1 notebooks/Harmonize_Pensacola_Simple