From 653bfe3e7965e89984606d038273f7155cd76c37 Mon Sep 17 00:00:00 2001 From: Akmal <89033896+dandavisjs@users.noreply.github.com> Date: Sun, 13 Mar 2022 00:24:11 -0800 Subject: [PATCH] Update users.rst --- docs/source/users.rst | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/docs/source/users.rst b/docs/source/users.rst index cd76cd8..f6acbf1 100644 --- a/docs/source/users.rst +++ b/docs/source/users.rst @@ -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'] - Пожаловаться на объявление ---------------------