Skip to content

Commit

Permalink
Update users.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
alur2191 committed Mar 13, 2022
1 parent dc6a59c commit 653bfe3
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions docs/source/users.rst
Original file line number Diff line number Diff line change
@@ -1,44 +1,18 @@
Для Пользователей
=====

.. _installation:

Зарегистрировать Аккаунт
-------------------------

To use Lumache, first install it using pip:

.. code-block:: console
(.venv) $ pip install lumache

Поисковые Фильтры
----------------------

To use Lumache, first install it using pip:

.. code-block:: console

Сохранить Объявление
---------------------

To retrieve a list of random ingredients,
you can use the ``lumache.get_random_ingredients()`` function:

.. autofunction:: lumache.get_random_ingredients

The ``kind`` parameter should be either ``"meat"``, ``"fish"``,
or ``"veggies"``. Otherwise, :py:func:`lumache.get_random_ingredients`
will raise an exception.

.. autoexception:: lumache.InvalidKindError

For example:

>>> import lumache
>>> lumache.get_random_ingredients()
['shells', 'gorgonzola', 'parsley']


Пожаловаться на объявление
---------------------

0 comments on commit 653bfe3

Please sign in to comment.