-
Notifications
You must be signed in to change notification settings - Fork 121
Write and publish docs #150
Comments
I know you built some docs, can we make a checklist of all the public APIs visible in it, and then we can just go through and comment them, and then make sure we do the same going forward? |
I'd like to mark bindings as
|
Hi, I would like to help writing the documentation. However, at the moment it is very hard do build the documentation to begin with. Is there are simpler way? |
At this point all new development is happening on https://github.com/Rust-for-Linux/linux/. If you're interested in contributing to the docs, that's the place to start. |
We should have docs for at least all public APIs, and published rustdocs linked from the README.
It's not super straightforward to use this repo with crates.io (you need a local checkout for getting to the target JSON file, see #1). docs.rs automatically publishes crates on crates.io; I'm not sure if we want to publish the crate for the sake of using that (+ getting into things like crater runs?), or just self-host docs. (I run enough websites that I'm not going to be sad about self-hosting docs somewhere....)
The text was updated successfully, but these errors were encountered: