Skip to content

Commit 9bea166

Browse files
committed
login_gui method removed from docs
1 parent 11c9c83 commit 9bea166

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

docs/esa/jwst.rst

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ To remove asynchronous
651651
-----------------------
652652

653653
Authenticated users are able to access to TAP+ capabilities (shared tables, persistent jobs, etc.)
654-
In order to authenticate a user, ``login``, ``login_gui`` or ``login_token_gui`` methods must be called. After a successful
654+
In order to authenticate a user, ``login`` method must be called. After a successful
655655
authentication, the user will be authenticated until ``logout`` method is called.
656656

657657
All previous methods (``query_object``, ``cone_search``, ``load_table``, ``load_tables``, ``launch_job``) explained for
@@ -667,18 +667,6 @@ The main differences are:
667667
2.1. Login/Logout
668668
~~~~~~~~~~~~~~~~~
669669

670-
Using the graphic interface:
671-
672-
673-
*Note: Tkinter module is required to use login_gui method.*
674-
675-
.. code-block:: python
676-
677-
>>> from astroquery.esa.jwst import Jwst
678-
>>> from astroquery.esa.jwst import Jwst
679-
>>> Jwst.login_gui()
680-
681-
682670
Using the command line:
683671

684672
.. code-block:: python

0 commit comments

Comments
 (0)