Skip to content

Commit

Permalink
updated the documentation with the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfried (Mac) committed Dec 19, 2023
1 parent cbe629d commit 91bd1b0
Show file tree
Hide file tree
Showing 189 changed files with 33,396 additions and 15,856 deletions.
813 changes: 620 additions & 193 deletions docs/API/catalogues.html

Large diffs are not rendered by default.

1,327 changes: 912 additions & 415 deletions docs/API/filters.html

Large diffs are not rendered by default.

708 changes: 588 additions & 120 deletions docs/API/index.html

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions docs/API/misc/cigaleModules/SFH.html

Large diffs are not rendered by default.

650 changes: 650 additions & 0 deletions docs/API/misc/cigaleModules/SFH_quench.html

Large diffs are not rendered by default.

672 changes: 672 additions & 0 deletions docs/API/misc/cigaleModules/SSP.html

Large diffs are not rendered by default.

795 changes: 795 additions & 0 deletions docs/API/misc/cigaleModules/dust_attenuation.html

Large diffs are not rendered by default.

849 changes: 849 additions & 0 deletions docs/API/misc/cigaleModules/dust_emission.html

Large diffs are not rendered by default.

602 changes: 602 additions & 0 deletions docs/API/misc/cigaleModules/index.html

Large diffs are not rendered by default.

592 changes: 592 additions & 0 deletions docs/API/misc/cigaleModules/nebular.html

Large diffs are not rendered by default.

3,427 changes: 1,931 additions & 1,496 deletions docs/API/misc/enum.html

Large diffs are not rendered by default.

692 changes: 577 additions & 115 deletions docs/API/misc/index.html

Large diffs are not rendered by default.

775 changes: 608 additions & 167 deletions docs/API/misc/misc.html

Large diffs are not rendered by default.

1,400 changes: 960 additions & 440 deletions docs/API/misc/properties.html

Large diffs are not rendered by default.

949 changes: 687 additions & 262 deletions docs/API/outputs.html

Large diffs are not rendered by default.

739 changes: 582 additions & 157 deletions docs/API/photometry.html

Large diffs are not rendered by default.

1,306 changes: 877 additions & 429 deletions docs/API/sed.html

Large diffs are not rendered by default.

Binary file removed docs/_images/example1-1.png
Binary file not shown.
Binary file removed docs/_images/example2-1.png
Binary file not shown.
Binary file removed docs/_images/example3-1.png
Binary file not shown.
Binary file added docs/_images/examples_0_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/examples_1_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/examples_2_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/index_0_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
341 changes: 0 additions & 341 deletions docs/_modules/SED/catalogues.html

This file was deleted.

970 changes: 0 additions & 970 deletions docs/_modules/SED/filters.html

This file was deleted.

843 changes: 0 additions & 843 deletions docs/_modules/SED/misc/enum.html

This file was deleted.

309 changes: 0 additions & 309 deletions docs/_modules/SED/misc/misc.html

This file was deleted.

237 changes: 0 additions & 237 deletions docs/_modules/SED/photometry.html

This file was deleted.

974 changes: 0 additions & 974 deletions docs/_modules/functools.html

This file was deleted.

595 changes: 477 additions & 118 deletions docs/_modules/index.html

Large diffs are not rendered by default.

703 changes: 703 additions & 0 deletions docs/_modules/pixSED/catalogues.html

Large diffs are not rendered by default.

1,457 changes: 1,457 additions & 0 deletions docs/_modules/pixSED/filters.html

Large diffs are not rendered by default.

3,221 changes: 3,221 additions & 0 deletions docs/_modules/pixSED/misc/cigaleModules.html

Large diffs are not rendered by default.

1,201 changes: 1,201 additions & 0 deletions docs/_modules/pixSED/misc/enum.html

Large diffs are not rendered by default.

679 changes: 679 additions & 0 deletions docs/_modules/pixSED/misc/misc.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

