Skip to content

Conversation

@njzjz-bot
Copy link
Contributor

@njzjz-bot njzjz-bot commented Dec 21, 2025

Update the DeepModeling domain from deepmodeling.org to deepmodeling.com.
The former is no longer used.

Generated by the task: njzjz-bot/njzjz-bot#23.

Summary by CodeRabbit

  • Documentation
    • Updated documentation links to the correct domain across getting started guides and installation instructions.

✏️ Tip: You can customize this high-level summary in your review settings.

Update the DeepModeling domain from deepmodeling.org to deepmodeling.com.
The former is no longer used.

Generated by the task: njzjz-bot/njzjz-bot#23.
@github-actions github-actions bot added the Docs label Dec 21, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 21, 2025

📝 Walkthrough

Walkthrough

Updated documentation links across two files from the deprecated deepmodeling.org domain to the new deepmodeling.com domain. Six URL references in total were updated, with no changes to functionality, logic, or control flow.

Changes

Cohort / File(s) Summary
Documentation URL Migration
doc/getting-started/quick_start.ipynb, doc/install/install-from-source.md
Updated external documentation links from https://docs.deepmodeling.org to https://docs.deepmodeling.com (2 references in notebook, 4 in markdown file)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

Docs

Suggested reviewers

  • wanghan-iapcm

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating documentation links from deepmodeling.org to deepmodeling.com domain across multiple files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 188dae3 and 636134c.

📒 Files selected for processing (2)
  • doc/getting-started/quick_start.ipynb (2 hunks)
  • doc/install/install-from-source.md (4 hunks)
🧰 Additional context used
🧠 Learnings (6)
📚 Learning: 2025-12-12T13:40:14.334Z
Learnt from: CR
Repo: deepmodeling/deepmd-kit PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-12-12T13:40:14.334Z
Learning: Install TensorFlow CPU backend with `uv pip install tensorflow-cpu` before building

Applied to files:

  • doc/install/install-from-source.md
📚 Learning: 2025-12-12T13:40:14.334Z
Learnt from: CR
Repo: deepmodeling/deepmd-kit PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-12-12T13:40:14.334Z
Learning: Validate Python interface by running `python -c "import deepmd; import deepmd.tf; print('Both interfaces work')"`

Applied to files:

  • doc/install/install-from-source.md
📚 Learning: 2025-08-14T07:11:51.357Z
Learnt from: njzjz
Repo: deepmodeling/deepmd-kit PR: 4884
File: .github/workflows/test_cuda.yml:46-46
Timestamp: 2025-08-14T07:11:51.357Z
Learning: As of PyTorch 2.8 (August 2025), the default wheel on PyPI installed by `pip install torch` is CPU-only. CUDA-enabled wheels are available on PyPI for Linux x86 and Windows x86 platforms, but require explicit specification via index URLs or variant-aware installers. For CUDA support, use `--index-url https://download.pytorch.org/whl/cu126` (or appropriate CUDA version).

Applied to files:

  • doc/install/install-from-source.md
📚 Learning: 2025-12-12T13:40:14.334Z
Learnt from: CR
Repo: deepmodeling/deepmd-kit PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-12-12T13:40:14.334Z
Learning: Install PyTorch with `uv pip install torch --index-url https://download.pytorch.org/whl/cpu` before building C++ components

Applied to files:

  • doc/install/install-from-source.md
📚 Learning: 2025-12-12T13:40:14.334Z
Learnt from: CR
Repo: deepmodeling/deepmd-kit PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-12-12T13:40:14.334Z
Learning: Always install backend dependencies (TensorFlow/PyTorch) before building C++ components

Applied to files:

  • doc/install/install-from-source.md
📚 Learning: 2025-12-12T13:40:14.334Z
Learnt from: CR
Repo: deepmodeling/deepmd-kit PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-12-12T13:40:14.334Z
Learning: Test backend selection by running `dp --tf -h`, `dp --pt -h`, `dp --jax -h`, `dp --pd -h` to verify all backends are accessible

Applied to files:

  • doc/install/install-from-source.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). (28)
  • GitHub Check: Test Python (1, 3.13)
  • GitHub Check: Test Python (6, 3.10)
  • GitHub Check: Test Python (2, 3.10)
  • GitHub Check: Test Python (4, 3.13)
  • GitHub Check: Test Python (1, 3.10)
  • GitHub Check: Test Python (6, 3.13)
  • GitHub Check: Test Python (3, 3.10)
  • GitHub Check: Test Python (4, 3.10)
  • GitHub Check: Test Python (5, 3.10)
  • GitHub Check: Build wheels for cp311-win_amd64
  • GitHub Check: Test C++ (true, true, true, false)
  • GitHub Check: Test C++ (false, false, false, true)
  • GitHub Check: Test Python (3, 3.13)
  • GitHub Check: Build wheels for cp310-manylinux_aarch64
  • GitHub Check: Test Python (5, 3.13)
  • GitHub Check: Build wheels for cp311-macosx_arm64
  • GitHub Check: Test C++ (true, false, false, true)
  • GitHub Check: Analyze (c-cpp)
  • GitHub Check: Analyze (python)
  • GitHub Check: Build C++ (cpu, cpu)
  • GitHub Check: Build wheels for cp311-manylinux_x86_64
  • GitHub Check: Test Python (2, 3.13)
  • GitHub Check: Test C++ (false, true, true, false)
  • GitHub Check: Build C++ (rocm, rocm)
  • GitHub Check: Build C++ (cuda120, cuda)
  • GitHub Check: Build wheels for cp311-macosx_x86_64
  • GitHub Check: Build C++ (clang, clang)
  • GitHub Check: Build C library (2.18, libdeepmd_c.tar.gz)
🔇 Additional comments (2)
doc/getting-started/quick_start.ipynb (1)

92-92: LGTM! Documentation URLs updated correctly in notebook

The documentation URLs have been properly updated from docs.deepmodeling.org to docs.deepmodeling.com within the Jupyter notebook markdown cells. The changes are consistent with the domain migration and maintain proper link formatting.

Also applies to: 641-641

doc/install/install-from-source.md (1)

55-55: LGTM! Consistent domain updates across documentation links

The URL updates from docs.deepmodeling.org to docs.deepmodeling.com are applied consistently across all conda-related documentation references at lines 55, 77, 92, and 386. The changes maintain the same path structure, and the new URLs are functional (HTTP 200 response).


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

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Dec 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.15%. Comparing base (188dae3) to head (636134c).
⚠️ Report is 3 commits behind head on devel.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #5111   +/-   ##
=======================================
  Coverage   82.15%   82.15%           
=======================================
  Files         709      709           
  Lines       72470    72469    -1     
  Branches     3615     3615           
=======================================
  Hits        59536    59536           
+ Misses      11771    11770    -1     
  Partials     1163     1163           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@njzjz njzjz closed this Dec 22, 2025
@njzjz njzjz reopened this Dec 22, 2025
@njzjz njzjz added this pull request to the merge queue Dec 22, 2025
Merged via the queue into deepmodeling:devel with commit 36d134a Dec 22, 2025
99 of 102 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants