-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #220 from /issues/208
Bugfix: Docs -- RTD build, RST formatting, and working-notes TOCs
- Loading branch information
Showing
89 changed files
with
639 additions
and
797 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
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,26 +1,27 @@ | ||
# # pgb-utils | ||
# apache_beam[gcp] | ||
# aplpy | ||
# astropy==3.2.1 | ||
# astropy-healpix==0.6 | ||
# beautifulsoup4==4.8 | ||
# # google-auth | ||
# # google-api-core | ||
# # google-apitools | ||
# google-cloud-bigquery | ||
# google-cloud-logging | ||
# google-cloud-pubsub | ||
# google-cloud-storage | ||
# matplotlib | ||
# numpy | ||
# pandas | ||
# tabulate | ||
# typing | ||
|
||
# Needed for building docs | ||
docutils<0.17 # render lists properly | ||
myst-parser | ||
sphinx | ||
sphinx-copybutton | ||
sphinx_autodoc_typehints | ||
sphinx_rtd_theme | ||
|
||
# Needed to build docs for broker_utils | ||
# It would be better not to duplicate this but it's is an easy way to get RTD to build, | ||
# and broker_utils really needs to be removed from this repo anyway (#158). | ||
# ---- Below here copied from broker/broker_utils/requirements.txt ---- | ||
# If you have trouble with astropy, jinja2, MarkupSafe, and/or soft_unicode | ||
# Try using a Conda environment with Python 3.7 e.g., | ||
# $ conda create -n pgb python=3.7 | ||
astropy | ||
fastavro | ||
# google-api-core | ||
google-cloud-bigquery | ||
google-cloud-logging | ||
google-cloud-storage>=1.38 | ||
google-cloud-pubsub | ||
numpy | ||
pandas | ||
PyYAML>=5.3 | ||
six>=1.15 # bigquery requires | ||
typing |
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,5 +1,5 @@ | ||
broker_utils.avro_schemas | ||
======================== | ||
========================= | ||
|
||
.. automodule:: broker.broker_utils.broker_utils.avro_schemas.load | ||
:members: |
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,6 @@ | ||
# Architecture Diagrams | ||
|
||
## Current | ||
## 2022 (now outdated) | ||
|
||
 | ||
|
||
|
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 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,78 @@ | ||
Project Notes | ||
============= | ||
|
||
This directory contains various project documents and notes for use by | ||
the developers early in the project. | ||
|
||
Directory Table of Contents | ||
---------------------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:glob: | ||
:caption: All Notes | ||
|
||
* | ||
*/* | ||
|
||
External Links and Resources | ||
---------------------------- | ||
|
||
General | ||
^^^^^^^ | ||
|
||
- Project notes: `here <./notes/>`__ | ||
- Online LSST forum for data managment (DM): | ||
`community.lsst.org/ <https://community.lsst.org/>`__ | ||
- LSST-DESC Broker Workshop talks | ||
`drive.google.com/... <https://drive.google.com/drive/folders/1sjYXbdwTID3VnzZNAkcjLbjRfpwNaO_n?usp=sharing>`__ | ||
|
||
LSST Documents | ||
^^^^^^^^^^^^^^ | ||
|
||
- Plans and Policies for alert distribution (how will community brokers | ||
be chosen?): `ls.st/LDM-612 <https://ls.st/LDM-612>`__ | ||
- Call for letters ofiIntent for community alert brokers (how do I | ||
apply to be a community broker?): | ||
`ls.st/LDM-682 <https://ls.st/LDM-682>`__ | ||
- LSST alerts: key numbers (how many? how much? how often?): | ||
`dmtn-102.lsst.io <https://dmtn-102.lsst.io>`__ | ||
- Data Products Definition Document (DPDD) (What data will LSST | ||
deliver?): `ls.st/dpdd <https://ls.st/dpdd>`__ | ||
- Prototype schemas: | ||
`github.com/lsst-dm/sample-avro-alert <https://github.com/lsst-dm/sample-avro-alert>`__ | ||
- Kafka-based alert stream: | ||
`github.com/lsst-dm/alert_stream <https://github.com/lsst-dm/alert_stream>`__ | ||
|
||
ZTF | ||
^^^ | ||
|
||
- Sample alert packets: | ||
`ztf.uw.edu/alerts/public/ <https://ztf.uw.edu/alerts/public/>`__ | ||
- Alert packet tools: `zwicky.tf/4t5 <https://zwicky.tf/4t5>`__ | ||
- Alert schema documentation: `zwicky.tf/dm5 <https://zwicky.tf/dm5>`__ | ||
- Detailed pipelines documentation: | ||
`zwicky.tf/ykv <https://zwicky.tf/ykv>`__ | ||
- PASP instrument papers: `zwicky.tf/3w9 <https://zwicky.tf/3w9>`__ | ||
|
||
Internal Resources | ||
------------------ | ||
|
||
- Meeting minutes: `Available on Google | ||
Docs <https://docs.google.com/document/d/1h6rNfFttoCKtpXUHnEfWOhzgjI6sxuSPmpTmzpz5qvw/edit#heading=h.44dh10bplhuh>`__. | ||
|
||
- Letter of Intent (LOI): `Available on | ||
Overleaf <https://www.overleaf.com/project/5c86ae8f6183b337fc5c9ec9>`__ | ||
|
||
- Competitive products survey: | ||
|
||
- `ANTARES.md <./competitive_product_survey/ANTARES.md>`__ | ||
- `Lasair.md <./competitive_product_survey/Lasair.md>`__ | ||
|
||
- Notes from the DESC broker workshop: | ||
`desc_broker_workshop.md <desc_broker_workshop.md>`__ | ||
|
||
- Cross matching: `cross_matching.md <./cross_matching.md>`__ | ||
|
||
- Tutorial to setting up Cloud Pub/Sub: | ||
`pubsub-tutorial.md <./pubsub-tutorial.md>`__ |
Oops, something went wrong.