File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1+ r"""
2+ :mod:`cape.cfdx.casedata`: Single-case data interfaces
3+ =======================================================
14
5+ This module provides the classes :class:`CaseFM` and
6+ :class:`CaseResid` that resid iterative histories of various types.
7+ """
28
39# Standard library
410import os
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22r"""
33:mod:`cape.pylch.databook`: Loci/CHEM data book module
4- =====================================================
4+ ========================================================
55
66This module provides interfaces to the various CFD outputs tracked by
77the :mod:`cape` package. These versions are specific to Loci/CHEM.
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22r"""
3+ :mod:`cape.statutils`: Statistics tools
4+ =========================================
5+
36This module includes several shorthand calls to statistical functions
47from :mod:`scipy.stats`. The primary tool provided by this module is to
58calculate 99% (or any other fraction) coverage ranges for two data sets.
Original file line number Diff line number Diff line change 11
2- :mod: `cape.tnakit.statutils `: Statistics tools
3- =================================================
4-
5- .. automodule :: cape.tnakit.statutils
2+ .. automodule :: cape.statutils
63 :members:
74
Original file line number Diff line number Diff line change 11
2- .. automodule :: cape.cfdx.databook
2+ .. automodule :: cape.cfdx.casedata
33 :members:
44
You can’t perform that action at this time.
0 commit comments