Skip to content

Commit

Permalink
chore(docs): use admonitions consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch authored and JohnVillalovos committed Jan 8, 2022
1 parent d45b59e commit 55c67d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/cli-examples.rst
Expand Up @@ -2,9 +2,9 @@
CLI examples
############

**Notice:**
.. seealso::

For a complete list of objects and actions available, see :doc:`/cli-objects`.
For a complete list of objects and actions available, see :doc:`/cli-objects`.

List the projects (paginated):

Expand Down
2 changes: 1 addition & 1 deletion docs/cli-usage.rst
Expand Up @@ -278,7 +278,7 @@ These options must be defined before the mandatory arguments.
``--output``, ``-o``
Output format. Defaults to a custom format. Can also be ``yaml`` or ``json``.

**Notice:**
.. important::

The `PyYAML package <https://pypi.org/project/PyYAML/>`_ is required to use the yaml output option.
You need to install it explicitly using ``pip install python-gitlab[yaml]``
Expand Down

0 comments on commit 55c67d1

Please sign in to comment.