-
-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e291e63
commit 586dce7
Showing
3 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
# Library architecture | ||
ArviZ is organized in modules (the folders in [arviz directory](https://github.com/arviz-devs/arviz/tree/main/arviz)). | ||
The main 3 modules are `data`, `plots` and `stats`. | ||
Then we have 3 more folders. The [tests](https://github.com/arviz-devs/arviz/tree/main/arviz/tests) folder contains tests for all these 3 modules. | ||
Then we have 3 more folders. The [tests](https://github.com/arviz-devs/arviz/tree/main/arviz/tests) | ||
folder contains tests for all these 3 modules. | ||
|
||
The [static](https://github.com/arviz-devs/arviz/tree/main/arviz/static) folder is only used to store style and CSS files to get HTML output for `InferenceData`. Finally we have the [wrappers](https://github.com/arviz-devs/arviz/tree/main/arviz/wrappers) folder that contains experimental (not tested yet either) features and interacts closely with both [data](https://github.com/arviz-devs/arviz/tree/main/arviz/data) and [stats](https://github.com/arviz-devs/arviz/tree/main/arviz/stats) modules.tecture | ||
The [static](https://github.com/arviz-devs/arviz/tree/main/arviz/static) | ||
folder is only used to store style and CSS files to get HTML output for `InferenceData`. | ||
Finally we have the [wrappers](https://github.com/arviz-devs/arviz/tree/main/arviz/wrappers) | ||
folder that contains experimental (not tested yet either) features | ||
and interacts closely with both [data](https://github.com/arviz-devs/arviz/tree/main/arviz/data) | ||
and [stats](https://github.com/arviz-devs/arviz/tree/main/arviz/stats) modules. | ||
|
||
In addition, there are some files on the higher level directory: `utils.py`, `sel_utils.py`, | ||
`rcparams.py` and `labels.py`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters