Skip to content

Commit 367b211

Browse files
committed
Adding vamdclib dependency to the docs and packaging
1 parent 679258b commit 367b211

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ full functionality of the `~astroquery.cds` module:
9898
* `astropy-healpix <http://astropy-healpix.readthedocs.io/en/latest/>`_
9999
* `regions <https://astropy-regions.readthedocs.io/en/latest/>`_
100100
* `mocpy <https://cds-astro.github.io/mocpy/>`_ >= 0.5.2
101+
* `vamdclib <https://github.com/VAMDC/vamdclib/>`_ install version from
102+
personal fork: ``pip install git+https://github.com/keflavich/vamdclib-1.git``
101103

102104
The following packages are optional dependencies and are required for the
103105
full functionality of the `~astroquery.mast` module:

docs/vamdc/vamdc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Getting Started
1212
The astroquery vamdc interface requires vamdclib_. The documentation is sparse
1313
to nonexistent, but installation is straightforward::
1414

15-
pip install https://github.com/keflavich/vamdclib/archive/master.zip
15+
pip install git+https://github.com/keflavich/vamdclib-1.git
1616

1717
This is the personal fork of the astroquery maintainer that includes astropy's
1818
setup helpers on top of the vamdclib infrastructure. If the infrastructure is
@@ -41,4 +41,4 @@ Reference/API
4141
.. automodapi:: astroquery.vamdc
4242
:no-inheritance-diagram:
4343

44-
.. _vamdclib: http://vamdclib.readthedocs.io/en/latest/
44+
.. _vamdclib: http://vamdclib.readthedocs.io/en/latest/

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ all=
146146
astropy-healpix
147147
boto3
148148
regions
149+
vamdclib @ git+https://github.com/keflavich/vamdclib-1.git
149150
# aplpy is not py39 compatible (it requires shapely that doesn't compile
150151
# pyregion is not py39 compatible
151152
all_lt_39=
@@ -155,3 +156,4 @@ all_lt_39=
155156
astropy-healpix
156157
aplpy
157158
boto3
159+
vamdclib @ git+https://github.com/keflavich/vamdclib-1.git

0 commit comments

Comments
 (0)