Zulip Chat Archive

Stream: general

Topic: linear algebra documentation push


Rob Lewis (Sep 30 2019 at 08:20):

Over the summer we put in new documentation guidelines (https://github.com/leanprover-community/mathlib/issues/1260). I think we've been fairly good about meeting these guidelines in new PRs, but there's still a lot of library missing documentation. So here's a request to the community: let's get the linear algebra directory up to speed. It's a pretty clean corner of the library, and used in various places. It deserves to be better documented. I hope that some of the main contributors (@Chris Hughes @Johan Commelin @Alexander Bentkamp @Johannes Hölzl ) will be able to help, but PRs are welcome from anyone.

Rob Lewis (Sep 30 2019 at 08:22):

(Another bit of motivation: we're trying to write something up about mathlib and wanted to use the linear algebra library as an example. This will be much easier to write if it's documented!)

Rob Lewis (Oct 01 2019 at 15:02):

Here's a start: https://github.com/leanprover-community/mathlib/pull/1501

Alexander Bentkamp (Oct 02 2019 at 15:37):

I started with the file I know best :-)

Alexander Bentkamp (Oct 02 2019 at 15:37):

https://github.com/leanprover-community/mathlib/pull/1503

Alexander Bentkamp (Oct 08 2019 at 13:17):

@Rob Lewis @Patrick Massot I've now renamed the types in linear_algebra/basis.lean.


Last updated: Dec 20 2023 at 11:08 UTC