Skip to content

Delete outdated library docs. Update links to new one.#6971

Open
kprokofi wants to merge 3 commits into
developfrom
kprokofi/remove-docs
Open

Delete outdated library docs. Update links to new one.#6971
kprokofi wants to merge 3 commits into
developfrom
kprokofi/remove-docs

Conversation

@kprokofi

@kprokofi kprokofi commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Summary

How to test

Checklist

  • The PR title and description are clear and descriptive
  • I have manually tested the changes
  • All changes are covered by automated tests
  • All related issues are linked to this PR (if applicable)
  • Documentation has been updated (if applicable)

@kprokofi kprokofi requested a review from a team as a code owner July 3, 2026 12:31
Copilot AI review requested due to automatic review settings July 3, 2026 12:31
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

⏱️ Backend import time — app.main

Accelerator Cumulative (s) Self (s)
cpu 4.618 0.003
xpu 5.243 0.003
cuda 4.849 0.003

@github-actions github-actions Bot added DOC Improvements or additions to documentation Geti Library Issues related to Geti Library (OTX) labels Jul 3, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the in-repo Sphinx documentation for the getitune library and updates top-level documentation links to point at the new centralized docs site (docs.geti.intel.com).

Changes:

  • Updated root and library README links to the new getitune documentation location.
  • Deleted the legacy library/docs/ Sphinx documentation tree (sources, static assets, and build helpers).
  • Removed local Sphinx build entrypoints (Makefile/make.bat) and supporting documentation files under library/docs/.

Reviewed changes

Copilot reviewed 51 out of 77 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
README.md Update getitune documentation links to the new docs site
library/README.md Update library “Docs” link to the new docs site
library/docs/utils/auto_sphinx_build.py Remove Sphinx auto-build helper script
library/docs/source/index.rst Remove Sphinx docs root index
library/docs/source/guide/tutorials/base/index.rst Remove base tutorials index page
library/docs/source/guide/tutorials/base/how_to_train/index.rst Remove “training to deployment” tutorial index
library/docs/source/guide/tutorials/base/how_to_train/classification.rst Remove classification training tutorial
library/docs/source/guide/tutorials/base/how_to_train/detection.rst Remove detection training tutorial
library/docs/source/guide/tutorials/base/how_to_train/instance_segmentation.rst Remove instance segmentation training tutorial
library/docs/source/guide/tutorials/base/how_to_train/semantic_segmentation.rst Remove semantic segmentation training tutorial
library/docs/source/guide/tutorials/base/export.rst Remove export & demo tutorial
library/docs/source/guide/tutorials/base/explain.rst Remove XAI tutorial
library/docs/source/guide/tutorials/advanced/index.rst Remove advanced tutorials index page
library/docs/source/guide/tutorials/advanced/configuration.rst Remove configuration tutorial
library/docs/source/guide/tutorials/advanced/multi_gpu.rst Remove multi-GPU tutorial
library/docs/source/guide/tutorials/advanced/peft.rst Remove PEFT tutorial
library/docs/source/guide/tutorials/advanced/torch_compile.rst Remove torch.compile tutorial
library/docs/source/guide/tutorials/advanced/hier_metric_collection.rst Remove hierarchical metrics tutorial
library/docs/source/guide/tutorials/advanced/tree_path_kl_loss_hcls.rst Remove Tree-Path KL tutorial
library/docs/source/guide/release_notes/index.rst Remove library release notes page
library/docs/source/guide/reference/index.rst Remove API reference index page
library/docs/source/guide/index.rst Remove docs guide index
library/docs/source/guide/get_started/introduction.rst Remove “Get Started” introduction page
library/docs/source/guide/get_started/installation.rst Remove installation guide page
library/docs/source/guide/get_started/cli_commands.rst Remove CLI guide page
library/docs/source/guide/get_started/api_tutorial.rst Remove API tutorial page
library/docs/source/guide/explanation/algorithms/index.rst Remove algorithms overview page
library/docs/source/guide/explanation/algorithms/classification/index.rst Remove classification algorithms index
library/docs/source/guide/explanation/algorithms/classification/multi_class_classification.rst Remove multiclass classification explanation
library/docs/source/guide/explanation/algorithms/classification/multi_label_classification.rst Remove multilabel classification explanation
library/docs/source/guide/explanation/algorithms/classification/hierarhical_classification.rst Remove hierarchical classification explanation
library/docs/source/guide/explanation/algorithms/object_detection/index.rst Remove object detection index
library/docs/source/guide/explanation/algorithms/object_detection/object_detection.rst Remove object detection explanation page
library/docs/source/guide/explanation/algorithms/segmentation/index.rst Remove segmentation index
library/docs/source/guide/explanation/algorithms/segmentation/instance_segmentation.rst Remove instance segmentation explanation page
library/docs/source/guide/explanation/algorithms/segmentation/semantic_segmentation.rst Remove semantic segmentation explanation page
library/docs/source/guide/explanation/additional_features/index.rst Remove additional features index
library/docs/source/guide/explanation/additional_features/adaptive_training.rst Remove adaptive training page
library/docs/source/guide/explanation/additional_features/class_incremental_sampler.rst Remove class-incremental sampler page
library/docs/source/guide/explanation/additional_features/configurable_input_size.rst Remove configurable input size page
library/docs/source/guide/explanation/additional_features/fast_data_loading.rst Remove fast data loading page
library/docs/source/guide/explanation/additional_features/models_optimization.rst Remove model optimization page
library/docs/source/guide/explanation/additional_features/tiling.rst Remove tiling page
library/docs/source/guide/explanation/additional_features/xai.rst Remove XAI explanation page
library/docs/source/conf.py Remove Sphinx configuration
library/docs/source/_static/redirects/guide-homepage-redirect.html Remove docs homepage redirect
library/docs/source/_static/css/custom.css Remove docs custom CSS
library/docs/README.md Remove docs build README
library/docs/Makefile Remove Sphinx Makefile entrypoint
library/docs/make.bat Remove Sphinx Windows build script

Comment thread README.md Outdated
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

🐳 Docker image sizes

Device Size
cpu 4002.8 MB (3.91 GB)
xpu 10791.4 MB (10.54 GB)
cuda 10198.0 MB (9.96 GB)

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions github-actions Bot added DEPENDENCY Any changes in any dependencies (new dep or its version) should be produced via Change Request on PM BUILD labels Jul 3, 2026
@kprokofi kprokofi enabled auto-merge July 3, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BUILD DEPENDENCY Any changes in any dependencies (new dep or its version) should be produced via Change Request on PM DOC Improvements or additions to documentation Geti Library Issues related to Geti Library (OTX)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants