Skip to content

Commit

Permalink
Docs: add note RE feedback verbosity to start of tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed Jun 16, 2020
1 parent d8fd3c7 commit 46fda76
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,21 @@ The cf package is imported as follows:
>>> import cf
.. tip:: It is possible to change the extent to which cf outputs
feedback messages and it may be instructive to increase the
verbosity whilst working through this tutorial to see and
learn more about what cf is doing under the hood and about
the nature of the dataset being operated on. This can be done
for example by running:

.. code-block:: python
:caption: *Increase the verbosity of cf from the default.*
>>> cf.LOG_LEVEL('INFO')
See :ref:`the section on 'Logging' <Logging>` for
more information.

.. _CF-version:

CF version
Expand Down

0 comments on commit 46fda76

Please sign in to comment.