Skip to content

Commit

Permalink
Merge pull request #73 from math-comp/fix_meta
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
CohenCyril committed Oct 28, 2021
2 parents 3e11135 + 5bd6759 commit 3a7b4fe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
3 changes: 1 addition & 2 deletions NIX.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@
> nix-shell --arg withEmacs true
in order to get a temporary installation of emacs and
proof-general. Make sure you add `(require 'proof-site)` to your
`$HOME/.emacs`.
proof-general.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,6 @@ make install
number of real roots of a polynomial by one plus the number of
real roots of its derivative,

- `xmathcomp/diag.v` contains the theory of diagonalisation and
codiagonalisation with the standard criterions.

- `xmathcomp/mxgal.v` represents elements of a Galois group as
matrices, this enables the use of `diag` to find eigenvectors and
eigenvalues.

- `xmathcomp/mxextra.v` is a correspondance between `'M_(_,_)` and `'Hom(_, _)`
which is unused in the current development, we use `mxgal` instead.

## Development information

[Developping with nix](NIX.md)
10 changes: 0 additions & 10 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,6 @@ documentation: |-
number of real roots of a polynomial by one plus the number of
real roots of its derivative,
- `xmathcomp/diag.v` contains the theory of diagonalisation and
codiagonalisation with the standard criterions.
- `xmathcomp/mxgal.v` represents elements of a Galois group as
matrices, this enables the use of `diag` to find eigenvectors and
eigenvalues.
- `xmathcomp/mxextra.v` is a correspondance between `'M_(_,_)` and `'Hom(_, _)`
which is unused in the current development, we use `mxgal` instead.
## Development information
[Developping with nix](NIX.md)

0 comments on commit 3a7b4fe

Please sign in to comment.