Skip to content

Commit

Permalink
Merge 92a23e6 into c9f8680
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMellyBee committed Apr 7, 2022
2 parents c9f8680 + 92a23e6 commit abcaba7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ Install our library in a Python 3.6+ environment.
pip install whylogs
Demo CLI
#######################
Our demo CLI will walk you through setting up a whylogs project.

.. code-block:: bash
whylogs-demo init
Configuration
===================
Expand Down Expand Up @@ -79,7 +72,7 @@ Loggers log statistical information about your data. They have the following par

For more information, see the `documentation <https://whylogs.readthedocs.io/en/latest/autoapi/whylogs/app/logger/index.html>`_ for the logger class.

`This example code <https://whylogs.readthedocs.io/en/latest/auto_examples/configure_logger.html>`_ uses logger options to control the output location.
`This example code <https://github.com/whylabs/whylogs/blob/mainline/examples/configure_logger.py>`_ uses logger options to control the output location.

Configure a Writer
########################
Expand Down

0 comments on commit abcaba7

Please sign in to comment.