Skip to content

Commit

Permalink
smaller fixes for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jun 4, 2024
1 parent 88f9ad5 commit 57bd4d2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

# [unreleased]

# [v0.1.2] 2024-06-04

Updated documentation configuration to include a `spacepackets` docs mapping. This
should fix references to the `spacepackets` documentation.

# [v0.1.1] 2024-04-23

- Allow `spacepackets` range from v0.23 to < v0.25
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
# Mapping for external packages
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"spacepackets": ("https://spacepackets.readthedocs.io/en/latest/", None),
"crcmod": ("https://crcmod.sourceforge.net/", None),
}

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
.. _cfdp:

==============================================================
================================================================
cfdp-py - A library for the CCSDS File Delivery Protocol (CFDP)
==============================================================
================================================================

The ``cfdp-py`` library offers some high-level CCSDS File Delivery Protocol (CFDP) components to
perform file transfers according to the `CCSDS Blue Book 727.0-B-5`_. The underlying base packet
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "cfdp-py"
description = "Library for high level CCSDS File Delivery Protocol (CFDP) components"
readme = "README.md"
version = "0.1.1"
version = "0.1.2"
requires-python = ">=3.8"
license = {text = "Apache-2.0"}
authors = [
Expand Down

0 comments on commit 57bd4d2

Please sign in to comment.