Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanchengyan committed Jul 28, 2024
1 parent 165cc10 commit 3c68968
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/source/user_guide/parse_urls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This function parses URLs from a given file, which only contains URLs.

.. tip::

this function is only useful when the file only contains URLs (one column).
This function is only useful when the file only contains URLs (one column).
If the file contains multiple columns, you are suggested to use ``pandas``
to read the file.

Expand Down Expand Up @@ -61,3 +61,11 @@ Example:
Found 357 urls, 2903 urls in total
.. currentmodule:: data_downloader.services


.. tip::

This function is used to parse URLs for the :class:`LiCSARService` and
:class:`SentinelOrbit` services. For more details, you can refer to the
source code of these services.

0 comments on commit 3c68968

Please sign in to comment.