Skip to content

Commit 197dc98

Browse files
authored
Merge pull request #191 from pharmaverse/code-wiki
Add Code Wiki link as README badge and site navigation link
2 parents c163a7c + 9a3fddb commit 197dc98

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
via `griffe-pydantic` in API reference docs (#189).
99
- Declare `RTFDocument._table_space` as a Pydantic private attribute to
1010
prevent mkdocstrings render errors in static mode (#189).
11+
- Add Code Wiki link as README badge and site navigation link (#191).
1112

1213
## rtflite 2.5.2
1314

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[![Ruff check](https://github.com/pharmaverse/rtflite/actions/workflows/ruff-check.yml/badge.svg)](https://github.com/pharmaverse/rtflite/actions/workflows/ruff-check.yml)
99
[![Documentation](https://github.com/pharmaverse/rtflite/actions/workflows/docs.yml/badge.svg)](https://pharmaverse.github.io/rtflite/)
1010
![License](https://img.shields.io/pypi/l/rtflite)
11+
[![View Code Wiki](https://www.gstatic.com/_/boq-sdlc-agents-ui/_/r/ytWqxKl5yfM.svg)](https://codewiki.google/github.com/pharmaverse/rtflite)
1112

1213
Lightweight RTF composer for Python.
1314

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
via `griffe-pydantic` in API reference docs (#189).
99
- Declare `RTFDocument._table_space` as a Pydantic private attribute to
1010
prevent mkdocstrings render errors in static mode (#189).
11+
- Add Code Wiki link as README badge and site navigation link (#191).
1112

1213
## rtflite 2.5.2
1314

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[![Ruff check](https://github.com/pharmaverse/rtflite/actions/workflows/ruff-check.yml/badge.svg)](https://github.com/pharmaverse/rtflite/actions/workflows/ruff-check.yml)
99
[![Documentation](https://github.com/pharmaverse/rtflite/actions/workflows/docs.yml/badge.svg)](https://pharmaverse.github.io/rtflite/)
1010
![License](https://img.shields.io/pypi/l/rtflite)
11+
[![View Code Wiki](https://www.gstatic.com/_/boq-sdlc-agents-ui/_/r/ytWqxKl5yfM.svg)](https://codewiki.google/github.com/pharmaverse/rtflite)
1112

1213
Lightweight RTF composer for Python.
1314

zensical.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Copyright © 2026 rtflite authors
1313
nav = [
1414
{ "Home" = "index.md" },
1515
{ "Quickstart" = "articles/quickstart.md" },
16+
{ "Code Wiki" = "https://codewiki.google/github.com/pharmaverse/rtflite" },
1617
{ "Articles" = [
1718
{ "Examples" = [
1819
"articles/example-baseline.md",

0 commit comments

Comments
 (0)