Skip to content

Commit e93e1d1

Browse files
authored
Merge pull request #42 from ghost242/system/main-index
update(system): update index page, gemfile
2 parents fd653ba + 04df2ef commit e93e1d1

3 files changed

Lines changed: 13 additions & 24 deletions

File tree

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ GEM
1414
http_parser.rb (~> 0)
1515
eventmachine (1.2.7)
1616
execjs (2.10.0)
17-
ffi (1.17.2-arm64-darwin)
18-
ffi (1.17.2-x86_64-linux-gnu)
17+
ffi (1.17.3-arm64-darwin)
18+
ffi (1.17.3-x86_64-linux-gnu)
1919
forwardable-extended (2.6.0)
2020
google-protobuf (4.33.2-arm64-darwin)
2121
bigdecimal
@@ -63,7 +63,7 @@ GEM
6363
jekyll-watch (2.2.1)
6464
listen (~> 3.0)
6565
json (2.18.0)
66-
just-the-docs (0.10.1)
66+
just-the-docs (0.11.1)
6767
jekyll (>= 3.8.5)
6868
jekyll-include-cache
6969
jekyll-seo-tag (>= 2.0)
@@ -87,13 +87,13 @@ GEM
8787
mercenary (0.4.0)
8888
pathutil (0.16.2)
8989
forwardable-extended (~> 2.6)
90-
public_suffix (7.0.0)
90+
public_suffix (7.0.1)
9191
rake (13.3.1)
9292
rb-fsevent (0.11.2)
9393
rb-inotify (0.11.1)
9494
ffi (~> 1.0)
9595
rexml (3.4.4)
96-
rouge (4.6.1)
96+
rouge (4.7.0)
9797
rubyzip (2.4.1)
9898
safe_yaml (1.0.5)
9999
sass-embedded (1.97.1-arm64-darwin)

docs/python/index.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22
layout: default
33
title: Python
44
has_children: true
5+
has_toc: true
56
nav_order: 3
67
---
7-
8-
## Table of contents
9-
10-
### Sub Category
11-
12-
* <a href="./codetest/index.md" style="font-size:1.5em">Project Tests</a>
13-
* <a href="./cpython/index.md" style="font-size:1.5em">About CPython</a>
14-
* <a href="./localize/index.md" style="font-size:1.5em">Locales</a>
15-
* <a href="./trick/index.md" style="font-size:1.5em">Code Tricks</a>
16-
17-
### Post
18-
19-
* [소스 코드 수준에서 바라본 Python3]("./2025-12-25-about-python-interpreter.md")

index.markdown

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,20 @@ nav_order: 0
1010

1111
## Interest items
1212

13-
* AI
14-
* Symbolic AI
13+
* [AI](./docs/ai)
14+
* [Symbolic AI](./docs/ai/symbolic)
1515
* LLM
1616
* Agent
1717
* Vector Embedding
18+
* [Utility Tools](./docs/ai/tool)
1819

1920
* Programming language
20-
* Python
21-
* Haskell
21+
* [Python](./docs/python)
22+
* [Haskell](./docs/haskell)
2223

2324
* Infrastructure
24-
* Network Programming
25-
* Database
25+
* [Network Programming](./docs/networks)
26+
* [Database](./docs/database)
2627

2728
* Software engineering
2829
* Designing Architecture

0 commit comments

Comments
 (0)