Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ authors:
email: [email protected]
title: "inline_reference"
repository-code: https://github.com/pace-neutrons/inline_reference
license: GPL-3.0
license: GPL-3.0
version: 1.0.0
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools"]

[project]
name = 'inline_reference'
version = "0.1.0"
version = "1.0.0"
authors = [
{name = "Rastislav Turanyi", email = "[email protected]"},
]
Expand Down Expand Up @@ -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"