Julia: Doc of getproperty polluted by BunchKaufman and QRSparse

Created on 16 May 2018  路  1Comment  路  Source: JuliaLang/julia

Running ?Base.getproperty prints a long help text on extracting factors of above two factorizations. This is the wrong place for those to be: if I would look for them I would not type ?Base.getproperty and if I type ?Base.getproperty I certainly am not interested in those. They probably should be moved to the documentation of the types themselves, which is currently empty.
(Also, the types in some of the doc-strings are outdated due to stdlib-move)

X-ref: #25184
(Add Doc and LinearAlgebra labels)

doc linear algebra

Most helpful comment

I feel like we don't need have docstrings for getproperty on those. Can't we just document the F.L etc accessors in the docstring for the factorization?

>All comments

I feel like we don't need have docstrings for getproperty on those. Can't we just document the F.L etc accessors in the docstring for the factorization?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

i-apellaniz picture i-apellaniz  路  3Comments

ararslan picture ararslan  路  3Comments

wilburtownsend picture wilburtownsend  路  3Comments

omus picture omus  路  3Comments

musm picture musm  路  3Comments