|
1 | 1 | # InferenceSDK Documentation |
2 | 2 |
|
3 | | -```{attention} |
4 | | -WIP |
5 | | -``` |
| 3 | +## Python API Reference |
| 4 | + |
| 5 | +::::{grid} 1 2 2 3 |
| 6 | +:margin: 1 1 0 0 |
| 7 | +:gutter: 1 |
| 8 | + |
| 9 | +:::{grid-item-card} {octicon}`plug` Adapters |
| 10 | +:link: ./python/adapters/index |
| 11 | +:link-type: doc |
| 12 | + |
| 13 | +Adapters description[todo] |
| 14 | +::: |
| 15 | + |
| 16 | +:::{grid-item-card} {octicon}`dependabot` Models |
| 17 | +:link: ./python/models/index |
| 18 | +:link-type: doc |
| 19 | + |
| 20 | +Models description[todo] |
| 21 | +::: |
| 22 | + |
| 23 | +:::{grid-item-card} {octicon}`git-compare` Pipelines |
| 24 | +:link: ./python/pipelines/index |
| 25 | +:link-type: doc |
| 26 | + |
| 27 | +Pipelines description[todo] |
| 28 | +::: |
| 29 | + |
| 30 | +:::{grid-item-card} {octicon}`versions` Tilers |
| 31 | +:link: ./python/tilers/index |
| 32 | +:link-type: doc |
| 33 | + |
| 34 | +Tilers description[todo] |
| 35 | +::: |
| 36 | + |
| 37 | +:::: |
| 38 | + |
| 39 | +## C++ API Reference |
| 40 | + |
| 41 | +::::{grid} 1 2 2 3 |
| 42 | +:margin: 1 1 0 0 |
| 43 | +:gutter: 1 |
| 44 | + |
| 45 | +:::{grid-item-card} {octicon}`plug` Adapters |
| 46 | +:link: ./cpp/adapters/index |
| 47 | +:link-type: doc |
| 48 | + |
| 49 | +Adapters description[todo] |
| 50 | +::: |
| 51 | + |
| 52 | +:::{grid-item-card} {octicon}`dependabot` Models |
| 53 | +:link: ./cpp/models/index |
| 54 | +:link-type: doc |
| 55 | + |
| 56 | +Models description[todo] |
| 57 | +::: |
| 58 | + |
| 59 | +:::{grid-item-card} {octicon}`versions` Tilers |
| 60 | +:link: ./cpp/tilers/index |
| 61 | +:link-type: doc |
| 62 | + |
| 63 | +Tilers description[todo] |
| 64 | +::: |
| 65 | + |
| 66 | +:::{grid-item-card} {octicon}`tools` Utils |
| 67 | +:link: ./cpp/utils/index |
| 68 | +:link-type: doc |
| 69 | + |
| 70 | +Pipelines description[todo] |
| 71 | +::: |
| 72 | + |
| 73 | +:::: |
| 74 | + |
| 75 | +```{toctree} |
| 76 | +:caption: Python Reference |
| 77 | +:hidden: |
6 | 78 |
|
7 | | -```{eval-rst} |
8 | | -.. doxygenindex:: |
9 | | - :project: InferenceSDK |
10 | | - :path: ... |
11 | | - :outline: |
12 | | - :no-link: |
13 | | - :allow-dot-graphs: |
| 79 | +python/index |
14 | 80 | ``` |
15 | 81 |
|
16 | | -```{eval-rst} |
17 | | -.. automodule:: model_api.models |
18 | | - :members: |
19 | | - :undoc-members: |
20 | | - :show-inheritance: |
| 82 | +```{toctree} |
| 83 | +:caption: C++ Reference |
| 84 | +:hidden: |
21 | 85 |
|
| 86 | +cpp/index |
22 | 87 | ``` |
0 commit comments