Skip to content

Commit

Permalink
Reference custom widget guide in TerminalWriter.progress
Browse files Browse the repository at this point in the history
  • Loading branch information
DasIch committed Mar 12, 2011
1 parent d287991 commit f062313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions brownie/terminal/__init__.py
Expand Up @@ -570,6 +570,8 @@ def progress(self, description, maxsteps=None, widgets=None):
reusable if you need another object, call this method again. If you
attempt to write to the :attr:`stream` while using a progress bar the
behaviour is undefined.
.. seealso:: :ref:`creating-widgets`
"""
return ProgressBar.from_string(
description, self, maxsteps=maxsteps, widgets=None
Expand Down
2 changes: 2 additions & 0 deletions docs/guides/widgets.rst
@@ -1,3 +1,5 @@
.. _creating-widgets:

Creating Progress Bar Widgets
=============================

Expand Down

0 comments on commit f062313

Please sign in to comment.