Skip to content

Commit 186e382

Browse files
committed
docs: READMEのファイル構成を最新に更新
1 parent 0bc4297 commit 186e382

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ This README uses Maya's common scripts folder as an example.
2626
├── __init__.py
2727
├── _metadata.py
2828
├── deep_reloader.py
29+
├── dependency_extractor.py
30+
├── domain.py
2931
├── from_clause.py
3032
├── import_clause.py
31-
├── module_node.py
32-
├── symbol_extractor.py
3333
├── LICENSE
3434
├── README.md
3535
└── tests/

docs/README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Pythonパスが通っている場所であればどこでも配置可能です
2626
├── __init__.py
2727
├── _metadata.py
2828
├── deep_reloader.py
29+
├── dependency_extractor.py
30+
├── domain.py
2931
├── from_clause.py
3032
├── import_clause.py
31-
├── module_node.py
32-
├── symbol_extractor.py
3333
├── LICENSE
3434
├── README.md
3535
└── tests/

docs/README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
├── __init__.py
2727
├── _metadata.py
2828
├── deep_reloader.py
29+
├── dependency_extractor.py
30+
├── domain.py
2931
├── from_clause.py
3032
├── import_clause.py
31-
├── module_node.py
32-
├── symbol_extractor.py
3333
├── LICENSE
3434
├── README.md
3535
└── tests/

0 commit comments

Comments
 (0)