Skip to content

Commit 99dac2e

Browse files
committed
ci: generate pages at 091073b [ci skip]
1 parent 091073b commit 99dac2e

File tree

5 files changed

+24
-8
lines changed

5 files changed

+24
-8
lines changed

docs/atcoder-env/index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,16 @@ <h1><a class="header" href="#atcoder運営者向けの情報" id="atcoder運営
152152
<li>Rustツールチェインやクレート(外部ライブラリ)をジャッジサーバへインストールする手順</li>
153153
<li>提出されたプログラムのコンパイルおよび実行手順</li>
154154
</ul>
155-
<p>本章のMarkdownソースファイルはGitHub <a href="https://github.com/rust-lang-ja/atcoder-rust-resources">rust-lang-ja/atcoder-rust-resources</a>にあります。
156-
内容について質問などがありましたら、<a href="https://github.com/rust-lang-ja/atcoder-rust-resources/issues">GitHub Issue</a>などでご連絡ください。</p>
155+
<h2><a class="header" href="#rustツールチェインやクレートの内容など" id="rustツールチェインやクレートの内容など">Rustツールチェインやクレートの内容など</a></h2>
156+
<ul>
157+
<li>Rust 1.35.0</li>
158+
<li>インストールするクレート:<a href="https://github.com/rust-lang-ja/atcoder-rust-resources/wiki/Crates-2019">このページ</a>を参照</li>
159+
</ul>
160+
<p>ユーザプログラム(選手が提出したプログラム)がクレートを使用しない場合、インストールしたクレートはユーザプログラムの実行ファイルになんの影響も与えません。
161+
素のRust環境を別途用意する必要はありません</p>
162+
<h2><a class="header" href="#内容についてのお問い合わせなど" id="内容についてのお問い合わせなど">内容についてのお問い合わせなど</a></h2>
163+
<p>内容について質問などがありましたら、<a href="https://github.com/rust-lang-ja/atcoder-rust-resources/issues">GitHub Issue</a>などでご連絡ください。</p>
164+
<p>なお本章のMarkdownソースファイルはGitHub <a href="https://github.com/rust-lang-ja/atcoder-rust-resources">rust-lang-ja/atcoder-rust-resources</a>にあります。</p>
157165

158166
</main>
159167

docs/atcoder-env/installing-rust-crates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h2><a class="header" href="#インストールするクレートについて" i
171171
</li>
172172
</ul>
173173
<p><strong>AtCoder運営者様へのお願い</strong></p>
174-
<p>対象クレートの一覧は<a href="crates-2019">このページ</a>にあります。
174+
<p>対象クレートの一覧は<a href="https://github.com/rust-lang-ja/atcoder-rust-resources/wiki/Crates-2019">このページ</a>にあります。
175175
ジャッジサーバで使用して問題ない内容か、インストール前にレビューをお願いいたします。</p>
176176
<p>質問や要望などがありましたら、<a href="https://github.com/rust-lang-ja/atcoder-rust-resources/issues">GitHub Issue</a>などでご連絡ください。</p>
177177
<h2><a class="header" href="#ファイルレイアウトとクレートの事前コンパイル" id="ファイルレイアウトとクレートの事前コンパイル">ファイルレイアウトとクレートの事前コンパイル</a></h2>

docs/print.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,16 @@ <h1><a class="header" href="#atcoder運営者向けの情報" id="atcoder運営
232232
<li>Rustツールチェインやクレート(外部ライブラリ)をジャッジサーバへインストールする手順</li>
233233
<li>提出されたプログラムのコンパイルおよび実行手順</li>
234234
</ul>
235-
<p>本章のMarkdownソースファイルはGitHub <a href="https://github.com/rust-lang-ja/atcoder-rust-resources">rust-lang-ja/atcoder-rust-resources</a>にあります。
236-
内容について質問などがありましたら、<a href="https://github.com/rust-lang-ja/atcoder-rust-resources/issues">GitHub Issue</a>などでご連絡ください。</p>
235+
<h2><a class="header" href="#rustツールチェインやクレートの内容など" id="rustツールチェインやクレートの内容など">Rustツールチェインやクレートの内容など</a></h2>
236+
<ul>
237+
<li>Rust 1.35.0</li>
238+
<li>インストールするクレート:<a href="https://github.com/rust-lang-ja/atcoder-rust-resources/wiki/Crates-2019">このページ</a>を参照</li>
239+
</ul>
240+
<p>ユーザプログラム(選手が提出したプログラム)がクレートを使用しない場合、インストールしたクレートはユーザプログラムの実行ファイルになんの影響も与えません。
241+
素のRust環境を別途用意する必要はありません</p>
242+
<h2><a class="header" href="#内容についてのお問い合わせなど" id="内容についてのお問い合わせなど">内容についてのお問い合わせなど</a></h2>
243+
<p>内容について質問などがありましたら、<a href="https://github.com/rust-lang-ja/atcoder-rust-resources/issues">GitHub Issue</a>などでご連絡ください。</p>
244+
<p>なお本章のMarkdownソースファイルはGitHub <a href="https://github.com/rust-lang-ja/atcoder-rust-resources">rust-lang-ja/atcoder-rust-resources</a>にあります。</p>
237245
<!-- -*- coding:utf-8-unix -*- -->
238246
<h1><a class="header" href="#本章で想定している環境" id="本章で想定している環境">本章で想定している環境</a></h1>
239247
<h2><a class="header" href="#用語" id="用語">用語</a></h2>
@@ -492,7 +500,7 @@ <h2><a class="header" href="#インストールするクレートについて" i
492500
</li>
493501
</ul>
494502
<p><strong>AtCoder運営者様へのお願い</strong></p>
495-
<p>対象クレートの一覧は<a href="atcoder-env/crates-2019">このページ</a>にあります。
503+
<p>対象クレートの一覧は<a href="https://github.com/rust-lang-ja/atcoder-rust-resources/wiki/Crates-2019">このページ</a>にあります。
496504
ジャッジサーバで使用して問題ない内容か、インストール前にレビューをお願いいたします。</p>
497505
<p>質問や要望などがありましたら、<a href="https://github.com/rust-lang-ja/atcoder-rust-resources/issues">GitHub Issue</a>などでご連絡ください。</p>
498506
<h2><a class="header" href="#ファイルレイアウトとクレートの事前コンパイル" id="ファイルレイアウトとクレートの事前コンパイル">ファイルレイアウトとクレートの事前コンパイル</a></h2>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy