-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move references from a directive to an ext-ref
- Loading branch information
1 parent
c700d2f
commit 03b7549
Showing
59 changed files
with
278 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,4 @@ docs/_build | |
javascript/src/lib/fallbacks | ||
docs/languages*.svg | ||
docs/_tags | ||
docs/inv/*/objects.inv | ||
docs/objects.inv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,46 @@ | ||
# Sphinx inventory version 2 | ||
# Project: Rust Inventory | ||
# Version: 0.0.1 | ||
# The remainder of this file is compressed using zlib. | ||
itertools::Itertools rust:trait 1 https://docs.rs/itertools/latest/itertools/trait.Itertools.html itertools::Itertools | ||
num_traits::NumAssign rust:trait 1 https://docs.rs/num-traits/latest/num_traits/trait.NumAssign.html num_traits::NumAssign | ||
num_traits::One rust:trait 1 https://docs.rs/num-traits/latest/num_traits/identities/trait.One.html num_traits::One | ||
num_traits::Zero rust:trait 1 https://docs.rs/num-traits/latest/num_traits/identities/trait.Zero.html num_traits::Zero | ||
num_traits::one rust:fn 1 https://docs.rs/num-traits/latest/num_traits/identities/fn.one.html num_traits::one | ||
num_traits::zero rust:fn 1 https://docs.rs/num-traits/latest/num_traits/identities/fn.zero.html num_traits::zero | ||
std::cmp::max rust:fn 1 https://doc.rust-lang.org/stable/std/cmp/fn.max.html std::cmp::max | ||
std::cmp::Ord rust:trait 1 https://doc.rust-lang.org/stable/std/cmp/trait.Ord.html std::cmp::Ord | ||
std::cmp::PartialOrd rust:trait 1 https://doc.rust-lang.org/stable/std/cmp/trait.PartialOrd.html std::cmp::PartialOrd | ||
std::collections::HashMap rust:struct 1 https://doc.rust-lang.org/stable/std/collections/struct.HashMap.html std::collections::HashMap | ||
std::hash::Hash rust:trait 1 https://doc.rust-lang.org/stable/std/cmp/trait.Hash.html std::hash::Hash | ||
std::mem::size_of rust:fn 1 https://doc.rust-lang.org/stable/std/mem/fn.size_of.html std::mem::size_of | ||
std::ops::Add rust:trait 1 https://doc.rust-lang.org/stable/std/ops/trait.Add.html std::ops::Add | ||
std::ops::Div rust:trait 1 https://doc.rust-lang.org/stable/std/ops/trait.Div.html std::ops::Div | ||
std::ops::Mul rust:trait 1 https://doc.rust-lang.org/stable/std/ops/trait.Mul.html std::ops::Mul | ||
std::ops::Rem rust:trait 1 https://doc.rust-lang.org/stable/std/ops/trait.Rem.html std::ops::Rem | ||
seq_macro::seq rust:macro 1 https://docs.rs/seq-macro/latest/seq_macro/macro.seq.html seq_macro::seq | ||
std::iter::TakeWhile rust:Struct 1 https://doc.rust-lang.org/beta/std/iter/struct.TakeWhile.html std::iter::TakeWhile | ||
std::any::TypeId rust:Struct 1 https://doc.rust-lang.org/beta/std/any/struct.TypeId.html std::any::TypeId | ||
std::sync::Mutex rust:Struct 1 https://doc.rust-lang.org/beta/std/sync/struct.Mutex.html std::sync::Mutex | ||
std::sync::RwLock rust:Struct 1 https://doc.rust-lang.org/beta/std/sync/struct.RwLock.html std::sync::RwLock | ||
std::sync::Once rust:Struct 1 https://doc.rust-lang.org/beta/std/sync/struct.Once.html std::sync::Once | ||
# Sphinx inventory version 2 | ||
# Project: Non-Python Inventory | ||
# Version: 0.0.1 | ||
# The remainder of this file is compressed using zlib. | ||
stdint c:type 1 https://en.cppreference.com/w/c/types/integer <stdint.h> | ||
inttypes c:type 1 https://en.cppreference.com/w/c/types/integer <inttypes.h> | ||
stdbool c:type 1 https://en.cppreference.com/w/c/types <stdbool.h> | ||
stdio c:type 1 https://en.cppreference.com/w/c/io <stdio.h> | ||
string c:type 1 https://en.cppreference.com/w/c/string/bytes <string.h> | ||
stdlib c:type 1 https://en.cppreference.com/w/c/program <stdlib.h> | ||
math c:type 1 https://en.cppreference.com/w/c/numeric/math <math.h> | ||
direct c:type 1 https://en.wikipedia.org/wiki/Direct.h <direct.h> | ||
windows c:type 1 https://en.wikipedia.org/wiki/Windows.h <windows.h> | ||
libgen c:type 1 https://man7.org/linux/man-pages/man0/libgen.h.0p.html <libgen.h> | ||
unistd c:type 1 https://man7.org/linux/man-pages/man0/unistd.h.0p.html <unistd.h> | ||
|
||
cerrno cpp:type 1 https://en.cppreference.com/w/cpp/header/cerrno <cerrno> | ||
iostream cpp:type 1 https://en.cppreference.com/w/cpp/header/iostream <iostream> | ||
stdexcept cpp:type 1 https://en.cppreference.com/w/cpp/header/stdexcept <stdexcept> | ||
cstring cpp:type 1 https://en.cppreference.com/w/cpp/header/cstring <cstring> | ||
string cpp:type 1 https://en.cppreference.com/w/cpp/header/string <string> | ||
sstream cpp:type 1 https://en.cppreference.com/w/cpp/header/sstream <sstream> | ||
fstream cpp:type 1 https://en.cppreference.com/w/cpp/header/fstream <fstream> | ||
|
||
itertools::Itertools rust:trait 1 https://docs.rs/itertools/latest/itertools/trait.Itertools.html itertools::Itertools | ||
num_traits::NumAssign rust:trait 1 https://docs.rs/num-traits/latest/num_traits/trait.NumAssign.html num_traits::NumAssign | ||
num_traits::One rust:trait 1 https://docs.rs/num-traits/latest/num_traits/identities/trait.One.html num_traits::One | ||
num_traits::Zero rust:trait 1 https://docs.rs/num-traits/latest/num_traits/identities/trait.Zero.html num_traits::Zero | ||
num_traits::one rust:fn 1 https://docs.rs/num-traits/latest/num_traits/identities/fn.one.html num_traits::one | ||
num_traits::zero rust:fn 1 https://docs.rs/num-traits/latest/num_traits/identities/fn.zero.html num_traits::zero | ||
seq_macro::seq rust:macro 1 https://docs.rs/seq-macro/latest/seq_macro/macro.seq.html seq_macro::seq | ||
std::cmp::max rust:fn 1 https://doc.rust-lang.org/stable/std/cmp/fn.max.html std::cmp::max | ||
std::cmp::Ord rust:trait 1 https://doc.rust-lang.org/stable/std/cmp/trait.Ord.html std::cmp::Ord | ||
std::cmp::PartialOrd rust:trait 1 https://doc.rust-lang.org/stable/std/cmp/trait.PartialOrd.html std::cmp::PartialOrd | ||
std::collections::HashMap rust:struct 1 https://doc.rust-lang.org/stable/std/collections/struct.HashMap.html std::collections::HashMap | ||
std::hash::Hash rust:trait 1 https://doc.rust-lang.org/stable/std/cmp/trait.Hash.html std::hash::Hash | ||
std::mem::size_of rust:fn 1 https://doc.rust-lang.org/stable/std/mem/fn.size_of.html std::mem::size_of | ||
std::ops::Add rust:trait 1 https://doc.rust-lang.org/stable/std/ops/trait.Add.html std::ops::Add | ||
std::ops::Div rust:trait 1 https://doc.rust-lang.org/stable/std/ops/trait.Div.html std::ops::Div | ||
std::ops::Mul rust:trait 1 https://doc.rust-lang.org/stable/std/ops/trait.Mul.html std::ops::Mul | ||
std::ops::Rem rust:trait 1 https://doc.rust-lang.org/stable/std/ops/trait.Rem.html std::ops::Rem | ||
std::iter::TakeWhile rust:struct 1 https://doc.rust-lang.org/beta/std/iter/struct.TakeWhile.html std::iter::TakeWhile | ||
std::any::TypeId rust:struct 1 https://doc.rust-lang.org/beta/std/any/struct.TypeId.html std::any::TypeId | ||
std::sync::Mutex rust:struct 1 https://doc.rust-lang.org/beta/std/sync/struct.Mutex.html std::sync::Mutex | ||
std::sync::RwLock rust:struct 1 https://doc.rust-lang.org/beta/std/sync/struct.RwLock.html std::sync::RwLock | ||
std::sync::Once rust:struct 1 https://doc.rust-lang.org/beta/std/sync/struct.Once.html std::sync::Once |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.