Skip to content

Commit 57bd4d2

Browse files
committed
smaller fixes for documentation
1 parent 88f9ad5 commit 57bd4d2

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
# [unreleased]
1010

11+
# [v0.1.2] 2024-06-04
12+
13+
Updated documentation configuration to include a `spacepackets` docs mapping. This
14+
should fix references to the `spacepackets` documentation.
15+
1116
# [v0.1.1] 2024-04-23
1217

1318
- Allow `spacepackets` range from v0.23 to < v0.25

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
# Mapping for external packages
6262
intersphinx_mapping = {
6363
"python": ("https://docs.python.org/3", None),
64+
"spacepackets": ("https://spacepackets.readthedocs.io/en/latest/", None),
6465
"crcmod": ("https://crcmod.sourceforge.net/", None),
6566
}
6667

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
66
.. _cfdp:
77

8-
==============================================================
8+
================================================================
99
cfdp-py - A library for the CCSDS File Delivery Protocol (CFDP)
10-
==============================================================
10+
================================================================
1111

1212
The ``cfdp-py`` library offers some high-level CCSDS File Delivery Protocol (CFDP) components to
1313
perform file transfers according to the `CCSDS Blue Book 727.0-B-5`_. The underlying base packet

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "cfdp-py"
77
description = "Library for high level CCSDS File Delivery Protocol (CFDP) components"
88
readme = "README.md"
9-
version = "0.1.1"
9+
version = "0.1.2"
1010
requires-python = ">=3.8"
1111
license = {text = "Apache-2.0"}
1212
authors = [

0 commit comments

Comments
 (0)