From 3f5126a6c5f9b5c964653ad85e6cada38edd44ee Mon Sep 17 00:00:00 2001 From: Marc Mezzarobba Date: Tue, 23 Jan 2024 11:07:17 +0100 Subject: [PATCH] =?UTF-8?q?:func:``foo``=20=E2=86=92=20:func:`foo`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/source/flint.rst | 4 ++-- doc/source/fmpz_mpoly.rst | 4 ++-- doc/source/nmod_mpoly.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/flint.rst b/doc/source/flint.rst index 3688706e53..032c67d5a4 100644 --- a/doc/source/flint.rst +++ b/doc/source/flint.rst @@ -405,7 +405,7 @@ Input/Output This functions is an extensions of the C standard library functions ``sprintf``. It is currently advised to not use this function as it is - currently not coherent with :func:``flint_printf``. + currently not coherent with :func:`flint_printf`. .. function:: int flint_scanf(const char * str, ...) int flint_fscanf(FILE * f, const char * str, ...) @@ -424,7 +424,7 @@ Exceptions .. function:: void flint_set_abort(void (* func)(void)) - Sets the :func:``flint_abort`` function to call ``func`` instead of + Sets the :func:`flint_abort` function to call ``func`` instead of ``abort``. .. enum:: flint_err_t diff --git a/doc/source/fmpz_mpoly.rst b/doc/source/fmpz_mpoly.rst index f34e6551f4..4b0b39501e 100644 --- a/doc/source/fmpz_mpoly.rst +++ b/doc/source/fmpz_mpoly.rst @@ -785,7 +785,7 @@ Internal Functions .. function:: int fmpz_mpoly_divides_heap_threaded(fmpz_mpoly_t Q, const fmpz_mpoly_t A, const fmpz_mpoly_t B, const fmpz_mpoly_ctx_t ctx) - The same method as used as in :func:``fmpz_mpoly_divides_monagan_pearce``, + The same method as used as in :func:`fmpz_mpoly_divides_monagan_pearce`, but is also multi-threaded. .. note:: @@ -796,7 +796,7 @@ Internal Functions ``#ifdef fmpz_mpoly_divides_heap_threaded``. Note that, if the system is known to be strongly ordered, the underlying - algorithm for this function is utilized in :func:``fmpz_mpoly_divides``. + algorithm for this function is utilized in :func:`fmpz_mpoly_divides`. Hence, you may find it easier to use this function instead if the C preprocessor is not available. diff --git a/doc/source/nmod_mpoly.rst b/doc/source/nmod_mpoly.rst index 80a3d994de..5d9030cb5f 100644 --- a/doc/source/nmod_mpoly.rst +++ b/doc/source/nmod_mpoly.rst @@ -530,7 +530,7 @@ The division functions assume that the modulus is prime. ``#ifdef nmod_mpoly_divides_heap_threaded``. Note that, if the system is known to be strongly ordered, the underlying - algorithm for this function is utilized in :func:``nmod_mpoly_divides``. + algorithm for this function is utilized in :func:`nmod_mpoly_divides`. Hence, you may find it easier to use this function instead if the C preprocessor is not available.