770 changes: 566 additions & 204 deletions docs/_modules/SED/outputs.html → docs/_modules/pixSED/outputs.html

Large diffs are not rendered by default.

597 changes: 597 additions & 0 deletions docs/_modules/pixSED/photometry.html

Large diffs are not rendered by default.

1,559 changes: 991 additions & 568 deletions docs/_modules/SED/sed.html → docs/_modules/pixSED/sed.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/_sources/API/catalogues.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Catalogue classes

.. _Table.write(): https://docs.astropy.org/en/stable/api/astropy.table.Table.html#astropy.table.Table.write

.. automodule:: SED.catalogues
.. automodule:: pixSED.catalogues
:members:
:private-members:
:show-inheritance:
2 changes: 1 addition & 1 deletion docs/_sources/API/filters.rst.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Filter classes
==============

.. automodule:: SED.filters
.. automodule:: pixSED.filters
:members:
:private-members:
:show-inheritance:
53 changes: 53 additions & 0 deletions docs/_sources/API/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,63 @@ API
===

.. toctree::
:hidden:

catalogues
filters
misc/index
outputs
photometry
sed

.. grid:: 2

.. grid-item::

.. card:: Catalogues
:link: catalogues
:link-type: doc

Documentation related to :py:class:`~.Catalogue` class and sub-classes.

.. grid-item::

.. card:: Filters
:link: filters
:link-type: doc

Documentation related to :py:class:`~.Filter` and :py:class:`~.FilterList` classes.

.. grid-item::

.. card:: Miscellaneous
:link: misc/index
:link-type: doc

Documentation related to various misc module.

.. grid-item::

.. card:: Outputs
:link: outputs
:link-type: doc

Documentation related to :py:class:`~.Output` class and sub-classes.

.. grid-item::

.. card:: Photometry
:link: photometry
:link-type: doc

Documentation related to various functions related to photometric conversions defined in :py:mod:`~pixSED.photometry`.

.. grid-item::

.. card:: Sed objects
:link: sed
:link-type: doc

Documentation related to :py:class:`~.SED` class and sub-classes.


60 changes: 60 additions & 0 deletions docs/_sources/API/misc/cigaleModules/SFH.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
Star formation histories
========================

.. tab-set::

.. tab-item:: Base class

.. autoclass:: pixSED.misc.cigaleModules.SFHmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Two exponential

.. autoclass:: pixSED.misc.cigaleModules.SFH2EXPmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Delayed

.. autoclass:: pixSED.misc.cigaleModules.SFHDELAYEDmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Delayed BQ

.. autoclass:: pixSED.misc.cigaleModules.SFHDELAYEDBQmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: From file

.. autoclass:: pixSED.misc.cigaleModules.SFHFROMFILEmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Periodic

.. autoclass:: pixSED.misc.cigaleModules.SFHPERIODICmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Buat

.. autoclass:: pixSED.misc.cigaleModules.SFH_BUATmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:
20 changes: 20 additions & 0 deletions docs/_sources/API/misc/cigaleModules/SFH_quench.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Star formation history quenching modules
========================================

.. tab-set::

.. tab-item:: Smooth quenching

.. autoclass:: pixSED.misc.cigaleModules.SFH_QUENCHING_SMOOTHmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Truncated quenching

.. autoclass:: pixSED.misc.cigaleModules.SFH_QUENCHING_TRUNKmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:
27 changes: 27 additions & 0 deletions docs/_sources/API/misc/cigaleModules/SSP.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Single stellar populations
==========================
.. tab-set::

.. tab-item:: Base class

.. autoclass:: pixSED.misc.cigaleModules.SSPmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Bruzual & Charlot (2003)

.. autoclass:: pixSED.misc.cigaleModules.BC03module
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Maraston et al. (2005)

.. autoclass:: pixSED.misc.cigaleModules.M2005module
:special-members: __str__
:members:
:private-members:
:show-inheritance:
52 changes: 52 additions & 0 deletions docs/_sources/API/misc/cigaleModules/dust_attenuation.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
Dust attenuation
================

