Skip to content

Commit

Permalink
Replace all 'hint' admonitions with 'tip'.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Nov 5, 2020
1 parent 778e31a commit a9c57c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/intro/install_conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This is the recommended method for users on shared systems and systems where the

The verdi daemon(s) must be restarted after a system reboot.

.. hint::
.. tip::

Do not start more daemons then there are physical processors on your system.

Expand Down
6 changes: 3 additions & 3 deletions docs/source/intro/install_system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ This is the *recommended* installation method to setup AiiDA on a personal lapto
#. Install RabbitMQ following the `instructions applicable to your system <https://www.rabbitmq.com/download.html>`__.
#. Install PostgreSQL following the `instructions applicable to your system <https://www.postgresql.org/download/>`__.

.. hint::
.. tip::

Alternatively use the :ref:`pure conda installation method <intro:get_started:conda-install>`.

Expand All @@ -153,7 +153,7 @@ This is the *recommended* installation method to setup AiiDA on a personal lapto
(aiida) $ pip install aiida-core
(aiida) $ reentry scan
.. hint::
.. tip::

See the `venv documentation <https://docs.python.org/3/library/venv.html>`__ if the activation command fails.
The exact command for activating a virtual environment differs slightly based on the used shell.
Expand Down Expand Up @@ -228,7 +228,7 @@ This is the *recommended* installation method to setup AiiDA on a personal lapto

The verdi daemon(s) must be restarted after a system reboot.

.. hint::
.. tip::

Do not start more daemons then there are physical processors on your system.

Expand Down

0 comments on commit a9c57c6

Please sign in to comment.