Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actually include docstrings into manual #317

Open
fingolfin opened this issue Dec 21, 2020 · 4 comments
Open

Actually include docstrings into manual #317

fingolfin opened this issue Dec 21, 2020 · 4 comments

Comments

@fingolfin
Copy link
Member

Running documenter on the manual currently produces a bunch of warnings about docstrings that are not included in the manual. We should probably fix those.

┌ Warning: 18 docstrings not included in the manual:
│
│     Singular.permute_variables :: Tuple{spoly,Array{Int64,1},PolyRing}
│     Singular.modulo :: Tuple{smodule,smodule}
│     Singular.Singular
│     AbstractAlgebra.Generic.kernel :: Tuple{AbstractAlgebra.Map{PolyRing,PolyRing,Singular.AbstractAlgebraHomomorphism,Singular.SIdAlgHom}}
│     AbstractAlgebra.Generic.kernel :: Tuple{AbstractAlgebra.Map{PolyRing,PolyRing,Singular.AbstractAlgebraHomomorphism,Singular.SAlgHom}}
│     Singular.lift_std :: Tuple{smodule}
│     Singular.eliminate :: Tuple{smodule,Vararg{spoly,N} where N}
│     Singular.R :: Union{Tuple{CxxWrap.CxxWrapCore.CxxPtr{Singular.libSingular.ideal},Val{:module}}, Tuple{T}} where T
│     Singular.R :: Union{Tuple{CxxWrap.CxxWrapCore.CxxPtr{Singular.libSingular.poly},Val{:vector}}, Tuple{T}} where T
│     Singular.R :: Union{Tuple{AbstractAlgebra.Generic.MPoly{T}}, Tuple{T}} where T<:AbstractAlgebra.RingElem
│     Singular.R :: Union{Tuple{spoly{Singular.n_unknown{T}}}, Tuple{T}} where T<:AbstractAlgebra.RingElem
│     Nemo.lift :: Tuple{smodule,smodule}
│     AbstractAlgebra.Generic.preimage :: Tuple{AbstractAlgebra.Map{PolyRing,PolyRing,Singular.AbstractAlgebraHomomorphism,Singular.SAlgHom},sideal}
│     AbstractAlgebra.Generic.preimage :: Tuple{AbstractAlgebra.Map{PolyRing,PolyRing,Singular.AbstractAlgebraHomomorphism,Singular.SIdAlgHom},sideal}
│     Singular.isquotient_ring :: Tuple{PolyRing}
│     Singular.slimgb :: Tuple{sideal}
│     Singular.slimgb :: Tuple{smodule}
│     Singular.substitute_variable :: Tuple{spoly,Int64,spoly}
@wbhart
Copy link
Contributor

wbhart commented Jan 11, 2021 via email

@fieker
Copy link
Contributor

fieker commented Jan 11, 2021 via email

@wbhart
Copy link
Contributor

wbhart commented Jan 11, 2021

There also seems to be some duplication between this issue and #145 which I opened ages ago.

@rfourquet
Copy link
Contributor

I feel that I do not care too much about the unhappyness of documenter....

We can instruct documenter to not complain via the checkdocs keyword of makedocs (e.g. checkdocs=:exports complains only when the function is exported, and checkdocs=:none never complains).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants