diff --git a/.gitignore b/.gitignore index e59ce18..c3e8cee 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,6 @@ venv.bak/ # mypy .mypy_cache/ + +# Docs +docs/sources/* diff --git a/README.md b/README.md index aced23f..87f293a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ It contains a User Guide, as well as explanation of the different engines that c | Topic | Link | -|:-------------:|:--------:| +|:-------------|:--------:| | Installation | http://titu1994.github.io/pyshac/install/ | | User Guide | http://titu1994.github.io/pyshac/guide/ | | Managed Engines | http://titu1994.github.io/pyshac/managed/ |