Skip to content

Commit

Permalink
rst formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhassell committed Mar 10, 2023
1 parent 1c93e86 commit b8cf768
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://cfconventions.org/cf-conventions/cf-conventions.html#appendix-CF-data-model>`_.
Documentation
=============
Expand All @@ -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
<https://docs.dask.org>`_ for all of its data manipulations.
Recipes
=======
Expand Down Expand Up @@ -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
<http://ajheaps.github.io/cf-plot/gallery.html>`_ 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
<https://cfconventions.org/cf-conventions/cf-conventions.html#appendix-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
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit b8cf768

Please sign in to comment.