diff --git a/ChangeLog.md b/ChangeLog.md index 4f59e06..72d7eda 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,12 @@ # ChangeLog + + +## 0.16.0 (2024-05-04) + +* A generic-function [`40ants-doc/locatives/asdf-system:asdf-system-documentation-title`][530f] was added. It allows to override the text of a section showing an information about `ASDF` system. + ## 0.15.4 (2024-01-26) @@ -303,6 +309,7 @@ of [`40ants-doc-full/builder:render-to-files`][6a41] function. [813d]: https://40ants.com/doc/#x-2840ANTS-DOC-2FAUTODOC-3ADEFAUTODOC-20-2840ANTS-DOC-2FLOCATIVES-3AMACRO-29-29 [8c40]: https://40ants.com/doc/#x-2840ANTS-DOC-2FCHANGELOG-3ADEFCHANGELOG-20-2840ANTS-DOC-2FLOCATIVES-3AMACRO-29-29 [dc59]: https://40ants.com/doc/#x-2840ANTS-DOC-2FIGNORED-WORDS-3AIGNORE-WORDS-IN-PACKAGE-20-2840ANTS-DOC-2FLOCATIVES-3AMACRO-29-29 +[530f]: https://40ants.com/doc/#x-2840ANTS-DOC-2FLOCATIVES-2FASDF-SYSTEM-3AASDF-SYSTEM-DOCUMENTATION-TITLE-20GENERIC-FUNCTION-29 [b3bb]: https://40ants.com/doc/#x-2840ANTS-DOC-2FLOCATIVES-2FBASE-3ALOCATIVE-ARGS-20GENERIC-FUNCTION-29 [0796]: https://40ants.com/doc/#x-2840ANTS-DOC-2FLOCATIVES-2FBASE-3ALOCATIVE-TYPE-20GENERIC-FUNCTION-29 [359f]: https://40ants.com/doc/#x-2840ANTS-DOC-2FLOCATIVES-3AINCLUDE-20-2840ANTS-DOC-2FLOCATIVES-3ALOCATIVE-29-29 diff --git a/README.md b/README.md index fe5960d..2ff620d 100644 --- a/README.md +++ b/README.md @@ -198,11 +198,11 @@ choose which. -## [class](98a6) `foo-random:foo-random-state` () +## [class](c978) `foo-random:foo-random-state` () -## [reader](5aa7) `foo-random:state` (foo-random-state) () +## [reader](e9df) `foo-random:state` (foo-random-state) () Returns random foo's state. @@ -210,24 +210,24 @@ Hey we can also print states! -## [method](0c07) `common-lisp:print-object` (object foo-random-state) stream +## [method](809a) `common-lisp:print-object` (object foo-random-state) stream -## [variable](7443) `foo-random:*foo-state*` # +## [variable](aa3a) `foo-random:*foo-state*` # Much like `*RANDOM-STATE*` but uses the `FOO` algorithm. -## [function](a391) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*) +## [function](c3b2) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*) Return not a random number from a zero mean normal distribution with `STDDEV`. -## [function](66c5) `foo-random:uniform-random` limit &key (random-state \*foo-state\*) +## [function](9f80) `foo-random:uniform-random` limit &key (random-state \*foo-state\*) Return a random number from the between 0 and `LIMIT` (exclusive) uniform distribution. @@ -250,12 +250,12 @@ with `FOO`: ``` [2133]: #x-28FOO-RANDOM-3A-2AFOO-STATE-2A-20-28VARIABLE-29-29 -[98a6]: https://github.com/40ants/doc/blob/ac2588f4843e14544615c642911140baeb371b7e/full/tutorial.lisp#L35 -[5aa7]: https://github.com/40ants/doc/blob/ac2588f4843e14544615c642911140baeb371b7e/full/tutorial.lisp#L36 -[0c07]: https://github.com/40ants/doc/blob/ac2588f4843e14544615c642911140baeb371b7e/full/tutorial.lisp#L39 -[7443]: https://github.com/40ants/doc/blob/ac2588f4843e14544615c642911140baeb371b7e/full/tutorial.lisp#L42 -[66c5]: https://github.com/40ants/doc/blob/ac2588f4843e14544615c642911140baeb371b7e/full/tutorial.lisp#L45 -[a391]: https://github.com/40ants/doc/blob/ac2588f4843e14544615c642911140baeb371b7e/full/tutorial.lisp#L51 +[c978]: https://github.com/40ants/doc/blob/374d069d67b108bbb777694959448663c81637a4/full/tutorial.lisp#L35 +[e9df]: https://github.com/40ants/doc/blob/374d069d67b108bbb777694959448663c81637a4/full/tutorial.lisp#L36 +[809a]: https://github.com/40ants/doc/blob/374d069d67b108bbb777694959448663c81637a4/full/tutorial.lisp#L39 +[aa3a]: https://github.com/40ants/doc/blob/374d069d67b108bbb777694959448663c81637a4/full/tutorial.lisp#L42 +[9f80]: https://github.com/40ants/doc/blob/374d069d67b108bbb777694959448663c81637a4/full/tutorial.lisp#L45 +[c3b2]: https://github.com/40ants/doc/blob/374d069d67b108bbb777694959448663c81637a4/full/tutorial.lisp#L51 ```` `MGL-PAX` supported the plain text format which was more readble when viewed from a simple text editor, but I've dropped support for plain text in this fork