Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added DOWNLOAD_CLOUD functionality, reworked the parameter file, smaller fixes #13

Merged
merged 3 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ Usage
Contributing
============

We welcome community contributions!
**lksearch** is an open-source, community driven package.
We welcome users to contribute and develop new features for lksearch.

Guidelines TBD
For further information, please see the `Lightkurve Community guidelines <https://docs.lightkurve.org/development/contributing.html>`_.

.. <!-- Contributing content end -->

Expand All @@ -92,7 +93,11 @@ Citing

If you find **lksearch** useful in your research, please cite it and give us a GitHub star!

Citation Instructions TBD
If you use Lightkurve for work or research presented in a publication, we request the following acknowledgment or citation:

`This research made use of Lightkurve, a Python package for Kepler and TESS data analysis (Lightkurve Collaboration, 2018).`

See full citation instuctions, including dependencies, in the `Lightkurve documentation <https://docs.lightkurve.org/about/citing.html>`_.

.. <!-- Citing content end -->

Expand Down
3 changes: 3 additions & 0 deletions docs/apidoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ API documentation
:members:

.. autoclass:: lksearch.TESSSearch
:members:

.. automodule:: lksearch.config
:members:
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
sphinx-quickstart on Mon Apr 22 14:10:27 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

########
lksearch
########
Expand Down
Loading
Loading