nim-works/nimskull

docgen for `threads` and `builtin_channels` links broken

Aberta

#1.466 aberto em 24 de out. de 2024

 (0 comentário) (0 reação) (0 responsável)Nim (39 forks)auto 404
bugdocumentationgood first issuehelp wanted

Métricas do repositório

Stars
 (346 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Threading and channels related documentation is now generated again, as part of https://github.com/nim-works/nimskull/pull/1464, but due to a docgen bug the documentation for the threads and builtin_channels modules, which are included from the system module do not work.

This used to work with the legacy docgen feature, but that has since been removed, see: https://github.com/nim-works/nimskull/pull/303. Update the existing docgen to get the links working again from the generated index.html.

Guia do colaborador