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
2 changes: 1 addition & 1 deletion cf_units/docs/latest
4 changes: 4 additions & 0 deletions cf_units/docs/v2.0/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 330626417eeb3f0bcbfb1a643046bdd5
tags: 645f666f9bcd5a90fca523b33c5a78b7
2,067 changes: 2,067 additions & 0 deletions cf_units/docs/v2.0/_modules/cf_units.html

Large diffs are not rendered by default.

77 changes: 77 additions & 0 deletions cf_units/docs/v2.0/_modules/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Overview: module code &#8212; cf_units 2.0.1.dev1+markdown_readme documentation</title>
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript" src="../_static/documentation_options.js"></script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />

<link rel="stylesheet" href="../_static/custom.css" type="text/css" />


<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">

<h1>All modules for which code is available</h1>
<ul><li><a href="cf_units.html">cf_units</a></li>
</ul>

</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper"><div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="../index.html">Documentation overview</a><ul>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;British Crown Copyright 2015 - 2018, Met Office.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.10</a>

</div>




</body>
</html>
24 changes: 24 additions & 0 deletions cf_units/docs/v2.0/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.. cf_units documentation master file, created by
sphinx-quickstart on Thu Jan 21 12:03:35 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

The cf_units documentation
==========================

.. automodule:: cf_units

Contents:

.. toctree::
unit
utilities



Indices and tables
------------------

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
9 changes: 9 additions & 0 deletions cf_units/docs/v2.0/_sources/unit.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. currentmodule:: cf_units

The Unit Class
==============

The primary functionality of ``cf_units`` is supplied by the :class:`~cf_units.Unit` class:

.. autoclass:: Unit
:members:
21 changes: 21 additions & 0 deletions cf_units/docs/v2.0/_sources/utilities.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. currentmodule:: cf_units

Date and Time Utility Functions
===============================

A number of utility functions for encoding and decoding date and time units supplied with cf_units.
These are documented below.

.. autofunction:: encode_time
.. autofunction:: encode_date
.. autofunction:: encode_clock
.. autofunction:: decode_time

.. autofunction:: julian_day2date
.. autofunction:: date2julian_day

.. autofunction:: date2num
.. autofunction:: num2date

.. autodata:: CALENDARS
.. autodata:: CALENDAR_ALIASES
Binary file added cf_units/docs/v2.0/_static/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading