Skip to content

Commit 5e704bd

Browse files
committed
wip
1 parent 862a891 commit 5e704bd

File tree

38 files changed

+1051
-605
lines changed

38 files changed

+1051
-605
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Griffe
22

33
[![ci](https://github.com/mkdocstrings/griffe/workflows/ci/badge.svg)](https://github.com/mkdocstrings/griffe/actions?query=workflow%3Aci)
4-
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://mkdocstrings.github.io/griffe/)
4+
[![documentation](https://img.shields.io/badge/docs-zensical-FF9100.svg?style=flat)](https://mkdocstrings.github.io/griffe/)
55
[![pypi version](https://img.shields.io/pypi/v/griffe.svg)](https://pypi.org/project/griffe/)
66
[![gitter](https://img.shields.io/badge/matrix-chat-4db798.svg?style=flat)](https://app.gitter.im/#/room/#mkdocstrings_griffe:gitter.im)
77
[![radicle](https://img.shields.io/badge/rad-clone-6666FF.svg?style=flat)](https://app.radicle.at/nodes/seed.radicle.at/rad:z4M5XTPDD4Wh1sm8iPCenF85J3z8Z)
@@ -168,4 +168,7 @@ See the [Loading chapter](https://mkdocstrings.github.io/griffe/guide/users/load
168168

169169
*And 7 more private sponsor(s).*
170170

171+
## Sponsors
172+
173+
<!-- sponsors-start -->
171174
<!-- sponsors-end -->

config/ruff.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ ignore = [
1818
"D417", # Missing argument description in the docstring
1919
"E501", # Line too long
2020
"EM", # Raw strings in exceptions
21-
"FIX001", # Line contains FIXME
22-
"FIX002", # Line contains TODO
2321
"ERA001", # Commented out code
22+
"FIX", # TODO, FIXME, etc.
23+
"G004", # Logging statement uses f-string
2424
"PD", # Pandas-related
2525
"PERF203", # Try-except block in for loop (zero-cost with Python 3.11+)
2626
"PLR0911", # Too many return statements
@@ -30,7 +30,7 @@ ignore = [
3030
"SLF001", # Private member accessed
3131
"TD001", # Invalid TODO tag: FIXME
3232
"TD002", # Missing author in TODO
33-
"TD003", # Missing issue link on the line following this TODO
33+
"TD003", # Missing issue link for TODO
3434
"TRY003", # Avoid specifying long messages outside the exception class
3535
"UP007", # Use `X | Y` for type annotations
3636
]

config/vscode/launch.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@
2323
"name": "docs",
2424
"type": "debugpy",
2525
"request": "launch",
26-
"module": "mkdocs",
26+
"module": "zensical",
2727
"justMyCode": false,
2828
"args": [
2929
"serve",
30-
"-v"
3130
]
3231
},
3332
{

docs/.overrides/partials/comments.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Giscus -->
2-
<!-- https://squidfunk.github.io/mkdocs-material/setup/adding-a-comment-system/#giscus-integration -->
2+
<!-- https://zensical.org/docs/setup/comment-system/#giscus-integration -->
33
<div id="feedback" style="display: none;">
44
<h2 id="__comments">Feedback</h2>
55
<script src="https://giscus.app/client.js"

docs/.overrides/partials/path-item.html

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Community
22

3-
Griffe is part of is the [mkdocstrings](https://mkdocstrings.github.io/) ecosystem, and therefore part of the [MkDocs](https://www.mkdocs.org/) ecosystem too. These two ecosystems have wonderful communities and we invite you to join them :octicons-heart-fill-24:{ .pulse } Make sure to read and follow our [code of conduct](code-of-conduct.md) when engaging with the community.
3+
Griffe is part of is the [mkdocstrings](https://mkdocstrings.github.io/) ecosystem, and therefore part of the [MkDocs](https://www.mkdocs.org/) ecosystem too. These two ecosystems have wonderful communities and we invite you to join them :octicons-heart-fill-24:{ .pulse } Make sure to read and follow our [code of conduct](../code-of-conduct.md) when engaging with the community.
44

55
You can start new discussions on GitHub, in the following repositories, depending on the specificity of the discussion: [griffe](https://github.com/mkdocstrings/griffe), [mkdocstrings-python](https://github.com/mkdocstrings/python), [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings), and [MkDocs](https://github.com/mkdocs/mkdocs).
66

@@ -12,7 +12,7 @@ The best place to share about Griffe is of course our Gitter channel.
1212

1313
More generally, Griffe is also related to **API documentation** and **API analysis** (static or dynamic): if your project is related to these two domains, but in different ecosystems (other programming languages, static site generators, or environments), feel free to drop us a message! We are always happy to share with other actors in these domains :material-handshake:
1414

15-
- [Getting help](getting-help.md)
16-
- [Contributing](contributing.md)
17-
- [Code of conduct](code-of-conduct.md)
18-
- [Credits](credits.md)
15+
- [Getting help](../getting-help.md)
16+
- [Contributing](../contributing.md)
17+
- [Code of conduct](../code-of-conduct.md)
18+
- [Credits](../credits.md)

0 commit comments

Comments
 (0)