Skip to content

Commit 4c89df2

Browse files
RastislavTuranyiRastislav Turanyi
and
Rastislav Turanyi
authored
Prepare for deployment 1.0.0 (#9)
* Update links * Update README * Change version to 1.0.0 * Add version number to citation --------- Co-authored-by: Rastislav Turanyi <[email protected]>
1 parent 6214cd3 commit 4c89df2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CITATION.cff

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ authors:
66
77
title: "inline_reference"
88
repository-code: https://github.com/pace-neutrons/inline_reference
9-
license: GPL-3.0
9+
license: GPL-3.0
10+
version: 1.0.0

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ There can be multiple ``:iref:ref:`` roles pointing to the same ``:iref:target:`
7575
instead of the literal directive.
7676
```
7777

78+
For more information, see the [documentation](https://pace-neutrons.github.io/inline_reference).
79+
7880
## Installation
7981

8082
At the moment, the only way is to install manually via pip, either directly from GitHub:

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools"]
33

44
[project]
55
name = 'inline_reference'
6-
version = "0.1.0"
6+
version = "1.0.0"
77
authors = [
88
{name = "Rastislav Turanyi", email = "[email protected]"},
99
]
@@ -50,3 +50,6 @@ docs = [
5050

5151
[project.urls]
5252
Repository = "https://github.com/pace-neutrons/inline_reference"
53+
Documentation = "https://pace-neutrons.github.io/inline_reference/"
54+
Homepage = "https://pace-neutrons.github.io/inline_reference/"
55+
Issues = "https://github.com/pace-neutrons/inline_reference/issues"

0 commit comments

Comments
 (0)