Skip to content

Commit

Permalink
Add iframe for test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 4, 2024
1 parent 289f846 commit 5d02ba1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ initialize the client when performing a query.
client = NBIAClient()
client.getCollections(prefix='TCGA')
.. raw:: html

<iframe src="_static/test_setup.html" width="100%" height="100%"></iframe>

.. tab:: Your Account

.. code-block:: python
Expand All @@ -48,9 +52,10 @@ initialize the client when performing a query.
client = NBIAClient(username = "<USERNAME>", password = "<PASSWORD>")
client.getCollections(prefix='TCGA')
.. raw:: html
.. raw:: html

<iframe src="_static/test_setup.html" width="100%" height="100%"></iframe>

<iframe src="_static/test_setup.html" width="100%" height="100%"></iframe>

Logging
^^^^^^^
Expand Down

0 comments on commit 5d02ba1

Please sign in to comment.