Skip to content

Commit

Permalink
Add pykitops to the docs site (#654)
Browse files Browse the repository at this point in the history
* Add pykitops to the docs site

* Update pykitops.md
  • Loading branch information
javisperez authored Dec 11, 2024
1 parent 89484c9 commit 3de74c3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ export default defineConfig({
{ text: 'Format', link: '/docs/kitfile/format' }
]
},
{
text: 'Python Library',
items: [
{ text: 'Overview', link: '/docs/pykitops.html' },
{ text: 'How-to Guides', link: '/docs/pykitops/how-to-guides.html' },
{ text: 'Reference', link: '/docs/pykitops/reference.html' },
]
},
{
text: 'CLI',
items: getSidebarItemsFromMdFiles('docs/cli', {
Expand Down
7 changes: 7 additions & 0 deletions docs/src/docs/pykitops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# KitOps Python Library

This site contains the project documentation for the PyKitOps SDK project - a python library for working with [KitOps' ModelKits](https://kitops.ml) in code.

The KitOps Python library is an open source project hosted on [GitHub](https://github.com/jozu-ai/pykitops/).

<!--@include: pykitops/before-you-begin.md-->
11 changes: 11 additions & 0 deletions docs/src/docs/pykitops/reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!--@include: ./reference/index.md-->

<!--@include: ./reference/kit.md-->

<!--@include: ./reference/kitfile.md-->

<!--@include: ./reference/manager.md-->

<!--@include: ./reference/reference.md-->

<!--@include: ./reference/user.md-->

0 comments on commit 3de74c3

Please sign in to comment.