Skip to content

Commit

Permalink
Drop old docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pacak committed Aug 6, 2023
1 parent 2989a9f commit 27b0c90
Show file tree
Hide file tree
Showing 20 changed files with 8 additions and 498 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/target
Cargo.lock
.xwin-cache/
/docs/src/*.rs
/tarp
/dotfiles
/legacy/target
Expand Down
28 changes: 0 additions & 28 deletions docs/src/boxed/combine.rs

This file was deleted.

26 changes: 0 additions & 26 deletions docs/src/dd/cases.txt

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/dd/example.rs

This file was deleted.

46 changes: 0 additions & 46 deletions docs/src/find/cases.txt

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/find/example.rs

This file was deleted.

27 changes: 0 additions & 27 deletions docs/src/numeric_prefix/cases.txt

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/numeric_prefix/example.rs

This file was deleted.

25 changes: 0 additions & 25 deletions docs/src/xorg/cases.txt

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/xorg/example.rs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Lets you do things like `setup.py sdist bdist`: [command chaining](https://click
With [`adjacent`](crate::parsers::ParseCommand::adjacent)
`bpaf` allows you to have several commands side by side instead of being nested.

#![cfg_attr(not(doctest), doc = include_str!("docs/adjacent_2.md"))]
#![cfg_attr(not(doctest), doc = include_str!("docs2/adjacent_command.md"))]
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
By default arguments take at most one value, you can create multi value options by using
[`adjacent`](crate::parsers::ParseCon::adjacent) modifier

#![cfg_attr(not(doctest), doc = include_str!("docs/adjacent_0.md"))]
#![cfg_attr(not(doctest), doc = include_str!("docs2/adjacent_struct_0.md"))]
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ overwriting previous one.
--sensor-i2c-address=0x49 \
```

#![cfg_attr(not(doctest), doc = include_str!("docs/adjacent_1.md"))]
#![cfg_attr(not(doctest), doc = include_str!("docs2/adjacent_struct_1.md"))]
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
So you can parse things while parsing things. Not sure why you might need this, but you can
:)

#![cfg_attr(not(doctest), doc = include_str!("docs/adjacent_4.md"))]
#![cfg_attr(not(doctest), doc = include_str!("docs2/adjacent_struct_4.md"))]
8 changes: 4 additions & 4 deletions src/_documentation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2246,7 +2246,7 @@
//! With [`adjacent`](crate::parsers::ParseCommand::adjacent)
//! `bpaf` allows you to have several commands side by side instead of being nested.
//!
#![cfg_attr(not(doctest), doc = include_str!("docs/adjacent_2.md"))]
#![cfg_attr(not(doctest), doc = include_str!("docs2/adjacent_command.md"))]
//!
//!
//!  
Expand Down Expand Up @@ -2297,7 +2297,7 @@
//! By default arguments take at most one value, you can create multi value options by using
//! [`adjacent`](crate::parsers::ParseCon::adjacent) modifier
//!
#![cfg_attr(not(doctest), doc = include_str!("docs/adjacent_0.md"))]
#![cfg_attr(not(doctest), doc = include_str!("docs2/adjacent_struct_0.md"))]
//!
//!
//!  
Expand Down Expand Up @@ -2364,7 +2364,7 @@
//! --sensor-i2c-address=0x49 \
//! ```
//!
#![cfg_attr(not(doctest), doc = include_str!("docs/adjacent_1.md"))]
#![cfg_attr(not(doctest), doc = include_str!("docs2/adjacent_struct_1.md"))]
//!
//!
//!  
Expand Down Expand Up @@ -2415,7 +2415,7 @@
//! So you can parse things while parsing things. Not sure why you might need this, but you can
//! :)
//!
#![cfg_attr(not(doctest), doc = include_str!("docs/adjacent_4.md"))]
#![cfg_attr(not(doctest), doc = include_str!("docs2/adjacent_struct_4.md"))]
//!
//!
//!  
Expand Down
97 changes: 0 additions & 97 deletions src/docs/adjacent_0.md

This file was deleted.

Loading

0 comments on commit 27b0c90

Please sign in to comment.