Skip to content

Commit 87a32ed

Browse files
authored
docs: READMEの外部badge依存を削除
Shields.io障害時も壊れないリンク列へ変更し、Python対応情報をインストールガイドへ分離する。
1 parent f7481da commit 87a32ed

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# rsshogi
22

3-
[![crates.io](https://img.shields.io/crates/v/rsshogi)](https://crates.io/crates/rsshogi)
4-
[![docs.rs](https://img.shields.io/docsrs/rsshogi)](https://docs.rs/rsshogi)
5-
[![Docs (GitHub Pages)](https://img.shields.io/badge/docs-github.io-blue)](https://nyoki-mtl.github.io/rsshogi/)
6-
[![PyPI](https://img.shields.io/pypi/v/rsshogi)](https://pypi.org/project/rsshogi/)
7-
[![Python](https://img.shields.io/pypi/pyversions/rsshogi)](https://pypi.org/project/rsshogi/)
8-
[![License](https://img.shields.io/github/license/nyoki-mtl/rsshogi)](LICENSE)
3+
[crates.io](https://crates.io/crates/rsshogi) |
4+
[docs.rs](https://docs.rs/rsshogi) |
5+
[Documentation](https://nyoki-mtl.github.io/rsshogi/) |
6+
[PyPI](https://pypi.org/project/rsshogi/) |
7+
[Python 3.10+](https://nyoki-mtl.github.io/rsshogi/getting-started/installation.html) |
8+
[MIT License](LICENSE)
99

1010
Rust で実装された将棋ライブラリです。Python バインディングも提供しており、盤面管理、指し手生成、棋譜処理などの基本機能を高速に利用できます。
1111

0 commit comments

Comments
 (0)