Skip to content

Commit

Permalink
Merge pull request #788 from lean-ja/Seasawher/issue783
Browse files Browse the repository at this point in the history
PDF 版を生成しない
  • Loading branch information
Seasawher authored Sep 13, 2024
2 parents 0b68cd8 + 9964524 commit afba0ea
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 104 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ ENV PATH=$PATH:$HOME/.cargo/bin

# mdbook と mdbook のプラグインのインストール
RUN cargo install --version 0.4.35 mdbook && \
cargo install --version 1.18.0 mdbook-admonish && \
cargo install mdbook-pdf
cargo install --version 1.18.0 mdbook-admonish
2 changes: 0 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

* [mdbook](https://github.com/rust-lang/mdBook) を使用して markdown ファイルから HTML を生成しています。以下のプラグインを使用しています。
* [mdbook-admonish](https://github.com/tommilligan/mdbook-admonish) を使用してカードを表示させています。
* [HollowMan6/mdbook-pdf](https://github.com/HollowMan6/mdbook-pdf) を使用して PDF 版を生成しています。PDF 版の生成以外には使用していません。

> [!IMPORTANT]
> 開発に使用する mdbook のバージョンは `0.4.35` に固定してください。`0.4.35` 以外のバージョンではレイアウトが崩れます。
Expand All @@ -24,7 +23,6 @@

* 地の文はですます調とし、コード例の中の文章は常体とします。
* 読点には `` を、句点には `` を使用します。ただし例外として、直前の文字が半角文字であるときには `` の代わりに半角カンマ `,` を使用します。
* 見出しの中でインラインコードを使用すると、PDF版で見栄えが悪くなるので避けてください。
* 見出し語 `foo` に対して、目次の中での記事の名前は `foo: (日本語による一言説明)` とします。可能な限り1行に収まるようにしてください。
* 目次である `src/SUMMARY.md` の内の記事は、カテゴリごとにアルファベット昇順に並べてください。VSCode だと [Tyriar.sort-lines](https://marketplace.visualstudio.com/items?itemName=Tyriar.sort-lines) という拡張機能があって、並び替えを自動で行うことができます。
* Lean コードは、コンパイルが通るようにして `Examples` 配下に配置します。
Expand Down
68 changes: 0 additions & 68 deletions .github/workflows/pdf.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ If you use this book for your work, please cite it as follows:
}
```

As this book is a website, the content changes on a daily basis. A PDF version is generated for each commit by the [Generate PDF workflow](./.github/workflows/pdf.yml). Use this as a citation if necessary.

## プライバシーポリシー

当 Web サイトでは、ユーザーのアクセス状況の分析のために Google アナリティクスを使用しています。Google アナリティクスは、 Cookie を利用してユーザーのWebサイト利用情報を収集しますが、これは匿名化されており、個人を特定する情報は収集されません。
Expand Down
15 changes: 0 additions & 15 deletions book-pdf.toml

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/GeneratePdf.ps1

This file was deleted.

0 comments on commit afba0ea

Please sign in to comment.