Skip to content

Commit

Permalink
👷 Migrate mkdos-material to 9.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kinegratii committed Jan 9, 2024
1 parent 1b1fb0c commit 580a64d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 90 deletions.
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Borax - python3工具库 - 中国农历/中文数字/设计模式/树形结构
# Borax - python农历&节日工具库 - 中文数字/设计模式/树形结构

[![PyPI](https://img.shields.io/pypi/v/borax.svg)](https://pypi.org/project/borax)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/borax.svg)](https://pypi.org/project/borax)
Expand Down Expand Up @@ -29,6 +29,8 @@ Borax 是一个Python3工具集合库。

## 开发(Development)

- **开发环境**: python3.11.7
- **集成测试环境**: python3.7 - 3.12
- **代码仓库**[Github](https://github.com/kinegratii/borax/) | [Gitee (镜像)](https://gitee.com/kinegratii/borax)
- **项目开发**: [版本日志](changelog) | [技术文档(外链)](http://fd8cc08f.wiz06.com/wapp/pages/view/share/s/3Zzc2f0LJQ3w2TWIQb0ZMSna1zg4gs1vPQmb2vlh9M2zhqK8)
- **发布日志**: [v3.5](release-note/v350) | [v3.5.6](release-note/v356) | [v4.0.0](release-note/v400)
Expand Down
33 changes: 0 additions & 33 deletions docs/_sidebar.md

This file was deleted.

17 changes: 12 additions & 5 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# 更新日志

## v4.0.1
## v4.1.0
- 功能更新
- 新增 [Borax日历应用](/guides/borax_calendar_app)
- 新增方法 `FestivalLibrary.extend_term_festivals`
- 项目构建
- 本地开发环境更新至 python3.11.7
- 使用 *pyproject.toml* 项目构建配置文件,构建命令 `python -m build -w`
- 支持python3.12
- 项目文档
- mkdocs-material 更新至 9.5.3
- 不再支持 docsify 构建(index.html 冲突)

- 使用 *pyproject.toml* 项目构建配置文件,构建命令 `python -m build -w`
- 支持python3.12
- 新增方法 `FestivalLibrary.extend_term_festivals`

## v4.0.0 (20221115)

- 新增基于 tkinter 的 [节日界面库](/guides/festivals-ui)
- 新增基于 tkinter 的 [节日界面库](/guides/festivals2-ui)
- 移除源代码文件编码声明行
- 移除 `borax.calendars.festival` 模块
- 修正 `LunarDate` 显示星期错误的问题 ([#49](https://github.com/kinegratii/borax/issues/49)
Expand Down
49 changes: 0 additions & 49 deletions docs/index.html

This file was deleted.

3 changes: 2 additions & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ extra:
link: https://github.com/kinegratii/borax
- icon: fontawesome/brands/python
link: https://pypi.org/project/borax
copyright: Copyright © 2018 - 2022 Samuel.Yan
copyright: Copyright © 2018 - 2024 Samuel.Yan
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- mdx_truly_sane_lists
nav:
- 首页: README.md
- 应用: guides/borax_calendar_app.md
- 农历与节日:
- 农历: guides/lunardate.md
- 节日: guides/festivals2.md
Expand Down
2 changes: 1 addition & 1 deletion requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs-material==8.5.3
mkdocs-material==9.5.3
mdx-truly-sane-lists==1.3

0 comments on commit 580a64d

Please sign in to comment.