Delete outdated library docs. Update links to new one.#6971
Open
kprokofi wants to merge 3 commits into
Open
Conversation
⏱️ Backend import time —
|
| Accelerator | Cumulative (s) | Self (s) |
|---|---|---|
cpu |
4.618 | 0.003 |
xpu |
5.243 | 0.003 |
cuda |
4.849 | 0.003 |
Contributor
There was a problem hiding this comment.
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
getitunedocumentation 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 |
🐳 Docker image sizes
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
yvolokitin
approved these changes
Jul 3, 2026
itallix
approved these changes
Jul 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
How to test
Checklist