Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unindent section titles in metpy.calc docs to prevent sphinx from failing #1131

Merged
merged 1 commit into from Aug 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
42 changes: 21 additions & 21 deletions docs/_templates/overrides/metpy.calc.rst
Expand Up @@ -4,8 +4,8 @@ calc
.. automodule:: metpy.calc


Dry Thermodynamics
------------------
Dry Thermodynamics
------------------

.. autosummary::
:toctree: ./
Expand All @@ -25,8 +25,8 @@ calc
thickness_hydrostatic


Moist Thermodynamics
--------------------
Moist Thermodynamics
--------------------

.. autosummary::
:toctree: ./
Expand Down Expand Up @@ -60,8 +60,8 @@ calc
wet_bulb_temperature


Soundings
---------
Soundings
---------

.. autosummary::
:toctree: ./
Expand All @@ -85,8 +85,8 @@ calc
surface_based_cape_cin


Dynamic/Kinematic
-----------------
Dynamic/Kinematic
-----------------

.. autosummary::
:toctree: ./
Expand Down Expand Up @@ -115,8 +115,8 @@ calc
wind_speed


Boundary Layer/Turbulence
-------------------------
Boundary Layer/Turbulence
-------------------------

.. autosummary::
:toctree: ./
Expand All @@ -128,8 +128,8 @@ calc
tke


Mathematical Functions
----------------------
Mathematical Functions
----------------------

.. autosummary::
:toctree: ./
Expand All @@ -146,8 +146,8 @@ calc
unit_vectors_from_cross_section


Apparent Temperature
--------------------
Apparent Temperature
--------------------

.. autosummary::
:toctree: ./
Expand All @@ -156,8 +156,8 @@ calc
heat_index
windchill

Standard Atmosphere
-------------------
Standard Atmosphere
-------------------

.. autosummary::
:toctree: ./
Expand All @@ -167,8 +167,8 @@ calc
height_to_pressure_std
pressure_to_height_std

Other
-----
Other
-----

.. autosummary::
:toctree: ./
Expand All @@ -187,10 +187,10 @@ calc
smooth_n_point


Deprecated
----------
Deprecated
----------

Do not use these functions in new code, please see their documentation for their replacements.
Do not use these functions in new code, please see their documentation for their replacements.

.. autosummary::
:toctree: ./
Expand Down