Skip to content

Commit

Permalink
docs: add new console fields to config documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Apr 16, 2020
1 parent 6d9c90c commit b606ad8
Showing 1 changed file with 29 additions and 6 deletions.
35 changes: 29 additions & 6 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,35 @@ Compiler settings. See :ref:`compiler settings<compile_settings>` for more infor
- zeppelin=/usr/local/lib/open-zeppelin/contracts/
- github.com/ethereum/dapp-bin/=/usr/local/lib/dapp-bin/
Console
-------

.. py:attribute:: show_colors
Enable or disable colorful output.

default value: ``true``

.. py:attribute:: color_style
Set the Pygments `color style <https://pygments.org/docs/styles/#getting-a-list-of-available-styles>`_ used within the console and throughout Brownie.

You can view a gallery of popular styles `here <https://help.farbox.com/pygments.html>`_.

default value: ``monokai``

.. py:attribute:: auto_suggest
Enable or disable type hints for contract function inputs.

default value: ``true``

.. py:attribute:: completions
Enable or disable autocompletion.

default value: ``true``

.. _config-hypothesis:

Hypothesis
Expand All @@ -129,12 +158,6 @@ Other Settings

default value: ``false``

.. py:attribute:: show_colors
Enable or disable colorful console output.

default value: ``true``

.. py:attribute:: dependencies
A list of packages that a project depends on. Brownie will attempt to install all listed dependencies prior to compiling the project.
Expand Down

0 comments on commit b606ad8

Please sign in to comment.