Skip to content

Commit

Permalink
Merge pull request #418 from HuangFuSL/re-organize
Browse files Browse the repository at this point in the history
Update: re-organize navigation and clean up
  • Loading branch information
github-actions[bot] authored Dec 4, 2024
2 parents d2ddc54 + afed796 commit a984e42
Show file tree
Hide file tree
Showing 26 changed files with 46 additions and 3,733 deletions.
4 changes: 0 additions & 4 deletions .dockerignore

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ __pycache__/*
*.pdf

# Jupyter Notebook
.ipynb_checkpoints
.ipynb_checkpoints
.venv
27 changes: 0 additions & 27 deletions Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions build.py

This file was deleted.

28 changes: 15 additions & 13 deletions docs/coding/.pages
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
nav:
- index.md
- SVG动画: svg.md
- Leetcode题解: leetcode
- Python:
- 语法: python
- matplotlib: matplotlib
- 手撕系列: dl-from-scratch
- Rust:
- 语法: rust
- GUI: rust-gui
- 机器学习: machine-learning
- 强化学习: reinforcement-learning
- 数据结构: dsa
- 系统配置: configuration
- 编程语言:
- Python: python
- Rust:
- 语法: rust
- GUI: rust-gui
- 算法:
- 数据结构: dsa
- Leetcode题解: leetcode
- 机器学习:
- 机器学习: machine-learning
- 深度学习: dl-from-scratch
- 强化学习: reinforcement-learning
- 其他:
- SVG动画: svg.md
- 系统配置: configuration
8 changes: 1 addition & 7 deletions docs/coding/dl-from-scratch/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
---
hide:
- navigation
- toc
---

# 手撕系列
# 深度学习

## 神经网络层

Expand Down
7 changes: 0 additions & 7 deletions docs/coding/dsa/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
---
hide:
- navigation
- toc

---

# 数据结构

以下整理了邓俊辉老师《数据结构》课程的内容:
Expand Down
21 changes: 16 additions & 5 deletions docs/coding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,28 @@ hide:

---

# 写代码
# Coding

收集从网上找来的各种各样的玩意
编程相关

## 编程语言

* [Leetcode](leetcode/index.md)
* [Python](python/index.md)
* [matplotlib](matplotlib/index.md)
* [Rust](rust/index.md)
* [GUI](rust-gui/index.md)

## 算法

* [Leetcode](leetcode/index.md)
* [数据结构](dsa/index.md)

## 机器学习

* [机器学习](machine-learning/index.md)
* [深度学习](dl-from-scratch/index.md)
* [强化学习](reinforcement-learning/index.md)
* [数据结构](dsa/index.md)

## 其他

* [系统配置](configuration/index.md)
* [SVG](svg.md)
2 changes: 0 additions & 2 deletions docs/coding/matplotlib/.pages

This file was deleted.

3 changes: 0 additions & 3 deletions docs/coding/matplotlib/index.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/coding/python/.pages
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
nav:
- index.md
- Python Style Guide: pyguide.md
- 关闭运行的线程: killable-thread.md
- 魔术方法: magic-functions.md
- Python中的序列类型: sequence.md
- Python中的映射类型: mapping.md
- Python中的字节类型: bytes.md
- Python中的函数: functions.md
- 函数装饰器与闭包: decorator.md
- Python实用工具: snippets
50 changes: 0 additions & 50 deletions docs/coding/python/google_python_style.vim

This file was deleted.

13 changes: 0 additions & 13 deletions docs/coding/python/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
---
hide:
- navigation
- toc

---

# Python

* [关闭Python线程](killable-thread.md)
Expand All @@ -13,9 +6,3 @@ hide:
* [映射类型](mapping.md)
* [字节类型](bytes.md)
* [函数](functions.md)

## 实用工具及代码片段

* [网易云音乐NCM转换](snippets/ncm_decrypt.md)
* [公历农历转换](snippets/cn_date.md)
* [CSV文件合并](snippets/merge_csv.md)
Loading

0 comments on commit a984e42

Please sign in to comment.