Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request adds comprehensive documentation across the Nebius SDK codebase, including module-level docstrings, class docstrings, and function/method documentation. The PR also includes several critical bug fixes and functional improvements.
Changes:
- Added extensive Sphinx-style documentation to base modules, protos modules, and async (aio) modules
- Fixed critical bugs in error handling (missing
raisekeyword inoptions.py, incorrectraiseusage inservice_descriptor.py) - Improved RST rendering in generated documentation (replaced
raw-html-m2rwithliteralrole, added strikethrough support) - Enhanced version file handling to preserve entire file content instead of overwriting
Reviewed changes
Copilot reviewed 40 out of 40 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/scripts/version_updater.py | Improved to preserve entire version file content when updating |
| src/nebius/base/options.py | Added documentation + fixed missing raise keyword bug |
| src/nebius/aio/service_descriptor.py | Added documentation + fixed incorrect raise usage (should be return) + typo fix |
| src/nebius/base/*.py | Added comprehensive module and function documentation |
| src/nebius/base/protos/**/*.py | Added comprehensive documentation for protobuf helpers and compiler |
| src/nebius/aio/token/**/*.py | Added comprehensive documentation for token handling |
| src/nebius/base/protos/compiler/generators.py | Improved RST rendering with custom m2r2 renderer |
| src/nebius/api/**/init.py | Updated generated code with improved RST formatting |
| docs/templates/extra.css | Added CSS support for strikethrough text in documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
vano468
reviewed
Jan 28, 2026
vano468
approved these changes
Jan 28, 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.
No description provided.