Skip to content

Commit

Permalink
docs: update download methods call graph
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Jul 28, 2023
1 parent 1f7db56 commit 04288c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Binary file modified docs/_static/download_methods.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 10 additions & 6 deletions docs/plugins_reference/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ Download plugins must inherit the following class and implement :meth:`download`
.. autoclass:: eodag.plugins.download.base.Download
:members:

Here is a graph showing how download methods are called from API to plugin:

.. image:: ../_static/download_methods.png
:alt: Download methods call graph
:class: no-scaled-link

This table lists all the download plugins currently available:

.. autosummary::
Expand All @@ -24,6 +18,16 @@ This table lists all the download plugins currently available:
eodag.plugins.download.aws.AwsDownload
eodag.plugins.download.s3rest.S3RestDownload

---------------------------
Download methods call graph
---------------------------

Here is a graph showing how download methods are called from API to plugin:

.. image:: ../_static/download_methods.png
:alt: Download methods call graph
:class: no-scaled-link

-------------
Progress bars
-------------
Expand Down

0 comments on commit 04288c0

Please sign in to comment.