diff options
author | Efraim Flashner | 2021-10-29 15:03:35 +0300 |
---|---|---|
committer | Efraim Flashner | 2021-10-29 15:03:35 +0300 |
commit | d6a52e209b7f5eb9882a7ed6ebbc2cbeaee72126 (patch) | |
tree | fac7540ce27b099315afb5a729b9d248393461fe /gn | |
parent | e698b098503790688b71e26fa46875538e2d08c8 (diff) | |
download | guix-bioinformatics-d6a52e209b7f5eb9882a7ed6ebbc2cbeaee72126.tar.gz |
gn: fix texinfo markup
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/julia.scm | 10 | ||||
-rw-r--r-- | gn/packages/node.scm | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gn/packages/julia.scm b/gn/packages/julia.scm index 5aeb11f..7795a7c 100644 --- a/gn/packages/julia.scm +++ b/gn/packages/julia.scm @@ -297,12 +297,12 @@ distributed computing.") (description "Julia package for probability distributions and associated functions. Particularly, @code{Distributions} implements: @enumerate -@enum Moments (e.g mean, variance, skewness, and kurtosis), entropy, and other +@item Moments (e.g mean, variance, skewness, and kurtosis), entropy, and other properties -@enum Probability density/mass functions (pdf) and their logarithm (logpdf) -@enum Moment generating functions and characteristic functions -@enum Sampling from population or from a distribution -@enum Maximum likelihood estimation +@item Probability density/mass functions (pdf) and their logarithm (logpdf) +@item Moment generating functions and characteristic functions +@item Sampling from population or from a distribution +@item Maximum likelihood estimation @end enumerate") (license license:expat))) diff --git a/gn/packages/node.scm b/gn/packages/node.scm index 7559e0b..9151cf1 100644 --- a/gn/packages/node.scm +++ b/gn/packages/node.scm @@ -1648,7 +1648,7 @@ from C are supported as well as some other extensions from Ruby.") ;("node-winston-compat" ,node-winston-compat) )) (home-page "https://github.com/winstonjs/winston-transport") - (synopsis "Base stream implementations for winston@3 and up") + (synopsis "Base stream implementations for winston@@3 and up") (description "The base TransportStream implementation for winston >= 3. Use these to write ecosystem Transports for winston.") (license license:expat))) |