josdejong/mathjs

No embedded docs for (some?) units

开放

#2,449 创建于 2022年2月26日

 (3 条评论) (0 个反应) (0 位负责人)JavaScript (1,314 个派生)batch import
bugcategory:unitsdocumentationhelp wanted

仓库指标

星标
 (15,065 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

With the restored autocomplete facility in the demo, I discovered that mathjs knows about the units 'candela' and 'angstrom'. As these seem somewhat esoteric, I tried help(candela) and help('candela') (and similarly for angstrom) in the homepage demo, and all of these calls returned Error: No documentation found on "candela".

There should be (1) a test that all appropriate symbols have embedded docs, and (2) all units should have embedded docs.

贡献者指南