Skip to content

Commit 6dbe6a6

Browse files
author
Symbolics
committed
Update documentation and links
1 parent f63ae44 commit 6dbe6a6

File tree

7 files changed

+3735
-274
lines changed

7 files changed

+3735
-274
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<p align="center">
2323
A collection of functions and macros for manipulating Lisp-Stat data-frames and CL arrays
2424
<br />
25-
<a href="https://lisp-stat.dev/docs/tasks/array-operations/"><strong>Explore the docs »</strong></a>
25+
<a href="https://lisp-stat.dev/docs/manuals/array-operations/"><strong>Explore the docs »</strong></a>
2626
<br />
2727
<br />
2828
<a href="https://github.com/lisp-stat/array-operations/issues">Report Bug</a>
@@ -134,7 +134,7 @@ or generated using a function, optionally given index position
134134
`(generate #'identity '(2 3) :position) ; => #2A((0 1 2)
135135
(3 4 5))`
136136

137-
For more examples, please refer to the [manual](https://lisp-stat.dev/docs/tasks/array-operations).
137+
For more examples, please refer to the [manual](https://lisp-stat.dev/docs/manuals/array-operations).
138138

139139

140140
<!-- ROADMAP -->

array-operations.asd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
:long-description #.(uiop:read-file-string
1010
(uiop:subpathname *load-pathname* "description.text"))
1111
:author "Tamas K. Papp <[email protected]>"
12-
:maintainer "Ben Dudson"
1312
:maintainer "Steve Nunez"
1413
:version "1.0.0"
1514
:long-name "Array operations for array-like data structures"
16-
:homepage "https://lisp-stat.dev/array-operations"
15+
:homepage "https://lisp-stat.dev/docs/manuals/array-operations"
1716
:bug-tracker "https://github.com/Lisp-Stat/array-operations/issues"
1817
:license :MS-PL
1918
:class :package-inferred-system
@@ -25,7 +24,6 @@
2524
(defsystem #:array-operations/tests
2625
:description "Unit tests for the ARRAY-OPERATIONS library."
2726
:author "Tamas K. Papp <[email protected]>"
28-
:maintainer "Ben Dudson"
2927
:maintainer "Steve Nunez"
3028
:license :MS-PL
3129
:depends-on (:array-operations ; loads everything else

docs/array-operations.epub

-49 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)