-
Notifications
You must be signed in to change notification settings - Fork 1
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
38 changed files
with
2,000 additions
and
2,951 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,11 @@ ignore = | |
H101 | ||
N | ||
W504 | ||
|
||
E266 | ||
F401 | ||
F841 | ||
W503 | ||
|
||
per-file-ignores = | ||
*/__init__.py:E,W | ||
|
||
|
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 |
---|---|---|
|
@@ -113,3 +113,5 @@ ENV/ | |
*~ | ||
*.swp | ||
*.swo | ||
|
||
poetry.lock |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,3 @@ | ||
.. _lvmagp-changelog: | ||
|
||
========== | ||
Change Log | ||
========== | ||
|
||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,4 @@ | ||
(lvmagp-changelog)= | ||
|
||
```{include} ../../CHANGELOG.md | ||
``` |
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,35 +1,27 @@ | ||
|
||
lvmagp's documentation | ||
============================================= | ||
====================== | ||
|
||
This is the documentation for the SDSS Python product lvmagp. The current version is |lvmagp_version|. You can install the package by doing | ||
|
||
.. code-block:: console | ||
$ pip install sdss-lvmagp | ||
Contents | ||
-------- | ||
This is the documentation for the SDSS Python product lvmagp. The current version is |lvmagp_version|. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:maxdepth: 3 | ||
:hidden: | ||
|
||
What's new in lvmagp? <CHANGELOG> | ||
Introduction to lvmagp <intro> | ||
|
||
|
||
Reference | ||
--------- | ||
README <readme> | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Reference | ||
:maxdepth: 3 | ||
:hidden: | ||
|
||
api | ||
module | ||
|
||
.. toctree:: | ||
:caption: Development | ||
:maxdepth: 3 | ||
:hidden: | ||
|
||
Indices and tables | ||
------------------ | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
Changelog <changelog> | ||
GitHub Repository <https://github.com/sdss/lvmagp> | ||
Issues <https://github.com/sdss/lvmagp/issues> |
This file was deleted.
Oops, something went wrong.
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,9 @@ | ||
.. _module: | ||
|
||
Module | ||
====== | ||
|
||
.. automodule:: lvmagp.actor.commfunc | ||
: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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
(lvmagp-readme)= | ||
|
||
```{include} ../../README.md | ||
``` |
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 +1,8 @@ | ||
sphinx_bootstrap_theme~=0.4.12 | ||
sphinx-click>=3.0.2 | ||
sphinx-jsonschema>=1.16.7 | ||
myst-parser>=0.14.0 | ||
furo<=2021.6.18-beta.36 | ||
sphinx-autobuild>=2021.3.14 | ||
sphinx-copybutton>=0.3.3 | ||
scipy>=1.7.3 | ||
sdss-lvmtipo>=0.0.7 |
Oops, something went wrong.