Skip to content

Commit fdce1d0

Browse files
authored
Beta Release (#126)
* bump to 4.1.0 * update classifier to beta * add link to beta release * example screenshot * ignore example screenshot from packaging * update coverage * add image to readme * update link (hopefully will show correctly on pypi) * alt update
1 parent f8f8f6e commit fdce1d0

File tree

10 files changed

+15
-11
lines changed

10 files changed

+15
-11
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ exclude DEVELOPER_README.md
1515
exclude SECURITY.md
1616
exclude package-lock.json
1717
exclude requirements.test.txt
18-
exclude .coveragerc
18+
exclude .coveragerc
19+
exclude mkdocs-terminal.png

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# mkdocs-terminal
22
Terminal for MkDocs is a third party theme that brings the [Terminal.css](https://github.com/Gioni06/terminal.css) stylesheet to MkDocs documentation sites.
33

4+
<img src="https://raw.githubusercontent.com/ntno/mkdocs-terminal/main/mkdocs-terminal.png" alt="Terminal for MkDocs theme preview" ><br>
5+
46
In addition to simple, monospace styling, Terminal for MkDocs also provides:
57

68
- a built-in Search modal

documentation/docs/about/coverage-report/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1>Coverage report:
4747
</form>
4848
<p class="text">
4949
<a class="nav" href="https://coverage.readthedocs.io">coverage.py v7.1.0</a>,
50-
created at 2023-02-02 22:00 +0000
50+
created at 2023-02-03 16:19 +0000
5151
</p>
5252
</div>
5353
</header>
@@ -158,7 +158,7 @@ <h1>Coverage report:
158158
<div class="content">
159159
<p>
160160
<a class="nav" href="https://coverage.readthedocs.io">coverage.py v7.1.0</a>,
161-
created at 2023-02-02 22:00 +0000
161+
created at 2023-02-03 16:19 +0000
162162
</p>
163163
</div>
164164
<aside class="hidden">

documentation/docs/releases.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,17 @@ See [Version Identification and Dependency Specification] for additional constra
2222

2323
# View Releases on GitHub
2424

25-
| Release | Theme Status | Supported? |
26-
| :----------------------: | :----------: | :--------: |
25+
| Release | Theme Status | Supported? |
26+
| :-----: | :----------: | :--------: |
27+
| [4.1.0] | Beta | yes |
2728
| [3.9.0] | Alpha | no |
2829
| [3.7.0] | Alpha | no |
2930
| [3.0.0] | Alpha | no |
3031
| [2.2.0] | Alpha | no |
3132

3233

3334
<br>
34-
35+
[4.1.0]: https://github.com/ntno/mkdocs-terminal/releases/tag/4.1.0
3536
[3.9.0]: https://github.com/ntno/mkdocs-terminal/releases/tag/3.9.0
3637
[3.7.0]: https://github.com/ntno/mkdocs-terminal/releases/tag/3.7.0
3738
[3.0.0]: https://github.com/ntno/mkdocs-terminal/releases/tag/3.0.0

mkdocs-terminal.png

147 KB
Loading

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-terminal",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "Terminal.css theme for MkDocs",
55
"keywords": [
66
"mkdocs",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
requires-python = ">=3.7"
1515

1616
classifiers = [
17-
"Development Status :: 3 - Alpha",
17+
"Development Status :: 4 - Beta",
1818
"Environment :: Web Environment",
1919
"License :: OSI Approved :: MIT License",
2020
"Programming Language :: Python",

terminal/theme_version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-terminal-4.0.1">
1+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-terminal-4.1.0">

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ deps =
1313
build
1414
twine
1515
commands =
16-
check-manifest --ignore 'tox.ini,tests/**,Makefile,docker-compose.yml,docs/**,notes/**,.git/**,MANIFEST.in,package-lock.json,CONTRIBUTING.md,CODE_OF_CONDUCT.md,DEVELOPER_README.md,SECURITY.md,requirements.test.txt,.coveragerc'
16+
check-manifest --ignore 'tox.ini,tests/**,Makefile,docker-compose.yml,docs/**,notes/**,.git/**,MANIFEST.in,package-lock.json,CONTRIBUTING.md,CODE_OF_CONDUCT.md,DEVELOPER_README.md,SECURITY.md,requirements.test.txt,.coveragerc,mkdocs-terminal.png'
1717
python -m build
1818
python -m twine check dist/*
1919
flake8 --ignore E501 terminal

0 commit comments

Comments
 (0)