-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathat_cascade.xrst
72 lines (58 loc) · 1.82 KB
/
at_cascade.xrst
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-FileCopyrightText: University of Washington <https://www.washington.edu>
# SPDX-FileContributor: 2021-25 Bradley M. Bell
# ----------------------------------------------------------------------------
{xrst_begin at_cascade}
{xrst_spell
pypi
url
gz
}
Cascading Dismod_at Analysis From Parent To Child Regions
#########################################################
Version
*******
at_cascade-2025.1.23
Git Repository
**************
`<https://github.com/bradbell/at_cascade>`_
Versions
********
.. list-table::
:widths: auto
* - This version
- at_cascade-2025.1.23
* - Documentation for latest version
- `latest <https://at-cascade.readthedocs.io/latest>`_
* - Documentation for most recent stable version
- `stable-2025 <https://at-cascade.readthedocs.io/stable-2025>`_
* - Most recent release of this stable version
- release-2025_
.. _release-2025: https://codeload.github.com/bradbell/
at_cascade/tar.gz/refs/tags/2025.0.0
Install
*******
This package is currently under heavy development and
it is suggest that you use the testing repository version.
Search for ``at_cascade`` on `test.pypi <https://test.pypi.org>`_
to determine the date corresponding to this version.
The commands below install the at_cascade dependencies and then replace
at_cascade using its most recent test version::
pip install at_cascade
pip uninstall -y at_cascade
pip install --index-url https://test.pypi.org/simple/ at_cascade
On some systems you may need to replace ``pip`` by ``pip3`` .
Children
********
{xrst_toc_table
xrst/glossary.xrst
xrst/all_node_db.xrst
example/example.xrst
at_cascade/__init__.py
at_cascade/csv/__init__.py
xrst/wish_list.xrst
xrst/release_notes.xrst
xrst/math.xrst
xrst/bib.xrst
}
{xrst_end at_cascade}