diff --git a/CITATION.cff b/CITATION.cff index e77fdfb..6bcdd0d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,4 +6,5 @@ authors: email: rastislav.turanyi@stfc.ac.uk title: "inline_reference" repository-code: https://github.com/pace-neutrons/inline_reference -license: GPL-3.0 \ No newline at end of file +license: GPL-3.0 +version: 1.0.0 \ No newline at end of file diff --git a/README.md b/README.md index 8e5d178..53899e4 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ There can be multiple ``:iref:ref:`` roles pointing to the same ``:iref:target:` instead of the literal directive. ``` +For more information, see the [documentation](https://pace-neutrons.github.io/inline_reference). + ## Installation At the moment, the only way is to install manually via pip, either directly from GitHub: diff --git a/pyproject.toml b/pyproject.toml index cfd76cf..902894c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools"] [project] name = 'inline_reference' -version = "0.1.0" +version = "1.0.0" authors = [ {name = "Rastislav Turanyi", email = "rastislav.turanyi@stfc.ac.uk"}, ] @@ -50,3 +50,6 @@ docs = [ [project.urls] Repository = "https://github.com/pace-neutrons/inline_reference" +Documentation = "https://pace-neutrons.github.io/inline_reference/" +Homepage = "https://pace-neutrons.github.io/inline_reference/" +Issues = "https://github.com/pace-neutrons/inline_reference/issues"