abhro

Results 55 issues of abhro

If stayed indented, Documenter.jl picks it all up as code sample and displays monospace. Moreover, the actual code sample/examples are not recognized.

Lack of indentation broke markdown bullet list in the docstring for servedocs()

In the grid, the top-left corner cell is missing its label. Minimal working example attached (PDF from Pluto.jl notebook). ```julia using CairoMakie using PairPlots pairplot(rand(100, 3)) ``` [pairplots-bug-report-mwe.pdf](https://github.com/sefffal/PairPlots.jl/files/15081033/pairplots-bug-report-mwe.pdf)

- Add documentation website through Documenter.jl - Fix docstrings so that they get picked up by Documenter.jl Note: the documentation site isn't currently deployed, it's only for local building. A...

- Add DLMF reference identifiers - Add sections to API list - Clean up docstrings

In a project implementing multiple papers' algorithms, the original bibtex files are served as assets. But they can also be used to create references. The approach I tried was ```julia...

The following line https://github.com/JuliaImages/ImageFeatures.jl/blob/1d2e4e9760fcedcc0fc2fff043e97ddbc2c0e474/src/brisk.jl#L83 uses the `IntegralArray()` type, (from the IntegralArrays.jl package if I understand correctly) but the package is neither imported nor referenced in the dependencies. On its own,...