Skip to content

Commit d7c153c

Browse files
committed
example7
1 parent 31cc628 commit d7c153c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/source/tutorial/installation.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,16 @@ Create a file named ``config.ini`` and structure it as follows:
7878
.. email = 'your-email@example.com'
7979
.. api_key = 'your-secret-api-key'
8080
.. code-block:: python
81-
:linenos:
8281
import configparser
8382
import moabdb as mdb
84-
83+
8584
**Using Credentials from the Config File in Python**
8685

8786
With an API key and subscription, intraday data is available.
8887
To access intraday data, you must first retrieve your
8988
credentials from the config file and then login with your API key:
9089

9190
.. code-block:: python
92-
:linenos:
9391
import configparser
9492
import moabdb as mdb
9593

0 commit comments

Comments
 (0)