Skip to content

Commit

Permalink
Documentation improvements (#62)
Browse files Browse the repository at this point in the history
- Better package description.
- Better URLs for usage docs.
  • Loading branch information
etianen authored Feb 1, 2024
1 parent 8463eae commit 90c28c2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Log-based testing 🪵
.. note::

These examples all show using :mod:`logot` with :mod:`pytest`. See :doc:`/usage-unittest` to learn about about using
These examples all show using :mod:`logot` with :mod:`pytest`. See :doc:`/using-unittest` to learn about about using
:mod:`logot` with other testing frameworks.


Expand Down Expand Up @@ -148,7 +148,7 @@ Learn more about :mod:`logot` with the following guides:
log-message-matching
log-pattern-matching
log-capturing
usage-pytest
usage-unittest
using-pytest
using-unittest
installing
api/index
2 changes: 1 addition & 1 deletion docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Installing package ``extras``
Package extras for supported 3rd-party integrations:

- ``pytest`` - :doc:`usage-pytest`
- ``pytest`` - :doc:`using-pytest`


Installing with Poetry
Expand Down
4 changes: 2 additions & 2 deletions docs/log-capturing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Test framework integrations

Use a supported test framework integration for automatic log capturing in tests:

- :doc:`/usage-pytest`
- :doc:`/usage-unittest`
- :doc:`/using-pytest`
- :doc:`/using-unittest`


Capturing :mod:`logging` logs
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion logot/unittest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. seealso::
See :doc:`/usage-unittest` usage guide.
See :doc:`/using-unittest` usage guide.
"""
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "logot"
version = "0.3.2"
description = "Log-based testing"
description = "Test whether your code is logging correctly 🪵"
authors = ["Dave Hall <dave@etianen.com>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 90c28c2

Please sign in to comment.