From eb7c8709c7306bb292a593f1613c54bf7f36e00f Mon Sep 17 00:00:00 2001 From: Ed Scheinerman Date: Sun, 25 Aug 2024 16:15:05 -0400 Subject: [PATCH] documenter --- docs/build/.documenter-siteinfo.json | 2 +- extras/README.md | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/build/.documenter-siteinfo.json b/docs/build/.documenter-siteinfo.json index 1326a1d..e280513 100644 --- a/docs/build/.documenter-siteinfo.json +++ b/docs/build/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-08-25T16:14:03","documenter_version":"1.5.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-08-25T16:14:53","documenter_version":"1.5.0"}} \ No newline at end of file diff --git a/extras/README.md b/extras/README.md index ed61176..6cef64f 100644 --- a/extras/README.md +++ b/extras/README.md @@ -55,8 +55,3 @@ julia> hilbert(4) julia> detx(ans) 1//6048000 ``` - -## Old permanent code - -The permanent of a matrix is now computed with a much more efficient method. The old code -is archived in the file `old_permanent.jl`. \ No newline at end of file