Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 22, 2021
1 parent 0b7d510 commit 307a912
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

# ChangeLog

<a id="x-2840ANTS-DOC-2FCHANGELOG-3A-3A-7C0-2E5-2E7-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

## 0.5.7 (2021-10-21)

* [`defsection`][4e8b] macro now supports `EXTERNAL-DOCS` argument.

<a id="x-2840ANTS-DOC-2FCHANGELOG-3A-3A-7C0-2E5-2E6-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

## 0.5.6 (2021-10-21)

* Blockquotes markup is supported now.

* Now external references are rendered as code and downcased according to the settings.

<a id="x-2840ANTS-DOC-2FCHANGELOG-3A-3A-7C0-2E5-2E5-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

## 0.5.5 (2021-09-26)
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,36 +199,36 @@ choose which.

<a id="x-28FOO-RANDOM-3AFOO-RANDOM-STATE-20CLASS-29"></a>

## [class](da74) `foo-random:foo-random-state` ()
## [class](871f) `foo-random:foo-random-state` ()

<a id="x-28FOO-RANDOM-3ASTATE-20-2840ANTS-DOC-2FLOCATIVES-3AREADER-20FOO-RANDOM-3AFOO-RANDOM-STATE-29-29"></a>

## [reader](28a9) `foo-random:state` (foo-random-state) ()
## [reader](1ae0) `foo-random:state` (foo-random-state) ()

Returns random foo's state.

Hey we can also print states!

<a id="x-28PRINT-OBJECT-20-28METHOD-20NIL-20-28FOO-RANDOM-3AFOO-RANDOM-STATE-20T-29-29-29"></a>

## [method](8614) `common-lisp:print-object` (object foo-random-state) stream
## [method](2ff5) `common-lisp:print-object` (object foo-random-state) stream

<a id="x-28FOO-RANDOM-3A-2AFOO-STATE-2A-20-28VARIABLE-29-29"></a>

## [variable](a69d) `foo-random:*foo-state*` #<foo-random-state >
## [variable](ad3d) `foo-random:*foo-state*` #<foo-random-state >

Much like `*RANDOM-STATE*` but uses the `FOO` algorithm.

<a id="x-28FOO-RANDOM-3AGAUSSIAN-RANDOM-20FUNCTION-29"></a>

## [function](9b5e) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*)
## [function](4dbf) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*)

Return not a random number from a zero mean normal distribution with
`STDDEV`.

<a id="x-28FOO-RANDOM-3AUNIFORM-RANDOM-20FUNCTION-29"></a>

## [function](eb4a) `foo-random:uniform-random` limit &key (random-state \*foo-state\*)
## [function](ac3b) `foo-random:uniform-random` limit &key (random-state \*foo-state\*)

Return a random number from the between 0 and `LIMIT` (exclusive)
uniform distribution.
Expand All @@ -251,12 +251,12 @@ with `FOO`:
```

[2133]: #x-28FOO-RANDOM-3A-2AFOO-STATE-2A-20-28VARIABLE-29-29
[da74]: https://github.com/40ants/doc/blob/a67045e29730887a4614fbcee3db6978f5b385f6/tutorial.lisp#L34
[28a9]: https://github.com/40ants/doc/blob/a67045e29730887a4614fbcee3db6978f5b385f6/tutorial.lisp#L35
[8614]: https://github.com/40ants/doc/blob/a67045e29730887a4614fbcee3db6978f5b385f6/tutorial.lisp#L38
[a69d]: https://github.com/40ants/doc/blob/a67045e29730887a4614fbcee3db6978f5b385f6/tutorial.lisp#L41
[eb4a]: https://github.com/40ants/doc/blob/a67045e29730887a4614fbcee3db6978f5b385f6/tutorial.lisp#L44
[9b5e]: https://github.com/40ants/doc/blob/a67045e29730887a4614fbcee3db6978f5b385f6/tutorial.lisp#L50
[871f]: https://github.com/40ants/doc/blob/0b7d510a142b077a8d1fb20566414a8359a031df/tutorial.lisp#L34
[1ae0]: https://github.com/40ants/doc/blob/0b7d510a142b077a8d1fb20566414a8359a031df/tutorial.lisp#L35
[2ff5]: https://github.com/40ants/doc/blob/0b7d510a142b077a8d1fb20566414a8359a031df/tutorial.lisp#L38
[ad3d]: https://github.com/40ants/doc/blob/0b7d510a142b077a8d1fb20566414a8359a031df/tutorial.lisp#L41
[ac3b]: https://github.com/40ants/doc/blob/0b7d510a142b077a8d1fb20566414a8359a031df/tutorial.lisp#L44
[4dbf]: https://github.com/40ants/doc/blob/0b7d510a142b077a8d1fb20566414a8359a031df/tutorial.lisp#L50
````
`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
Expand Down

0 comments on commit 307a912

Please sign in to comment.