-
Notifications
You must be signed in to change notification settings - Fork 56
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
Compiled documentation is out of date. #147
Comments
Also |
@Parakleta Totally didn't see this until now. I'll look into this. |
You can have Travis auto-build the documentation from current git repository. There are several examples, and I'm using it on my own rust projects: https://github.com/lunemec/rust-num-digitize The travis pushes the doc into separate git branch in this repository after each commit on master, then it is served by github pages. |
Oh, you already have gh-pages branch, which means the autobuild should work :) sorry, didn't notice.. |
@lunemec Now it seems like https://docs.rs/nanomsg is the best option. |
I opened #157 which should fix this issue. Independently the current documentation seems to be up to date, so I think this issue can be closed. |
The linked documentation at http://thehydroimpulse.github.io/nanomsg.rs/nanomsg/struct.Socket.html does not match the actual code in the repository (the type signature of
read_to_end
is what tripped me up).The text was updated successfully, but these errors were encountered: