Fix documentation errors/warnings

* Fix indentation
* Add blank line between function description and parameter list
This commit is contained in:
Christoph Erhardt 2022-06-20 23:40:15 +02:00
parent 8af6302c81
commit 522a65d5ec
2 changed files with 2 additions and 1 deletions

View File

@ -531,7 +531,7 @@ i3wm
the `i3-ipc` workspace object corresponding to this workspace.
Contains string attributes ``name`` and ``output``, as well as boolean
attributes for ``visible``, ``urgent`` and ``focused``. Currently only
provided by the :py:func:`powerline.listers.i3wm.workspace_lister` lister.
provided by the :py:func:`powerline.listers.i3wm.workspace_lister` lister.
Segment class
=============

View File

@ -21,6 +21,7 @@ def environment(pl, segment_info, variable=None):
@requires_segment_info
def virtualenv(pl, segment_info, ignore_venv=False, ignore_conda=False, ignored_names=("venv", ".venv")):
'''Return the name of the current Python or conda virtualenv.
:param list ignored_names:
Names of venvs to ignore. Will then get the name of the venv by ascending to the parent directory
:param bool ignore_venv: