From 64b7044a9a7aea63b7e502faef87ecae4f7b43f9 Mon Sep 17 00:00:00 2001
From: Marvin Friede <51965259+marvinfriede@users.noreply.github.com>
Date: Fri, 5 Jan 2024 15:10:08 +0100
Subject: [PATCH] Fix links (#44)
---
README.rst | 5 +++--
docs/installation.rst | 2 +-
src/tad_dftd3/__init__.py | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.rst b/README.rst
index 77846cf..b307890 100644
--- a/README.rst
+++ b/README.rst
@@ -91,7 +91,7 @@ Install this project with ``pip`` in the environment
The following dependencies are required
- `numpy `__
-- `tad_mctc `__
+- `tad-mctc `__
- `torch `__
- `pytest `__ (tests only)
@@ -103,7 +103,8 @@ For development, additionally install the following tools in your environment.
.. code::
- mamba install black covdefaults coverage mypy pre-commit pylint tox
+ mamba install black covdefaults mypy pre-commit pylint pytest pytest-cov pytest-xdist tox
+ pip install pytest-random-order
With pip, add the option ``-e`` for installing in development mode, and add ``[dev]`` for the development dependencies
diff --git a/docs/installation.rst b/docs/installation.rst
index 6c6db70..470d031 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -39,6 +39,6 @@ Install this project with ``pip`` in the environment
The following dependencies are required
- `numpy `__
-- `tad_mctc `__
+- `tad-mctc `__
- `torch `__
- `pytest `__ (tests only)
diff --git a/src/tad_dftd3/__init__.py b/src/tad_dftd3/__init__.py
index 294eafe..afa95fc 100644
--- a/src/tad_dftd3/__init__.py
+++ b/src/tad_dftd3/__init__.py
@@ -75,6 +75,6 @@
"""
import torch
-from . import damping, data, defaults, disp, model, reference
+from . import damping, data, defaults, disp, model, reference, typing
from .__version__ import __version__
from .disp import dftd3