Skip to content
1 change: 1 addition & 0 deletions docs/en/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ execute:
timeout: 60
exclude_patterns:
- "releases/jijmodeling-*"
- "releases/unreleased*"

# Define the name of the latex output file for PDF builds
latex:
Expand Down
3 changes: 3 additions & 0 deletions docs/en/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ parts:
- file: basics/expressions
- file: basics/modeling
- file: basics/instance_generation
- caption: Advanced
chapters:
- file: advanced/generation
- caption: Reference
chapters:
- url: https://jij-inc-jijmodeling.readthedocs-hosted.com/en/
Expand Down
319 changes: 319 additions & 0 deletions docs/en/advanced/generation.ipynb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/ja/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ execute:
timeout: 60
exclude_patterns:
- "releases/jijmodeling-*"
- "releases/unreleased*"

# Define the name of the latex output file for PDF builds
latex:
Expand Down
15 changes: 9 additions & 6 deletions docs/ja/_toc.yml
Comment thread
NY57 marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,41 @@
format: jb-book
root: introduction
parts:
# TODO: JijModeling2が正式リリースされた際には、latestではなくstableへのリンクに変更すること
# TODO: JijModeling2 が正式リリースされた際には、latest ではなく stable へのリンクに変更すること
- caption: Switch Language
chapters:
- url: https://jij-inc-jijmodeling-tutorials-en.readthedocs-hosted.com/en/
title: English
- caption: クイックスタート
- caption: Quick Start
chapters:
- file: quickstart/scip
- file: quickstart/openjij
- caption: JijModelingの基本
- caption: Basics
chapters:
- file: basics/overview
- file: basics/problem
- file: basics/variables
- file: basics/expressions
- file: basics/modeling
- file: basics/instance_generation
- caption: リファレンス
- caption: Advanced
chapters:
- file: advanced/generation
- caption: Reference
chapters:
- url: https://jij-inc-jijmodeling.readthedocs-hosted.com/en/
title: jijmodeling API Reference
- file: references/cheat_sheet
- file: references/migration_guide_to_jijmodeling2
- caption: リリースノート
- caption: Release Notes
chapters:
- file: releases/unreleased
- file: releases/jijmodeling-2.2.0
- file: releases/jijmodeling-2.1.0
- file: releases/jijmodeling-2.0.0
- url: https://jij-inc-jijmodeling-tutorials-ja.readthedocs-hosted.com/ja/jijmodeling1
title: JijModeling 1.x 系統
- caption: 旧バージョン向けリソース
- caption: Resources for Older Versions
chapters:
- url: https://jij-inc-jijmodeling-tutorials-ja.readthedocs-hosted.com/ja/jijmodeling1
title: JijModeling 1.x
Loading
Loading