Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions astroquery/besancon/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from besancon import *
2 changes: 1 addition & 1 deletion astroquery/besancon/besancon.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import socket
import time
import copy
from astrodata.utils import progressbar
from astroquery.utils import progressbar
import sys
import re

Expand Down
8 changes: 4 additions & 4 deletions docs/astrodata/besancon.rst → docs/astroquery/besancon.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _astrodata.besancon:
.. _astroquery.besancon:

*****************************************
Besancon Queries (`astrodata.besancon`)
Besancon Queries (`astroquery.besancon`)
*****************************************

Getting started
Expand All @@ -10,7 +10,7 @@ Getting started
The following example illustrates an Besancon catalog/image query. The API describes the
relevant keyword arguments (of which there are many) ::

>>> from astrodata import besancon
>>> from astroquery import besancon
>>> besancon_model = besancon.request_besancon('your@email.net',10.5,0.0)
>>> import astropy.io.ascii as asciitable
>>> from astropy.io.ascii import besancon as besancon_reader
Expand Down Expand Up @@ -68,5 +68,5 @@ A successful run should look something like this::
Reference/API
=============

.. automodapi:: astrodata.besancon
.. automodapi:: astroquery.besancon
:no-inheritance-diagram:
3 changes: 3 additions & 0 deletions docs/astroquery/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ This is the documentation for the affiliated package.
irsa.rst
ukidss.rst
magpis.rst
nrao.rst
simbad.rst
besancon.rst