添加一个指向新文档的链接

This commit is contained in:
shenjack 2024-01-23 23:45:29 +08:00
parent 655708ec94
commit d9c52cafef
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -33,6 +33,9 @@ pip install lib-not-dr[nuitka]
> WIP > WIP
> 等待 0.4.0 > 等待 0.4.0
[这里](./lib-not-dr/loggers.md) 有一个还在编写的文档
[Here](./lib-not-dr/loggers.md) have a document I'm still working on
```python title="logger.py" ```python title="logger.py"
from lib_not_dr import loggers from lib_not_dr import loggers
@ -61,7 +64,8 @@ logger.trace('so this message will be in the same line', tag='same line!')
> >
> Config in `pyproject.toml` > Config in `pyproject.toml`
前往 [example/nuitka](/example/nuitka) 查看更多例子 [这里](./lib-not-dr/nuitka.md) 有一个还在编写的文档
[Here](./lib-not-dr/nuitka.md) have a document I'm still working on
```toml title="pyproject.toml" ```toml title="pyproject.toml"
[tool.lndl.nuitka.cli] [tool.lndl.nuitka.cli]