From 17bf030cf496ef6717733029de1c5103ec775084 Mon Sep 17 00:00:00 2001 From: Richard Samuelson Date: Mon, 25 Sep 2023 22:00:33 -0700 Subject: [PATCH] Another edit. --- docs/literate/pixel.jl | 2 +- docs/src/generated/pixel.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/literate/pixel.jl b/docs/literate/pixel.jl index ad3bdd8..67f92b7 100644 --- a/docs/literate/pixel.jl +++ b/docs/literate/pixel.jl @@ -12,7 +12,7 @@ using Catlab.CategoricalAlgebra.FinRelations: BoolRig # # References: # - Spivak, David I. et al. "Pixel Arrays: A fast and elementary method for solving -# nonlinear systems." *arXiv: Numerical Analysis* (2016): n. pag. +# nonlinear systems." *arXiv: Numerical Analysis* (2016): n. pag. const PixelArray{N} = Array{BoolRig, N} function PixelArray(f::Function, xdim::NamedTuple, ydim::NamedTuple, tol::Real) diff --git a/docs/src/generated/pixel.md b/docs/src/generated/pixel.md index 55075a0..942a81a 100644 --- a/docs/src/generated/pixel.md +++ b/docs/src/generated/pixel.md @@ -20,7 +20,7 @@ xRy \iff f(x, y) = 0. References: - Spivak, David I. et al. "Pixel Arrays: A fast and elementary method for solving -nonlinear systems." *arXiv: Numerical Analysis* (2016): n. pag. + nonlinear systems." *arXiv: Numerical Analysis* (2016): n. pag. ````@example pixel const PixelArray{N} = Array{BoolRig, N}