Skip to content

Commit 9f8ef05

Browse files
committed
Copy docs/ja to docs/en
1 parent 4399b72 commit 9f8ef05

13 files changed

+1359
-736
lines changed

docs/en/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bibtex_bibfiles:
2222
# Information about where the book exists on the web
2323
repository:
2424
url: https://github.com/Jij-Inc/JijModeling-Tutorials # Online location of your book
25-
path_to_book: docs/en # Optional path to your book, relative to the repository root
25+
path_to_book: docs/ja # Optional path to your book, relative to the repository root
2626
branch: main # Which branch of the repository should be used when creating links (optional)
2727

2828
# Add GitHub buttons to your book

docs/en/_toc.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,29 @@
22
# Learn more at https://jupyterbook.org/customize/toc.html
33

44
format: jb-book
5-
root: getting_started
5+
root: introduction
66
parts:
77
- caption: Switch Language
88
chapters:
9-
- url: https://jij-inc.github.io/JijModeling-Tutorials/ja/
10-
title: 日本語
11-
- caption: "Tutorials"
9+
- url: https://jij-inc.github.io/JijModeling-Tutorials/en/
10+
title: English
11+
- caption: "クイックスタート"
12+
chapters:
13+
- file: quickstart/scip
14+
- file: quickstart/openjij
15+
- caption: "チュートリアル"
1216
chapters:
1317
- file: tutorials/creating_models
1418
- file: tutorials/types_and_bounds
1519
- file: tutorials/expressions
1620
- file: tutorials/constraint_and_penalty
17-
- caption: "References"
21+
- caption: "リファレンス"
1822
chapters:
23+
- url: https://jij-inc.github.io/JijModeling-Tutorials/apis/jijmodeling.html
24+
title: "jijmodeling API Reference"
1925
- file: references/tips
2026
- file: references/cheat_sheet
21-
- caption: "Release Notes"
27+
- caption: "リリースノート"
2228
chapters:
2329
- file: releases/jijmodeling-1.8.0
2430
- file: releases/jijmodeling-1.9.0

docs/en/getting_started.ipynb

Lines changed: 0 additions & 352 deletions
This file was deleted.

0 commit comments

Comments
 (0)