Skip to content

Commit 64d1bda

Browse files
committed
chore: Clean up
1 parent 6f25f96 commit 64d1bda

File tree

9 files changed

+1
-402
lines changed

9 files changed

+1
-402
lines changed

CHANGELOG.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,4 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
<!-- insertion marker -->
9-
## [2.0.1](https://github.com/pawamoy/mkdocs-manpage/releases/tag/2.0.1) - 2024-11-25
10-
11-
<small>[Compare with 2.0.0](https://github.com/pawamoy/mkdocs-manpage/compare/2.0.0...2.0.1)</small>
12-
13-
### Build
14-
15-
- Drop support for Python 3.8 ([ff2b8bb](https://github.com/pawamoy/mkdocs-manpage/commit/ff2b8bb3573c3c8d2691aac13b9c8bdaf5639ff1) by Timothée Mazzucotelli).
16-
17-
### Bug Fixes
18-
19-
- Fix usual encoding error on the annoying operating system ([3204f71](https://github.com/pawamoy/mkdocs-manpage/commit/3204f7111111ad78bb119fd1ae7ca20af13a08c7) by Timothée Mazzucotelli). [Issue-1](https://github.com/pawamoy/mkdocs-manpage/issues/1)
20-
21-
## [2.0.0](https://github.com/pawamoy/mkdocs-manpage/releases/tag/2.0.0) - 2024-03-31
22-
23-
<small>[Compare with 1.0.0](https://github.com/pawamoy/mkdocs-manpage/compare/1.0.0...2.0.0)</small>
24-
25-
### Features
26-
27-
- Support multiple outputs, glob pattern for inputs, custom title and header ([b45a81e](https://github.com/pawamoy/mkdocs-manpage/commit/b45a81ee927d50aa038a183e5a39e92721dcc88b) by Timothée Mazzucotelli). Breaking changes: configuration format in `mkdocs.yml` and public API changed.
28-
29-
## [1.0.0](https://github.com/pawamoy/mkdocs-manpage/releases/tag/1.0.0) - 2024-01-06
30-
31-
<small>[Compare with first commit](https://github.com/pawamoy/mkdocs-manpage/compare/39a85476b514404f465011c18c3c13823734908f...1.0.0)</small>
32-
33-
### Features
34-
35-
- Implement HTML pre-processing option ([170199e](https://github.com/pawamoy/mkdocs-manpage/commit/170199e93874849b9a8fcc94d8ab46f7cc6b7c2e) by Timothée Mazzucotelli).
36-
- Implement manpage generation ([a9f8c9a](https://github.com/pawamoy/mkdocs-manpage/commit/a9f8c9ac06a2affc7e23a64400f4e2052b36e186) by Timothée Mazzucotelli).
37-
- Generate project using copier-pdm template ([a018851](https://github.com/pawamoy/mkdocs-manpage/commit/a0188519373bfa02d27122e3b7294dd1ae4ac3d7) by Timothée Mazzucotelli).
8+
<!-- insertion marker -->

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ actions = \
1515
docs \
1616
docs-deploy \
1717
format \
18-
manpage \
1918
help \
2019
multirun \
2120
release \

duties.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,3 @@ def test(ctx: Context, *cli_args: str, match: str = "") -> None:
201201
).add_args("-n", "auto", *cli_args),
202202
title=pyprefix("Running tests"),
203203
)
204-
205-
206-
@duty(aliases=["man"])
207-
def manpage(ctx: Context) -> None:
208-
"""Generate a man page.
209-
210-
Parameters:
211-
ctx: The context instance (passed automatically).
212-
"""
213-
ctx.run(tools.mkdocs.build(), title="Building docs and manpage")
214-
ctx.run("man ./site/manpage.1", capture=False)

scripts/preprocess.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/mkdocs_manpage/config.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/mkdocs_manpage/logger.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

src/mkdocs_manpage/plugin.py

Lines changed: 0 additions & 193 deletions
This file was deleted.

0 commit comments

Comments
 (0)