-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
11 changed files
with
96 additions
and
57 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
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,5 +1,5 @@ | ||
cd source/ | ||
sphinx-apidoc -f -E --implicit-namespaces -l -o . ../../Taweret | ||
sphinx-apidoc -f -E --implicit-namespaces -l -o . ../Taweret | ||
cd .. | ||
make clean html | ||
open build/html/Taweret.html |
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,27 +1,31 @@ | ||
Taweret.core namespace | ||
====================== | ||
|
||
.. py:module:: Taweret.core | ||
Submodules | ||
---------- | ||
|
||
|
||
.. automodule:: Taweret.core.base_mixer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
.. automodule:: Taweret.core.base_model | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
.. automodule:: Taweret.core.trees_setup | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
.. automodule:: Taweret.core.wrappers | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
.. automodule:: Taweret.core.trees_setup | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
.. automodule:: Taweret.core.wrappers | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,22 +1,25 @@ | ||
Taweret.mix namespace | ||
===================== | ||
|
||
.. py:module:: Taweret.mix | ||
Submodules | ||
---------- | ||
|
||
|
||
.. automodule:: Taweret.mix.bivariate_linear | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
.. automodule:: Taweret.mix.gaussian | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
.. automodule:: Taweret.mix.trees | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
.. automodule:: Taweret.mix.gaussian | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
.. automodule:: Taweret.mix.trees | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,22 +1,25 @@ | ||
Taweret.models namespace | ||
======================== | ||
|
||
.. py:module:: Taweret.models | ||
Submodules | ||
---------- | ||
|
||
|
||
.. automodule:: Taweret.models.coleman_models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
.. automodule:: Taweret.models.polynomial_models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
.. automodule:: Taweret.models.samba_models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
.. automodule:: Taweret.models.polynomial_models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
.. automodule:: Taweret.models.samba_models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
Taweret.sampler namespace | ||
========================= | ||
|
||
.. py:module:: Taweret.sampler | ||
Submodules | ||
---------- | ||
|
||
.. automodule:: Taweret.sampler.likelihood_wrappers | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
.. automodule:: Taweret.sampler.likelihood_wrappers | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,12 +1,13 @@ | ||
Taweret.utils namespace | ||
======================= | ||
|
||
.. py:module:: Taweret.utils | ||
Submodules | ||
---------- | ||
|
||
.. automodule:: Taweret.utils.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
.. automodule:: Taweret.utils.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
MacOS Users | ||
=========== | ||
|
||
To run the `bilby` examples using the `ptemcee` module, you will need to make \ | ||
to run the following commands at the beginning of your notebook | ||
|
||
.. code-block:: python | ||
import multiprocssing | ||
multiprocessing.set_start_method('fork') | ||
There is currently an `issue <https://git.ligo.org/lscsoft/bilby/-/issues/722>`_ open on the `bilby` \ | ||
repository that will address this automatically in the future.\ | ||
For now, you will recieve a warning whenever you use `ptemcee` with more than one `thread`, even if you have set the start method. | ||
We will remove this warning once `bilby` patches their bug. |
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