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

Undefined binding #489

Closed
juliohm opened this issue May 19, 2017 · 2 comments
Closed

Undefined binding #489

juliohm opened this issue May 19, 2017 · 2 comments

Comments

@juliohm
Copy link
Contributor

juliohm commented May 19, 2017

Could you please help in figuring out why the docstrings for fit! and weights are not found?

https://github.com/juliohm/GeoStats.jl/blob/master/src/estimators.jl#L22-L34

I am getting warnings that say:

Documenter: setting up build directory.
Documenter: expanding markdown templates.
!! Undefined binding 'fit!'. [src/estimation.md]
!! Undefined binding 'weights'. [src/estimation.md]
Documenter: building cross-references.
Documenter: running document checks.
checking for missing docstrings.
running doctests.
checking footnote links.
Documenter: populating indices.
Documenter: rendering document.
Documenter: skipping docs deployment.
You can set DOCUMENTER_DEBUG to "true" in Travis to see more information.

@mortenpi
Copy link
Member

Those functions are not exported, right? So I don't think they exist in make.jl's global scope right now for Documenter to find. You could refer to them with the full name in the @docs blocks (e.g. GeoStats.fit!).

@juliohm
Copy link
Contributor Author

juliohm commented May 19, 2017

Indeed! I completely missed that detail, thank you @mortenpi.

@juliohm juliohm closed this as completed May 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants