From b4ff05f52f8152f634624e429aae093d092f0737 Mon Sep 17 00:00:00 2001 From: aecelaya Date: Sat, 30 Mar 2024 11:27:33 -0500 Subject: [PATCH] Bug fix for building docs --- docs/getting_started.md | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 5d11197..90b3475 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -4,31 +4,8 @@ Getting Started Installation ------------ -To use Lumache, first install it using pip: +To use MIST, first install it using pip: ```console -(.venv) $ pip install lumache -``` - -Creating recipes ----------------- - -To retrieve a list of random ingredients, you can use the -`lumache.get_random_ingredients()` function: - -::: lumache.get_random_ingredients - options: - show_root_heading: true - -
- -The `kind` parameter should be either `"meat"`, `"fish"`, or `"veggies"`. -Otherwise, [`get_random_ingredients`][lumache.get_random_ingredients] will raise an exception [`lumache.InvalidKindError`](/api#lumache.InvalidKindError). - -For example: - -```python ->>> import lumache ->>> lumache.get_random_ingredients() -['shells', 'gorgonzola', 'parsley'] +pip install mist-medical ``` \ No newline at end of file