Skip to content

Commit

Permalink
more general doc updates
Browse files Browse the repository at this point in the history
more general doc updates
  • Loading branch information
mschwamb committed Jan 28, 2025
1 parent aea1b0b commit 4c9e085
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "sorcha_addons"
copyright = "2023, Meg Schwamb"
author = "Meg Schwamb"
copyright = "2025, Sorcha Team"
author = "Sorcha Team"
release = version("sorcha_addons")
# for example take major/minor
version = ".".join(release.split(".")[:2])
Expand Down
2 changes: 2 additions & 0 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _contributing:

Contribution guide
==================

Expand Down
24 changes: 21 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
Welcome to Sorcha's community utilities documentation!
Welcome to Sorcha's Add-ons documentation!
======================================================

Sorcha Community Utils is a collection of plugins for Sorcha that can be used to
model changes to the magnitude of objects in the solar system simulation.
``Sorcha Add-ons`` is a collection of plugins that can be used to
model changes to the apparent magnitude (modeling effects of cometary activity or rotational light curve effects) for objects simulated in the ``Sorcha`` Solar System simulator.

``Sorcha`` (pronounced "surk-ha") is an open-source Solar System survey simulator written in Python. ``Sorcha`` means light or brightness in Irish and Scots Gaelic. Sorcha estimates the brightness of simulated Solar System small bodies and determines which ones the survey could detect in each of the survey's observations based on user set criteria. ``Sorcha`` has been designed
with the `Vera C. Rubin Observatory Legacy Survey of Space and Time (LSST) <https://rubinobservatory.org>`_
in mind. You can learn more about ``Sorcha`` `here <https://sorcha.readthedocs.io>`_.


.. note::
Contributions are very welcome. If you have a prescription for cometary activity or light curve effects for the ``Sorcha`` solar system survey simulator, we encourage you to add your code to ``Sorcha add-ons``. Further details can be found on our :ref:`contributing` page.

.. seealso::
For a more detailed description of ``Sorcha`/``Sorcha add-ons`` and` and how it works, please see `Merritt et al. (submitted) <https://www.dropbox.com/scl/fi/secetw7n0a936iynzxmau/sorcha_paper_2025_Jan_submission_version.pdf?rlkey=pbhchiattrw5bna8sfo6ljvto&dl=0>`_ and `Holman et al. (submitted) <https://www.dropbox.com/scl/fi/lz1lmua2s0yf9t9a2gpmm/sorcha_ephemeris_generation_paper.pdf?rlkey=blm9u4zbk0ci1i4lc5yqz8dbs&dl=0>`_.

.. warning::
``Sorcha`` is currently under review. The code in the repository has been validated.
We will release ``Sorcha`` and ``Sorcha add-ons`` v1.0 on PyPI and conda-forge when accepted. We ask
that if you're external to the Sorcha team that you please wait to use ``Sorcha``/``Sorcha add-ons`` in your science papers until v1.0 of each are released.



.. toctree::
:hidden:
Expand Down

0 comments on commit 4c9e085

Please sign in to comment.