Skip to content

Commit

Permalink
Say goodbye to GH Pages in favor of docs.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Oct 9, 2023
1 parent 0d6554f commit afaebbd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 125 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/docs.yml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -60,7 +60,7 @@ newer Rust features are only available on newer Rust toolchains:

## Platform support

[Platform-specific documentation (HEAD)][docs.head].
You can see the platform(target)-specific docs on [docs.rs], select a platform you want to see.

See
[`ci/build.sh`](https://github.com/rust-lang/libc/blob/HEAD/ci/build.sh)
Expand Down Expand Up @@ -107,4 +107,3 @@ dual licensed as above, without any additional terms or conditions.
[Documentation]: https://docs.rs/libc/badge.svg
[docs.rs]: https://docs.rs/libc
[License]: https://img.shields.io/crates/l/libc.svg
[docs.head]: https://rust-lang.github.io/libc/#platform-specific-documentation
82 changes: 0 additions & 82 deletions ci/dox.sh

This file was deleted.

4 changes: 0 additions & 4 deletions src/lib.rs
@@ -1,8 +1,4 @@
//! libc - Raw FFI bindings to platforms' system libraries
//!
//! [Documentation for other platforms][pd].
//!
//! [pd]: https://rust-lang.github.io/libc/#platform-specific-documentation
#![crate_name = "libc"]
#![crate_type = "rlib"]
#![allow(
Expand Down

0 comments on commit afaebbd

Please sign in to comment.