Skip to content

Commit d5558d1

Browse files
authored
Merge pull request #2 from python-ed/init-doc-table
目次を作る
2 parents 0902e5d + 2af397e commit d5558d1

11 files changed

+54
-0
lines changed

source/about-python/index.rst

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Pythonとは
2+
=================
3+
4+
5+
.. toctree::
6+
:maxdepth: 2
7+
:caption: Contents:
8+
9+
what-python

source/about-python/what-python.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Pythonとはなにか
2+
3+
Pythonとは・・・・・。
4+
5+
##
6+
7+
ああああ

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

source/ide/vscode-setup.md

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

source/ide/vscode-use.md

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

source/index.rst

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

13+
about-python/index
14+
python-setup/index
15+
ide/index
16+
1317

1418

1519
Indices and tables

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
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Pythonのインストール(macOS)
2+
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Pythonのインストール(Windows 10)
2+

source/python-setup/interpreter.md

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

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)