Skip to content

Commit

Permalink
no docs on sunpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Oct 16, 2024
1 parent c891ab9 commit 7fcc337
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ The following, for example, only downloads the first file of the request:
.. code-block:: python
>>> export_request.download(out_dir, index=0) # doctest: +REMOTE_DATA
record url download
0 hmi.V_45s[2016.04.01_00:00:00_TAI][2]{Dopplerg... http://jsoc.stanford.edu/SUM58/D803708321/S000... ...
Being a direct ``as-is`` export, there are no keyword data written to any FITS headers.
If you need keyword data added to the headers, you have to use the ``fits`` export protocol instead, which is described below.
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ commands =
--cov-config={toxinidir}/.coveragerc \
online: --timeout=120 \
online,sunpy: --remote-data=any \
{toxinidir}/docs \
!sunpy: {toxinidir}/docs \
{posargs}

[testenv:codestyle]
Expand Down

0 comments on commit 7fcc337

Please sign in to comment.