Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@
| S01_Groups.lean | [s-taiga](https://github.com/s-taiga) |
| S02_Rings.lean | [s-taiga](https://github.com/s-taiga) |

* C09_Linear_Algebra

| 章名 | 担当 |
| --- | --- |
| C09_Linear_Algebra.rst | [s-taiga](https://github.com/s-taiga) |
| S01_Vector_Spaces.lean | [s-taiga](https://github.com/s-taiga) |
| S02_Subspaces.lean | [s-taiga](https://github.com/s-taiga) |
| S03_Endomorphisms.lean | [s-taiga](https://github.com/s-taiga) |
| S04_Bases.lean | [s-taiga](https://github.com/s-taiga) |

* C09_Topology

| 章名 | 担当 |
Expand Down
2 changes: 1 addition & 1 deletion scripts/mkdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def make_lean_user_main_import_file():
バージョン情報
--------------

この翻訳は原文のcommit `dd607c678b229e26cd6c8dbe43e56f5455b39210 <https://github.com/lean-ja/mathematics_in_lean_source/commit/dd607c678b229e26cd6c8dbe43e56f5455b39210>`_ に基づいています.
この翻訳は原文のcommit `e3d23850cb3cea5016f98d5ca25160b9a74727b9 <https://github.com/lean-ja/mathematics_in_lean_source/commit/e3d23850cb3cea5016f98d5ca25160b9a74727b9>`_ に基づいています.

"""

Expand Down
Loading