Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 1
---

import ViewSource from "@site/src/components/ViewSource";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
---

import ViewSource from "@site/src/components/ViewSource";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 9
sidebar_position: 3
---

import ViewSource from "@site/src/components/ViewSource";
Expand Down
7 changes: 7 additions & 0 deletions docs/02advanced/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 3
---

# 応用的なプログラム

Python の基礎は学ぶことができたので、ここからはさらに複雑なプログラムを作っていきましょう。
7 changes: 0 additions & 7 deletions docs/02algorithms/index.mdx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 1
---

import DocCardList from "@theme/DocCardList";
Expand All @@ -11,11 +11,3 @@ import DocCardList from "@theme/DocCardList";
はじめは簡単なシミュレーションをして、その後複雑なシミュレーションを行います。

<DocCardList />

:::tip

ちなみに、**シュミレーション**と言われることがよくありますが、**シュミレーション**ではなく**シミュレーション**です。

英語では simulation と綴るのを考えれば、すぐにわかりますね。

:::
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 2
---

import ViewSource from "@site/src/components/ViewSource";
Expand Down
15 changes: 15 additions & 0 deletions docs/03simulation/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 3
---

# シミュレーション

ここでは、シミュレーションについて学んでいきましょう。

:::note

ちなみに、**シュミレーション**と言われることがよくありますが、**シュミレーション**ではなく**シミュレーション**です。

英語では simulation と綴るのを考えれば、すぐにわかりますね。

:::
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 5
sidebar_position: 1
---

import ViewSource from "@site/src/components/ViewSource";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 3
---

import ViewSource from "@site/src/components/ViewSource";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 8
sidebar_position: 4
---

import ViewSource from "@site/src/components/ViewSource";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 10
sidebar_position: 5
---

import ViewSource from "@site/src/components/ViewSource";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 11
sidebar_position: 6
---

import ViewSource from "@site/src/components/ViewSource";
Expand Down
7 changes: 7 additions & 0 deletions docs/04algorithms/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 4
---

# 様々なアルゴリズム

ここからはさまざまなアルゴリズムについて見ていきます。
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 5
---

# あとがき
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ macOS は Linux と同じく UNIX を源流とするので、非常に簡単に
`new password` を求められたときに、入力しても画面上は何も変化しませんが正しく入力されています。そのまま入力して `Enterキー` を押してください。
:::

WSL の具体的な使い方に関しては、[Visual Studio Code をインストールの項](/docs/04extras/02vscode/)で述べます。
WSL の具体的な使い方に関しては、[Visual Studio Code をインストールの項](../02vscode/)で述べます。
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Visual Studio Code(VS Code) は、Microsoft 社 が開発しているフリー

ここでは、VSCode から WSL 上のファイルに簡単にアクセスできる WSL 拡張機能のインストール方法を紹介します。

[WSL をインストールの項](/docs/04extras/01wsl/)を参考に WSL をインストールしておいてください。
[WSL をインストールの項](../01wsl/)を参考に WSL をインストールしておいてください。

下記の動画を参考に VSCode で拡張機能を検索して、 Remote WSL 拡張機能をインストールしてください。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import installPython from "./install_python.mp4";

## ローカル環境への Python のインストール方法

Windows を使っている場合は、[WSL をインストールの項](/docs/04extras/01wsl/)を参考に WSL をインストールしておいてください。
Windows を使っている場合は、[WSL をインストールの項](../01wsl/)を参考に WSL をインストールしておいてください。

[Visual Studio Code をインストールの項](/docs/04extras/02vscode/)を参考に VSCode をインストールしておいてください。
[Visual Studio Code をインストールの項](../02vscode/)を参考に VSCode をインストールしておいてください。

VSCode で `samples` プロジェクトフォルダを開いている状態にしておいてください。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import installCurl from "./install_curl.mp4";
# npm のインストール方法

:::caution
Windows を使っている場合は、[WSL をインストールの項](/docs/04extras/01wsl/)を参考に WSL をインストールしておいてください。
Windows を使っている場合は、[WSL をインストールの項](../../../01wsl/)を参考に WSL をインストールしておいてください。

[Visual Studio Code をインストールの項](/docs/04extras/02vscode/)を参考に VSCode をインストールしておいてください。
[Visual Studio Code をインストールの項](../../../02vscode/)を参考に VSCode をインストールしておいてください。
:::

## npm のインストール方法
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ $\LaTeX$ のプレイグラウンドを作ってみました。機能には制

## $\TeX~\text{Live}$ のインストール

[Visual Studio Code をインストールの項](/docs/04extras/02vscode/)を参考に VSCode をインストールしておいてください。
[Visual Studio Code をインストールの項](../02vscode/)を参考に VSCode をインストールしておいてください。

Windows を使っている場合は、[WSL をインストールの項](/docs/04extras/01wsl/)を参考に WSL もインストールしておいてください。
Windows を使っている場合は、[WSL をインストールの項](../01wsl/)を参考に WSL もインストールしておいてください。

VSCode で `samples` プロジェクトフォルダを開いている状態にしておいてください。

Expand Down
File renamed without changes
File renamed without changes.