Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutaj committed Sep 9, 2023
1 parent fc95608 commit 605d1f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/codes/reference/problem.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ ignored_samples = []
[[statements]]
path = "./statement/statement_ja.md"
lang = "ja"
markdown_extensions = ["md_in_html", "tables", "fenced_code"]

[[statements]]
path = "./statement/statement_en.md"
lang = "en"
markdown_extensions = ["md_in_html", "tables", "fenced_code"]

[constraints]
MIN_N = 1
MAX_N = 100_000
MIN_M = 1
MAX_M = 100_000
MIN_D = 0
MAX_D = 2_000_000_000
MIN_N = 1
MAX_N = 100_000
MIN_M = 1
MAX_M = 100_000
MIN_D = 0
MAX_D = 2_000_000_000
4 changes: 4 additions & 0 deletions docs/problem_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ problem.toml の書き方

何も指定しなかった場合は ``en`` が設定されているとみなして実行します。

.. problemtoml:: markdown_extensions

`Python-Markdown が公式でサポートしている拡張機能 <https://python-markdown.github.io/extensions/>`_ のうち、使用したいものの Entry Point をリスト形式で指定します。

.. problemtoml:: mode

``docs`` または ``local`` のどちらかを指定します。問題文ファイルが存在する場所に応じて設定ください。
Expand Down

0 comments on commit 605d1f1

Please sign in to comment.