Skip to content

Commit

Permalink
Getting Started documentation maintence (#522)
Browse files Browse the repository at this point in the history
* Removes the demo init from the getting statrted docs.
* Updates the logging link to the correct example code in github
  • Loading branch information
TheMellyBee committed Apr 8, 2022
1 parent c9f8680 commit 79039ca
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 79039ca

Please sign in to comment.