Skip to content

Conversation

@amotl
Copy link
Member

@amotl amotl commented Aug 14, 2025

@coderabbitai
Copy link

coderabbitai bot commented Aug 14, 2025

Walkthrough

Large-scale deletion of documentation: removed most files under docs/connect and docs/integrate, deleted docs/status.md, and simplified docs/index.md navigation. No code, API, or exported-entity changes—only documentation content removals and one link update in docs/legacy.rst.

Changes

Cohort / File(s) Summary of Changes
Connectivity docs removal
docs/connect/cli.md, docs/connect/df.md, docs/connect/index.md, docs/connect/java.rst, docs/connect/javascript.rst, docs/connect/orm.md, docs/connect/php.rst, docs/connect/python.rst, docs/connect/ruby.rst
Deleted connectivity and client/driver/ORM/DataFrame pages (examples, code samples, images, anchors, and links removed).
Integration docs removal
docs/integrate/bi.md, docs/integrate/etl.md, docs/integrate/framework.md, docs/integrate/metrics.md, docs/integrate/ml.md, docs/integrate/visualize.md
Deleted integration pages for BI, ETL, frameworks, metrics, ML, and visualization (all content and associated assets removed).
Docs index update
docs/index.md
Simplified navigation: removed extensive toctrees, added a reference to build-status, and replaced a pair of toctree entries with a single Legacy driver page entry.
Build status page removal
docs/status.md
Deleted Build Status aggregator page (CI badge tables and links removed).
Anchor update
docs/legacy.rst
Updated a single cross-link/anchor URL for “create a Machine Learning pipeline” to a new ML guide URL.

Sequence Diagram(s)

(omitted — changes are documentation deletions and a link update; no control-flow or feature changes to represent)

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~15 minutes

Possibly related PRs

Suggested reviewers

  • bmunkholm
  • kneth

Poem

I nibbled old pages, crisp and thin,
Hop-hop — the docs shed leaves like skin.
Paths trimmed neat where tangles grew,
A small spring clearing, fresh and new.
Carrot crumbs and joyful hops — hooray! 🥕🐇


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these settings in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between b7c7b65 and 68c6fe0.

📒 Files selected for processing (18)
  • docs/connect/cli.md (0 hunks)
  • docs/connect/df.md (0 hunks)
  • docs/connect/index.md (0 hunks)
  • docs/connect/java.rst (0 hunks)
  • docs/connect/javascript.rst (0 hunks)
  • docs/connect/orm.md (0 hunks)
  • docs/connect/php.rst (0 hunks)
  • docs/connect/python.rst (0 hunks)
  • docs/connect/ruby.rst (0 hunks)
  • docs/index.md (1 hunks)
  • docs/integrate/bi.md (0 hunks)
  • docs/integrate/etl.md (0 hunks)
  • docs/integrate/framework.md (0 hunks)
  • docs/integrate/metrics.md (0 hunks)
  • docs/integrate/ml.md (0 hunks)
  • docs/integrate/visualize.md (0 hunks)
  • docs/legacy.rst (1 hunks)
  • docs/status.md (0 hunks)
💤 Files with no reviewable changes (16)
  • docs/connect/ruby.rst
  • docs/connect/java.rst
  • docs/connect/orm.md
  • docs/connect/php.rst
  • docs/status.md
  • docs/integrate/bi.md
  • docs/connect/cli.md
  • docs/connect/javascript.rst
  • docs/integrate/etl.md
  • docs/connect/python.rst
  • docs/integrate/metrics.md
  • docs/integrate/framework.md
  • docs/connect/index.md
  • docs/integrate/visualize.md
  • docs/integrate/ml.md
  • docs/connect/df.md
✅ Files skipped from review due to trivial changes (1)
  • docs/legacy.rst
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs/index.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Summary
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch prune-2025Q3

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these settings in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 7c41bc8 and b7c7b65.

📒 Files selected for processing (17)
  • docs/connect/cli.md (0 hunks)
  • docs/connect/df.md (0 hunks)
  • docs/connect/index.md (0 hunks)
  • docs/connect/java.rst (0 hunks)
  • docs/connect/javascript.rst (0 hunks)
  • docs/connect/orm.md (0 hunks)
  • docs/connect/php.rst (0 hunks)
  • docs/connect/python.rst (0 hunks)
  • docs/connect/ruby.rst (0 hunks)
  • docs/index.md (1 hunks)
  • docs/integrate/bi.md (0 hunks)
  • docs/integrate/etl.md (0 hunks)
  • docs/integrate/framework.md (0 hunks)
  • docs/integrate/metrics.md (0 hunks)
  • docs/integrate/ml.md (0 hunks)
  • docs/integrate/visualize.md (0 hunks)
  • docs/status.md (0 hunks)
💤 Files with no reviewable changes (16)
  • docs/connect/java.rst
  • docs/connect/javascript.rst
  • docs/connect/php.rst
  • docs/integrate/etl.md
  • docs/integrate/bi.md
  • docs/integrate/ml.md
  • docs/connect/cli.md
  • docs/connect/ruby.rst
  • docs/status.md
  • docs/integrate/visualize.md
  • docs/integrate/metrics.md
  • docs/connect/df.md
  • docs/connect/python.rst
  • docs/connect/orm.md
  • docs/connect/index.md
  • docs/integrate/framework.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Summary
🔇 Additional comments (1)
docs/index.md (1)

174-177: Fix unresolved cross-reference to build status (docs/index.md:176)

The page uses {ref}build status <build-status> but I could not find a local (build-status)= label. docs/conf.py does not declare an intersphinx_mapping in this repo (it imports crate.theme.rtd.conf.crate_clients_tools which may supply mappings). The repo also uses the "guide" key elsewhere (docs/index.md:38 ::link: guide:ide), so the correct fix depends on whether that external mapping exists.

Files to check:

  • docs/index.md (line ~176) — update the ref or add a local label.
  • docs/conf.py (docs/conf.py) — verify whether the imported theme/package provides an intersphinx mapping named "guide".

Suggested change (if the "guide" intersphinx mapping is available):

- Looking for the status of integration tests? See the {ref}`build status <build-status>` page.
+ Looking for the status of integration tests? See the {ref}`build status <guide:build-status>` page.

If "guide" is not provided by the imported configuration, either reintroduce a local (build-status)= label on the target page or replace the reference with a plain external URL.

@amotl amotl requested review from bmunkholm and kneth August 14, 2025 17:55
@amotl amotl marked this pull request as ready for review August 14, 2025 17:56
@amotl amotl merged commit eaa16ae into main Aug 15, 2025
4 checks passed
@amotl amotl deleted the prune-2025Q3 branch August 15, 2025 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants