From d9c52cafef3365d2f5750ae40ef9443da453311d Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Tue, 23 Jan 2024 23:45:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=B8=AA=E6=8C=87?= =?UTF-8?q?=E5=90=91=E6=96=B0=E6=96=87=E6=A1=A3=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/main/lib-not-dr.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/main/lib-not-dr.md b/docs/main/lib-not-dr.md index bcbf5d6..c729b48 100644 --- a/docs/main/lib-not-dr.md +++ b/docs/main/lib-not-dr.md @@ -33,6 +33,9 @@ pip install lib-not-dr[nuitka] > WIP > 等待 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" 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` -前往 [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" [tool.lndl.nuitka.cli]