-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Various docs fixes * Fix import issue * Add pylegendtestdata to docs requirements (for notebooks) * Install pandoc on GitHub action runners * Remove problematic "language" setting in Sphinx conf * Update docstrings --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
044f369
commit 2d6e7f8
Showing
27 changed files
with
441 additions
and
106 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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
__pycache__/ | ||
*.py[cod] | ||
*$py.class | ||
*.lh5 | ||
|
||
# C extensions | ||
*.so | ||
|
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
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,10 +1,43 @@ | ||
Welcome to lgdo's documentation! | ||
========================================== | ||
LEGEND Data Objects | ||
=================== | ||
|
||
Table of Contents | ||
----------------- | ||
|legend-pydataobj| is a Python implementation of the `LEGEND Data Format Specification <1_>`_. | ||
|
||
Getting started | ||
--------------- | ||
|
||
|legend-pydataobj| is published on the `Python Package Index <2_>`_. Install on | ||
local systems with `pip <3_>`_: | ||
|
||
.. tab:: Stable release | ||
|
||
.. code-block:: console | ||
$ pip install legend-pydataobj | ||
.. tab:: Unstable (``main`` branch) | ||
|
||
.. code-block:: console | ||
$ pip install legend-pydataobj@git+https://github.com/legend-exp/legend-pydataobj@main | ||
.. tab:: Linux Containers | ||
|
||
Get a LEGEND container with |legend-pydataobj| pre-installed on `Docker hub | ||
<https://hub.docker.com/r/legendexp/legend-software>`_ or follow | ||
instructions on the `LEGEND wiki | ||
<https://legend-exp.atlassian.net/l/cp/nF1ww5KH>`_. | ||
|
||
Next steps | ||
---------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
tutorials | ||
Package API reference <api/modules> | ||
|
||
.. _1: https://legend-exp.github.io/legend-data-format-specs | ||
.. _2: https://pypi.org/project/legend-pydataobj | ||
.. _3: https://pip.pypa.io/en/stable/getting-started | ||
.. |legend-pydataobj| replace:: *legend-pydataobj* |
Oops, something went wrong.