From f31ff720b3c8d65185881522f395c74b1463c835 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sun, 30 Jul 2023 11:41:29 -0700 Subject: [PATCH] pkgs/sagemath-meataxe/README.rst: Remove markup unknown to PyPI --- pkgs/sagemath-meataxe/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/sagemath-meataxe/README.rst b/pkgs/sagemath-meataxe/README.rst index 088ce86478b..659edb3cf9f 100644 --- a/pkgs/sagemath-meataxe/README.rst +++ b/pkgs/sagemath-meataxe/README.rst @@ -28,8 +28,8 @@ About this pip-installable source distribution This pip-installable source distribution ``sagemath-meataxe`` is a small optional distribution for use with ``sagemath-standard``. -This distribution provides the SageMath modules :mod:`sage.libs.meataxe` -and :mod:`sage.matrix.matrix_gfpn_dense`. +This distribution provides the SageMath modules ``sage.libs.meataxe`` +and ``sage.matrix.matrix_gfpn_dense``. It provides a specialized implementation of matrices over the finite field F_q, where q <= 255, using the `SharedMeatAxe `