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"