-
Notifications
You must be signed in to change notification settings - Fork 133
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule BayCal
updated
15 files
+23 −0 | .readthedocs.yaml | |
+41 −1 | README.md | |
+20 −0 | doc/Makefile | |
+35 −0 | doc/make.bat | |
+6 −0 | doc/requirements.txt | |
+85 −0 | doc/source/conf.py | |
+2 −0 | doc/source/contributors.rst | |
+45 −0 | doc/source/index.rst | |
+91 −0 | doc/source/install.rst | |
+242 −0 | doc/source/quickstart.rst | |
+13 −0 | doc/source/support.rst | |
+18 −12 | src/LikelihoodModel.py | |
+12 −6 | src/LikelihoodModels/Factory.py | |
+48 −28 | src/LikelihoodModels/LikelihoodBase.py | |
+26 −16 | src/LikelihoodModels/NormalModel.py |