Skip to content

Commit

Permalink
Documentation improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Feb 18, 2025
1 parent 79e1e45 commit 776b9e6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.3.8...HEAD)

### Added

- Dependency and documentation improvements.

## [2.3.8](https://github.com/alexdlaird/hookee/compare/2.3.7...2.3.8) - 2025-01-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2024 Alex Laird
Copyright (c) 2020-2025 Alex Laird

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img alt="hookee - command line webhooks, on demand" src="https://hookee.readthedocs.io/en/latest/_images/logo.png" /></p>
<p align="center"><img alt="hookee - Command line webhooks, on demand" src="https://hookee.readthedocs.io/en/latest/_images/logo.png" /></p>

[![Version](https://img.shields.io/pypi/v/hookee)](https://pypi.org/project/hookee)
[![Python Versions](https://img.shields.io/pypi/pyversions/hookee.svg)](https://pypi.org/project/hookee/)
Expand Down
4 changes: 2 additions & 2 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
content="Command line webhooks, on demand! Dump request data to the console, customize responses, configurable in any number of ways through plugins."/>

<!-- Twitter Card data -->
<meta name="twitter:title" content="hookee - command line webhooks, on demand">
<meta name="twitter:title" content="hookee - Command line webhooks, on demand">
<meta name="twitter:card"
value="Command line webhooks, on demand! Dump request data to the console, customize responses, configurable in any number of ways through plugins.">

<!-- Open Graph data -->
<meta property="og:title" content="hookee - command line webhooks, on demand"/>
<meta property="og:title" content="hookee - Command line webhooks, on demand"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://hookee.readthedocs.io/en/latest/{{ pagename }}.html"/>
<meta property="og:image" content="https://hookee.readthedocs.io/en/latest/_images/logo.png"/>
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = "Copyright (c) 2020-2024 Alex Laird"
__copyright__ = "Copyright (c) 2020-2025 Alex Laird"
__license__ = "MIT"

import datetime
Expand Down Expand Up @@ -158,7 +158,7 @@
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, "hookee.tex", "hookee Documentation",
"Alex Laird", "manual"),
author, "manual"),
]

# -- Options for manual page output ------------------------------------------
Expand All @@ -177,7 +177,7 @@
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, "hookee", "hookee Documentation",
author, "hookee", "Command line webhooks, on demand.",
author, "hookee", "Command line webhooks, on demand",
"Miscellaneous"),
]

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.. rst-class:: hide-header

*****************************************
hookee - command line webhooks, on demand
hookee - Command line webhooks, on demand
*****************************************

.. image:: _html/logo.png
:alt: hookee - command line webhooks, on demand
:alt: hookee - Command line webhooks, on demand
:align: center

.. image:: https://img.shields.io/pypi/v/hookee
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "hookee"
dynamic = ["version"]
description = "Command line webhooks, on demand."
description = "Command line webhooks, on demand"
readme = "README.md"
license = { file = "LICENSE" }
maintainers = [{ name = "Alex Laird", email = "[email protected]" }]
Expand Down

0 comments on commit 776b9e6

Please sign in to comment.