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

Publish all docs to docs.rs #435

Closed
ethanfrey opened this issue Jun 17, 2020 · 2 comments
Closed

Publish all docs to docs.rs #435

ethanfrey opened this issue Jun 17, 2020 · 2 comments

Comments

@ethanfrey
Copy link
Member

Along with #196, this will make it much easier to understand and use the libraries.

cosmwasm_std and cosmwasm_storage are the prime targets as they will be used the most by contract developers and should be well documented (and self-documenting).

Look at https://docs.rs/serde/1.0.112/serde/ for an example

@webmaster128
Copy link
Member

Publishing to docs.rs is done automatically via cargo publish. See the right column of the table in the main README.

@ethanfrey
Copy link
Member Author

I'm blind... cool they are there. However, they definitely need to be improved.

https://docs.rs/cosmwasm-storage/0.8.1/cosmwasm_storage/ is a bit confusing

But https://docs.rs/cosmwasm-std/0.8.1/cosmwasm_std/ is no help to get oriented (unless you know which types to look for)

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

2 participants