Add README.md.
This commit is contained in:
parent
69b9c317ac
commit
d2eab2fef4
2 changed files with 5 additions and 8 deletions
5
README.md
Normal file
5
README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# zn_poly
|
||||
|
||||
[`zn_poly`](https://gitlab.com/sagemath/zn_poly) is a C library for polynomial
|
||||
arithmetic in `Z/nZ[x]`, where `n` is any modulus that fits into an unsigned
|
||||
long.
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
|
||||
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
|
||||
|
||||
# The dictionary is missing some technical terms
|
||||
addFilter(r'W: spelling-error .* (nZ|zn|Zn)')
|
||||
|
||||
# Documentation is in the main package
|
||||
addFilter(r'zn_poly-(devel|static)\.[^:]+: W: no-documentation')
|
||||
Reference in a new issue