.. tab-set::

.. tab-item:: Base class

.. autoclass:: pixSED.misc.cigaleModules.ATTENUATIONmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Powerlaw

.. autoclass:: pixSED.misc.cigaleModules.DUSTATT_POWERLAWmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Two powerlaws

.. autoclass:: pixSED.misc.cigaleModules.DUSTATT_2POWERLAWSmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Calzetti et al. (2000)

.. autoclass:: pixSED.misc.cigaleModules.DUSTATT_CALZLETTImodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Charlot & Fall (2000)

.. autoclass:: pixSED.misc.cigaleModules.DUSTATT_MODIFIED_CF00module
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Starburst

.. autoclass:: pixSED.misc.cigaleModules.DUSTATT_MODIFIED_STARBURSTmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:
68 changes: 68 additions & 0 deletions docs/_sources/API/misc/cigaleModules/dust_emission.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
Dust emission
=============

.. tab-set::

.. tab-item:: Base class

.. autoclass:: pixSED.misc.cigaleModules.DUSTmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Modified black body

.. autoclass:: pixSED.misc.cigaleModules.MBBmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Schreiber et al. (2016)

.. autoclass:: pixSED.misc.cigaleModules.SCHREIBERmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Casey et al. (2012)

.. autoclass:: pixSED.misc.cigaleModules.CASEYmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Dale et al. (2014)

.. autoclass:: pixSED.misc.cigaleModules.DALEmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Draine & Li (2007)

.. autoclass:: pixSED.misc.cigaleModules.DL07module
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Draine et al. (2014)

.. autoclass:: pixSED.misc.cigaleModules.DL14module
:special-members: __str__
:members:
:private-members:
:show-inheritance:

.. tab-item:: Themis

.. autoclass:: pixSED.misc.cigaleModules.THEMISmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:
52 changes: 52 additions & 0 deletions docs/_sources/API/misc/cigaleModules/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
Modules for Cigale_
===================

.. toctree::
:hidden:

SFH
SFH_quench
SSP
nebular
dust_attenuation
dust_emission

.. grid:: 2

.. grid-item::

.. card:: Star formation histories
:link: SFH
:link-type: doc

Documentation related to :py:class:`~pixSED.misc.cigaleModules.SFHmodule` class and sub-classes.

.. card:: Star formation history quenching modules
:link: SFH_quench
:link-type: doc

Documentation related to specific syb-classes of :py:class:`~pixSED.misc.cigaleModules.SSPmodule` that quench star-formation in other modules.

.. card:: Single stellar populations
:link: SSP
:link-type: doc

Documentation related to :py:class:`~pixSED.misc.cigaleModules.SSPmodule` class and sub-classes.

.. card:: Nebular emission
:link: nebular
:link-type: doc

Documentation related to :py:class:`~pixSED.misc.cigaleModules.NEBULARmodule` class.

.. card:: Dust attenuation
:link: dust_attenuation
:link-type: doc

Documentation related to :py:class:`~pixSED.misc.cigaleModules.ATTENUATIONmodule` class and sub-classes.

.. card:: Dust emission
:link: dust_emission
:link-type: doc

Documentation related to :py:class:`~pixSED.misc.cigaleModules.DUSTmodule` class and sub-classes.
8 changes: 8 additions & 0 deletions docs/_sources/API/misc/cigaleModules/nebular.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Nebular emission
================

.. autoclass:: pixSED.misc.cigaleModules.NEBULARmodule
:special-members: __str__
:members:
:private-members:
:show-inheritance:
2 changes: 1 addition & 1 deletion docs/_sources/API/misc/enum.rst.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Enumeration classes
===================

.. automodule:: SED.misc.enum
.. automodule:: pixSED.misc.enum
:special-members: __str__
:members:
:private-members:
Expand Down
Loading

0 comments on commit 91bd1b0

Please sign in to comment.