diff --git a/docs/README.md b/docs/README.md index 36a8bf9..9eb0642 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/api/commands.md b/docs/api/commands.md new file mode 100644 index 0000000..d7677ce --- /dev/null +++ b/docs/api/commands.md @@ -0,0 +1,3 @@ +# cli.commands + +::: mirascope.cli.commands diff --git a/docs/api/constants.md b/docs/api/constants.md new file mode 100644 index 0000000..e1c8906 --- /dev/null +++ b/docs/api/constants.md @@ -0,0 +1,3 @@ +# cli.constants + +::: mirascope.cli.constants diff --git a/docs/api/generic.md b/docs/api/generic.md new file mode 100644 index 0000000..4a10662 --- /dev/null +++ b/docs/api/generic.md @@ -0,0 +1,3 @@ +# cli.generic + +::: mirascope.cli.generic diff --git a/docs/api/index.md b/docs/api/index.md new file mode 100644 index 0000000..09b5d82 --- /dev/null +++ b/docs/api/index.md @@ -0,0 +1,3 @@ +# cli + +::: mirascope.cli diff --git a/docs/api/schemas.md b/docs/api/schemas.md new file mode 100644 index 0000000..679d516 --- /dev/null +++ b/docs/api/schemas.md @@ -0,0 +1,3 @@ +# cli.schemas + +::: mirascope.cli.schemas diff --git a/docs/api/utils.md b/docs/api/utils.md new file mode 100644 index 0000000..94fbbfe --- /dev/null +++ b/docs/api/utils.md @@ -0,0 +1,3 @@ +# cli.utils + +::: mirascope.cli.utils