Skip to content

Commit

Permalink
docs: switch quickstart note to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nodegard committed Sep 4, 2024
1 parent 32f224d commit 822f17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Instantiate a new client from a configuration file
--------------------------------------------------
Use this code to instantiate a client using a configuration file in order to execute API calls to Cognite Data Fusion (CDF).

.. note::
.. warning::
How you read in the configuration file is up to you as the :ref:`CogniteClient <class_client_CogniteClient>` load method
accepts both a dictionary and a YAML/JSON string. So for the purposes of this example, we will use the yaml library to read in a yaml file and
substitute environment variables in the file string to ensure that sensitive information is not stored in the file.
Expand Down

0 comments on commit 822f17a

Please sign in to comment.