Skip to content

Commit d223318

Browse files
authored
Add Project URLs + Update Documentation Header (#85)
* Add project.urls to pyproject.toml * Update main header for ReadTheDocs documentation * Removing duplicate repository specification
1 parent d6421c4 commit d223318

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
##########################################
2-
Protobuf Types for NI Data Store gRPC APIs
3-
##########################################
1+
#################################
2+
Measurement Data Store Python API
3+
#################################
44

55
.. include:: intro.inc
66

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ maintainers = [
99
{name = "Joel Dixon", email = "joel.dixon@emerson.com"}
1010
]
1111
readme = "README.md"
12-
repository = "https://github.com/ni/datastore-python"
1312
keywords = ["datastore"]
1413
classifiers = [
1514
"Development Status :: 3 - Alpha",
@@ -30,6 +29,10 @@ classifiers = [
3029
dynamic = ["dependencies"]
3130
requires-python = '>=3.10,<4.0'
3231

32+
[project.urls]
33+
repository = "https://github.com/ni/datastore-python"
34+
documentation = "https://datastorepython.readthedocs.io/en/latest/"
35+
3336
[tool.poetry]
3437
packages = [{include = "ni", from = "src"}]
3538
requires-poetry = '>=2.1,<3.0'

0 commit comments

Comments
 (0)