Skip to content

Commit

Permalink
docs: update readme installation and add api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willbakst committed Apr 17, 2024
1 parent 608fd1f commit 7b77e5e
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pip install mirascope-cli
If you're using the `mirascope` package, you can also install the CLI as an extra dependency:

```shell
pip install mirascope[mirascope-cli] # just the mirascope-cli
pip install mirascope[all] # all optional dependencies
pip install mirascope[cli] # just the mirascope-cli
pip install mirascope[all] # all optional dependencies
```

## The prompt management environment
Expand Down
3 changes: 3 additions & 0 deletions docs/api/commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cli.commands

::: mirascope.cli.commands
3 changes: 3 additions & 0 deletions docs/api/constants.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cli.constants

::: mirascope.cli.constants
3 changes: 3 additions & 0 deletions docs/api/generic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cli.generic

::: mirascope.cli.generic
3 changes: 3 additions & 0 deletions docs/api/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cli

::: mirascope.cli
3 changes: 3 additions & 0 deletions docs/api/schemas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cli.schemas

::: mirascope.cli.schemas
3 changes: 3 additions & 0 deletions docs/api/utils.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cli.utils

::: mirascope.cli.utils

0 comments on commit 7b77e5e

Please sign in to comment.