Skip to content

Commit 2af397e

Browse files
committed
初期の目次構成を作った
1 parent d06330a commit 2af397e

File tree

10 files changed

+36
-1
lines changed

10 files changed

+36
-1
lines changed

Diff for: source/about-python/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ Pythonとは
77
:caption: Contents:
88

99
what-python
10-

Diff for: source/ide/index.rst

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
IDE(エディタ)
2+
=================
3+
4+
5+
.. toctree::
6+
:maxdepth: 2
7+
:caption: Contents:
8+
9+
vscode-setup
10+
vscode-use

Diff for: source/ide/vscode-setup.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# VSCodeのインストール
2+

Diff for: source/ide/vscode-use.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# VSCodeの使い方
2+

Diff for: source/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Welcome to Pythonスターターガイド's documentation!
1111
:caption: Contents:
1212

1313
about-python/index
14+
python-setup/index
15+
ide/index
1416

1517

1618

Diff for: source/python-setup/index.rst

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Pythonセットアップと起動
2+
================================
3+
4+
5+
.. toctree::
6+
:maxdepth: 2
7+
:caption: Contents:
8+
9+
install-py39-win
10+
install-py39-mac
11+
start-up
12+
interpreter

Diff for: source/python-setup/install-py39-mac.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Pythonのインストール(macOS)
2+

Diff for: source/python-setup/install-py39-win.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Pythonのインストール(Windows 10)
2+

Diff for: source/python-setup/interpreter.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Pythonの対話モード
2+

Diff for: source/python-setup/start-up.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Pythonをコマンドから起動
2+

0 commit comments

Comments
 (0)