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

Pub/Sub client #6

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Expand Up @@ -28,3 +28,13 @@ repos:
- mdformat-gfm
- mdformat-toc
- mdformat-web
- repo: https://github.com/pycqa/isort
rev: 5.6.4
hooks:
- id: isort
args: ["--profile", "black", "--filter-files", "--force-sort-within-sections"]
# - repo: https://github.com/pycqa/flake8
# rev: 4.0.1
# hooks:
# - id: flake8
# additional_dependencies: [flake8-docstrings]
11 changes: 8 additions & 3 deletions README.md
@@ -1,6 +1,11 @@
.. image:: https://readthedocs.org/projects/pitt-broker/badge/?version=latest
:target: https://pitt-broker.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
:style: flat-square

# pittgoogle-client

Read the docs: [http://pittgoogle-client.rtfd.io/](http://pittgoogle-client.rtfd.io/).

This is the client package for the
[Pitt-Google astronomical alert broker](https://pitt-broker.readthedocs.io/en/latest/index.html).
It contains tools for interacting with Pitt-Google Broker data resources.
Read the docs at [http://pittgoogle-client.rtfd.io/](http://pittgoogle-client.rtfd.io/).
[Pitt-Google astronomical alert broker](https://pitt-broker.rtfd.io/).
80 changes: 0 additions & 80 deletions conda_env.yml

This file was deleted.

1 change: 1 addition & 0 deletions docs/requirements.txt
@@ -1,6 +1,7 @@
# packages to support building docs
docutils<0.17 # render lists properly
myst-parser
numpydoc
sphinx
sphinx-copybutton
sphinx_autodoc_typehints
Expand Down
126 changes: 0 additions & 126 deletions docs/source/access-data/data-overview.rst

This file was deleted.