Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
documentation_path: docs/source
cache: true
sphinx_build_options: -E
env:
# Avoid installing CUDA-enabled PyTorch wheels (they are huge and unnecessary for docs builds).
# By making the PyTorch CPU wheel index the primary index, `pip install .[...]` will resolve
Expand Down
6 changes: 0 additions & 6 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ Datamint
- `Datamint Platform <https://app.datamint.io/>`_
- `GitHub <https://github.com/SonanceAI/datamint-python-api>`_

**Difficulty levels:**

- :bdg-success:`Beginner` no ML knowledge needed
- :bdg-warning:`Intermediate` assumes SDK familiarity, introduces ML/dataset concepts
- :bdg-danger:`Advanced` full training pipelines, custom models, 3D data, multi-step workflows

For Developers
--------------

Expand Down
Loading