Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h2><strong>Introduction</strong><a class="headerlink" href="#introduction" titl
</div>
<section id="functionality">
<h3><a class="toc-backref" href="#id6"><strong>Functionality</strong></a><a class="headerlink" href="#functionality" title="Permalink to this headline">¶</a></h3>
<p>&lt;a href=”<a class="reference external" href="https://doi.org/10.5281/zenodo.14274886">https://doi.org/10.5281/zenodo.14274886</a>”&gt;&lt;img src=”<a class="reference external" href="https://zenodo.org/badge/DOI/https://doi.org/10.5281/zenodo.14274886">https://zenodo.org/badge/DOI/https://doi.org/10.5281/zenodo.14274886</a>” alt=DOI”&gt;&lt;/a&gt;</p>
<p><a href="https://doi.org/10.5281/zenodo.14274886"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.14274886.svg" alt="DOI"></a></p>
<p>The <code class="xref py py-obj docutils literal notranslate"><span class="pre">cf</span></code> package implements the <a class="reference internal" href="introduction.html#cf-data-model"><span class="std std-ref">CF data model</span></a> 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
Expand Down Expand Up @@ -398,4 +398,4 @@ <h2><strong>Index and search</strong><a class="headerlink" href="#index-and-sear


</body>
</html>
</html>
4 changes: 2 additions & 2 deletions docs/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h1><strong>Introduction</strong><a class="headerlink" href="#introduction" titl
</div>
<section id="functionality">
<h2><a class="toc-backref" href="#id5"><strong>Functionality</strong></a><a class="headerlink" href="#functionality" title="Permalink to this headline">¶</a></h2>
<p>&lt;a href=”<a class="reference external" href="https://doi.org/10.5281/zenodo.14274886">https://doi.org/10.5281/zenodo.14274886</a>”&gt;&lt;img src=”<a class="reference external" href="https://zenodo.org/badge/DOI/https://doi.org/10.5281/zenodo.14274886">https://zenodo.org/badge/DOI/https://doi.org/10.5281/zenodo.14274886</a>” alt=DOI”&gt;&lt;/a&gt;</p>
<p><a href="https://doi.org/10.5281/zenodo.14274886"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.14274886.svg" alt="DOI"></a></p>
<p>The <code class="xref py py-obj docutils literal notranslate"><span class="pre">cf</span></code> package implements the <a class="reference internal" href="#cf-data-model"><span class="std std-ref">CF data model</span></a> 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
Expand Down Expand Up @@ -369,4 +369,4 @@ <h2><a class="toc-backref" href="#id10"><strong>References</strong></a><a class=


</body>
</html>
</html>
4 changes: 3 additions & 1 deletion docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ is built on a complete implementation of the :ref:`CF-data-model`.

**Functionality**
-----------------
<a href="https://doi.org/10.5281/zenodo.14274886"><img src="https://zenodo.org/badge/DOI/https://doi.org/10.5281/zenodo.14274886" alt="DOI"></a>

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.14274886.svg
:target: https://doi.org/10.5281/zenodo.14274886

The `cf` package implements the :ref:`CF-data-model` for its internal
data structures and so is able to process any CF-compliant dataset. It
Expand Down
Loading