Skip to content

Commit

Permalink
Structure changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcombessie committed Jun 3, 2023
1 parent 003eb5f commit e09f43d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
8 changes: 4 additions & 4 deletions python-client/docs/guides/installation_library/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
In order to scan your model for vulnerabilities, you'll need to install the `giskard` library with `pip`:

::::{tab-set}
:::{tab-item} Windows
:::{tab-item} Mac and Linux

```sh
pip install giskard --user
pip install giskard
```

:::

:::{tab-item} Mac and Linux
:::{tab-item} Windows

```sh
pip install giskard
pip install giskard --user
```

:::
Expand Down
15 changes: 12 additions & 3 deletions python-client/docs/tutorials/data-types/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,17 @@ tabular/index
text/index
```

## [Tabular](<project:tabular/index.md>)
::::::{grid} 1 1 2 2
:gutter: 1

## [Text](<project:text/index.md>)
:::::{grid-item}
:::{card} <h3><center>📊 Tabular</center></h3>
:link: tabular/index.html
:::
:::::

## [Text generation](<project:text-generation/index.md>)
:::::{grid-item}
:::{card} <h3><center>📝 Text</center></h3>
:link: text/index.html
:::
:::::

0 comments on commit e09f43d

Please sign in to comment.