diff --git a/doc/python.md b/doc/python.md index 5a03800384f39229474a449c8ad1372839422287..9f6cf506456996872d1d88930765876c6942c65e 100644 --- a/doc/python.md +++ b/doc/python.md @@ -70,6 +70,7 @@ Celery [Django REST framework](https://www.django-rest-framework.org/): a powerful and flexible toolkit for building Web APIs. [SQLAlchemy](https://www.sqlalchemy.org/):the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. +- [SQLAlchemy 1.4 Documentation](https://docs.sqlalchemy.org/en/14/) [pip](https://pypi.python.org/pypi/pip/) is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes. diff --git a/index.html b/index.html index 8936ed63b5cf814f53164cf0e0571544590e1c81..442ff0f412882838d54835f6332de0158600d1bc 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,18 @@ + @@ -37,11 +49,23 @@ placeholder: '搜索', noData: '没有结果!', }, + // 显示更新时间 + timeUpdater: { + // text: ">最后更新时间: {docsify-updated}", + text: "
最后更新时间: {docsify-updated}
", + formatUpdated: "{YYYY}-{MM}-{DD} {HH}:{mm}", + }, + // 目录 + toc: { + scope: '.markdown-section', + headings: 'h1, h2, h3, h4, h5, h6', + title: '目录', + }, } - + @@ -49,6 +73,11 @@ + + + + \ No newline at end of file