From 4c9bc9da4496cef151538d2d385f143c274a4a51 Mon Sep 17 00:00:00 2001 From: Julien Seguinot Date: Sat, 15 Oct 2022 17:59:23 +0200 Subject: [PATCH] Update api docs (plot methods #23, geopandas #24). --- doc/api/datasets.rst | 14 ++++++++++++-- doc/api/plot.rst | 35 ----------------------------------- 2 files changed, 12 insertions(+), 37 deletions(-) diff --git a/doc/api/datasets.rst b/doc/api/datasets.rst index 6f6c584..5510884 100644 --- a/doc/api/datasets.rst +++ b/doc/api/datasets.rst @@ -29,8 +29,8 @@ Postprocessing calc.profile.build_profile_coords calc.profile.read_shp_coords -Plotting --------- +Plotting datasets +----------------- .. autosummary:: :toctree: generated/ @@ -47,3 +47,13 @@ Plotting plot.surface_hillshade plot.surface_velocity plot.surface_velocity_streamplot + + +Plotting vectors +---------------- + +.. autosummary:: + :toctree: generated/ + :template: autosummary/accessor_method.rst + + plot.naturalearth diff --git a/doc/api/plot.rst b/doc/api/plot.rst index d59d51d..4727c5b 100644 --- a/doc/api/plot.rst +++ b/doc/api/plot.rst @@ -15,41 +15,6 @@ Plotting arrays hillshade -Plotting datasets ------------------ - -.. autosummary:: - :toctree: generated/ - - bedrock_altitude - bedrock_altitude_contours - bedrock_hillshade - bedrock_shoreline - bedrock_erosion - bedrock_isostasy - ice_margin - surface_altitude_contours - surface_hillshade - surface_velocity - surface_velocity_streamplot - -Plotting vectors ----------------- - -.. autosummary:: - :toctree: generated/ - - feature - cities - countries - country_borders - states - state_borders - ocean - rivers - graticules - shapefile - .. future: hyoga.plot.annotate.polar hyoga.plot.annotate.scatter