Skip to content

Commit b20060b

Browse files
committed
Cleanup mkdocs mentions
1 parent d687dad commit b20060b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
[![CI tests](https://github.com/pharmaverse/py-pkglite/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/pharmaverse/py-pkglite/actions/workflows/ci-tests.yml)
77
[![Mypy check](https://github.com/pharmaverse/py-pkglite/actions/workflows/mypy.yml/badge.svg)](https://github.com/pharmaverse/py-pkglite/actions/workflows/mypy.yml)
88
[![Ruff check](https://github.com/pharmaverse/py-pkglite/actions/workflows/ruff-check.yml/badge.svg)](https://github.com/pharmaverse/py-pkglite/actions/workflows/ruff-check.yml)
9-
[![mkdocs](https://github.com/pharmaverse/py-pkglite/actions/workflows/mkdocs.yml/badge.svg)](https://pharmaverse.github.io/py-pkglite/)
9+
[![Documentation](https://github.com/pharmaverse/py-pkglite/actions/workflows/docs.yml/badge.svg)](https://pharmaverse.github.io/py-pkglite/)
1010
![License](https://img.shields.io/pypi/l/pkglite)
1111

12-
A simple framework for packing source projects of any language into portable
13-
text files and restoring them into the original directory structure.
12+
A simple framework for packing source projects of any programming language into
13+
portable text files and restoring them into the original directory structure.
1414

1515
Besides the Python API, a command line interface is also provided.
1616

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
[![CI tests](https://github.com/pharmaverse/py-pkglite/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/pharmaverse/py-pkglite/actions/workflows/ci-tests.yml)
77
[![Mypy check](https://github.com/pharmaverse/py-pkglite/actions/workflows/mypy.yml/badge.svg)](https://github.com/pharmaverse/py-pkglite/actions/workflows/mypy.yml)
88
[![Ruff check](https://github.com/pharmaverse/py-pkglite/actions/workflows/ruff-check.yml/badge.svg)](https://github.com/pharmaverse/py-pkglite/actions/workflows/ruff-check.yml)
9-
[![mkdocs](https://github.com/pharmaverse/py-pkglite/actions/workflows/mkdocs.yml/badge.svg)](https://pharmaverse.github.io/py-pkglite/)
9+
[![Documentation](https://github.com/pharmaverse/py-pkglite/actions/workflows/docs.yml/badge.svg)](https://pharmaverse.github.io/py-pkglite/)
1010
![License](https://img.shields.io/pypi/l/pkglite)
1111

12-
A simple framework for packing source projects of any language into portable
13-
text files and restoring them into the original directory structure.
12+
A simple framework for packing source projects of any programming language into
13+
portable text files and restoring them into the original directory structure.
1414

1515
Besides the Python API, a command line interface is also provided.
1616

docs/scripts/sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
echo "Sync root-level docs into mkdocs..."
3+
echo "Sync root-level docs into Zensical site..."
44

55
# Sync README.md with modified image path for docs/index.md
66
awk '{gsub("https://github.com/pharmaverse/py-pkglite/raw/main/docs/assets/logo.png", "assets/logo.png"); print}' README.md >docs/index.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "pkglite"
33
version = "0.1.9"
4-
description = "Pack and unpack source projects of any language into portable text files"
4+
description = "Pack and unpack source projects of any programming language into portable text files"
55
authors = [{ name = "Nan Xiao", email = "nan.xiao1@msd.com" }]
66
dependencies = ["pathspec>=0.12.1", "rich>=13.9.4", "typer>=0.12.5"]
77
readme = "README.md"

0 commit comments

Comments
 (0)