From 2b1f0ac20c5022f055c07b9b2b9045d6edec4864 Mon Sep 17 00:00:00 2001 From: "njzjz-bot[bot]" <48687836+njzjz-bot@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:51:07 +0000 Subject: [PATCH] docs: fix DeepModeling brand name Change "Deep Modeling" (with space) to "DeepModeling" (no space). "Deep Modeling" is an incorrect brand name. The correct one is "DeepModeling". Generated by the task: https://github.com/njzjz-bot/njzjz-bot/issues/19. --- README.md | 2 +- doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d01c61b4..4af6bc37 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,5 @@ See [Getting Started](https://dpdispatcher.readthedocs.io/en/latest/getting-star ## Contributing -DPDispatcher is maintained by Deep Modeling's developers and welcomes other people. +DPDispatcher is maintained by DeepModeling's developers and welcomes other people. See [Contributing Guide](CONTRIBUTING.md) to become a contributor! 🤓 diff --git a/doc/conf.py b/doc/conf.py index 6c72f6ce..8bdc8236 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- project = "DPDispatcher" -copyright = f"2020-{date.today().year}, Deep Modeling" +copyright = f"2020-{date.today().year}, DeepModeling" author = "DeepModeling"