split data at given index
This commit is contained in:
@ -4,27 +4,27 @@
|
||||
|
||||
.. autoclass:: {{ objname }}
|
||||
|
||||
{% block methods %}
|
||||
{%- block methods %}
|
||||
{% if methods %}
|
||||
.. rubric:: {{ _('Methods') }}
|
||||
|
||||
{% for item in methods %}
|
||||
{%- for item in methods %}
|
||||
{% if not item.startswith('_') %}
|
||||
.. automethod:: {{ item }}
|
||||
{%- endif %}
|
||||
{%- endfor %}
|
||||
{% endif %}
|
||||
{%- endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block attributes %}
|
||||
{% if attributes %}
|
||||
{%- block attributes %}
|
||||
{%- if attributes %}
|
||||
.. rubric:: {{ _('Attributes') }}
|
||||
|
||||
{% for item in attributes %}
|
||||
.. autoattribute:: {{ item }}
|
||||
{%- endfor %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% endblock -%}
|
||||
|
||||
.. include:: {{ fullname }}.examples
|
||||
|
||||
|
@ -1,29 +0,0 @@
|
||||
*********************************
|
||||
Distribution of correlation times
|
||||
*********************************
|
||||
|
||||
List of all implemented distributions and the associated correlation functions, spectral densities, susceptibilies
|
||||
|
||||
.. contents:: Table of Contents
|
||||
:depth: 3
|
||||
:local:
|
||||
:backlinks: entry
|
||||
|
||||
Cole-Cole
|
||||
---------
|
||||
|
||||
.. automodule:: nmreval.distributions.colecole
|
||||
:members:
|
||||
|
||||
|
||||
Cole-Davidson
|
||||
-------------
|
||||
|
||||
.. automodule:: nmreval.distributions.coledavidson
|
||||
:members:
|
||||
|
||||
Havriliak-Negami
|
||||
----------------
|
||||
|
||||
.. automodule:: nmreval.distributions.havriliaknegami
|
||||
:members:
|
@ -1,6 +0,0 @@
|
||||
************************
|
||||
``nmreval.models.basic``
|
||||
************************
|
||||
|
||||
.. automodule:: nmreval.models.basic
|
||||
:members:
|
@ -1,31 +0,0 @@
|
||||
**************
|
||||
Model function
|
||||
**************
|
||||
|
||||
List of all implemented functions
|
||||
|
||||
.. contents:: Table of Contents
|
||||
:depth: 3
|
||||
:local:
|
||||
:backlinks: entry
|
||||
|
||||
Basic functions
|
||||
---------------
|
||||
|
||||
.. currentmodule:: nmreval
|
||||
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
|
||||
nmreval.models.basic
|
||||
|
||||
|
||||
|
||||
|
||||
NMR relaxation functions
|
||||
------------------------
|
||||
|
||||
.. automodule:: nmreval.models.relaxation
|
||||
:members:
|
||||
|
||||
|
@ -1,37 +0,0 @@
|
||||
nmreval.models.basic
|
||||
====================
|
||||
|
||||
.. automodule:: nmreval.models.basic
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Constant
|
||||
ExpFunc
|
||||
Linear
|
||||
Log
|
||||
MittagLeffler
|
||||
Parabola
|
||||
PowerLaw
|
||||
PowerLawCross
|
||||
Sine
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user