-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathnavigation.yml
More file actions
46 lines (45 loc) · 1.19 KB
/
navigation.yml
File metadata and controls
46 lines (45 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
main:
- title: "🏠 Home"
url: "/"
- title: "🇨🇳 中文版"
url: "/README_cn.html"
- title: "📚 Resources"
url: "#resources"
children:
- title: "📖 Tutorials"
url: "#tutorials"
- title: "📚 Books"
url: "#books"
- title: "🎓 Courses"
url: "#courses"
- title: "🛠️ Tools"
url: "#tools"
- title: "🤖 AI/ML"
url: "#ai-ml"
children:
- title: "🧠 LLM"
url: "#python-for-llm"
- title: "📊 Data Science"
url: "#data-science"
- title: "💹 Finance"
url: "#finance"
- title: "🔗 GitHub"
url: "https://github.com/flypython/python"
external: true
footer:
- title: "Quick Links"
children:
- title: "Python.org"
url: "https://python.org"
- title: "PyPI"
url: "https://pypi.org"
- title: "Real Python"
url: "https://realpython.com"
- title: "Community"
children:
- title: "Reddit r/Python"
url: "https://reddit.com/r/Python"
- title: "Stack Overflow"
url: "https://stackoverflow.com/questions/tagged/python"
- title: "Python Discord"
url: "https://discord.gg/python"