diff --git a/README.md b/README.md index ca3cbee..dfc6be6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This library can be used to read in LS-DYNA meshes stored within keyword (`*.k`, `*.key`, `*.dyn`) files, also known as keyword format "input -decks". +decks". Full documentation for this repository can be found at [lsdyna-mesh-reader Documentation](https://akaszynski.github.io/lsdyna-mesh-reader/). Many of these example files were obtained from the excellent documentation at [LS-DYNA Examples](https://www.dynaexamples.com/). diff --git a/pyproject.toml b/pyproject.toml index 4bc8b6b..66463ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ version = "0.2.dev0" docs = ["pydata-sphinx-theme", "numpydoc", "sphinx", "sphinx-copybutton", "myst-parser"] [project.urls] +Documentation = "https://akaszynski.github.io/lsdyna-mesh-reader/" Repository = "https://github.com/akaszynski/lsdyna-mesh-reader" [tool.cibuildwheel]