From b8cf7683f2101be3e37324f5bea4f29da4fe5520 Mon Sep 17 00:00:00 2001 From: David Hassell Date: Fri, 10 Mar 2023 10:33:56 +0000 Subject: [PATCH] rst formatting --- setup.py | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/setup.py b/setup.py index db549f48c5..edfc2a9072 100755 --- a/setup.py +++ b/setup.py @@ -112,8 +112,8 @@ def compile(): ========= The Python cf package is an Earth science data analysis library that -is built on a complete implementation of the [CF data -model](https://cfconventions.org/cf-conventions/cf-conventions.html#appendix-CF-data-model). +is built on a complete implementation of the `CF data +model `_. Documentation ============= @@ -123,8 +123,8 @@ def compile(): Dask ==== -From version 3.14.0, the ``cf`` package uses -[Dask](https://docs.dask.org) for all of its data manipulations. +From version 3.14.0, the ``cf`` package uses `Dask +`_ for all of its data manipulations. Recipes ======= @@ -160,15 +160,15 @@ def compile(): [cfplot](http://ajheaps.github.io/cf-plot) package, that needs to be installed seprately to the ``cf`` package. -See the [cfplot -gallery](http://ajheaps.github.io/cf-plot/gallery.html) for the full -range range plotting possibilities with example code. +See the `cfplot gallery +`_ for the full range +range plotting possibilities with example code. Functionality ============= -The ``cf`` package implements the [CF data -model](https://cfconventions.org/cf-conventions/cf-conventions.html#appendix-CF-data-model) +The ``cf`` package implements the `CF data model +`_ for its internal data structures and so is able to process any CF-compliant dataset. It is not strict about CF-compliance, however, so that partially conformant datasets may be ingested from existing @@ -304,6 +304,7 @@ def compile(): "cf.data.array", "cf.data.array.abstract", "cf.data.array.mixin", + "cf.data.collapse", "cf.data.fragment", "cf.data.fragment.abstract", "cf.data.mixin",