Skip to content

Commit

Permalink
docs: moves docs to docs.rs
Browse files Browse the repository at this point in the history
Closes #634
  • Loading branch information
kbknapp committed Aug 27, 2016
1 parent 485d993 commit a991a8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ script:
cargo build --verbose --features yaml &&
cargo test --verbose --features yaml &&
travis-cargo --only nightly build -- --features travis &&
travis-cargo --only nightly bench &&
travis-cargo --only stable doc -- --features yaml
travis-cargo --only nightly bench
addons:
apt:
packages:
Expand All @@ -30,7 +29,6 @@ addons:
- libdw-dev
after_success:
- |
travis-cargo --only stable doc-upload &&
travis-cargo --only stable coveralls --no-sudo -- --features yaml
env:
global:
Expand Down
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ name = "clap"
version = "2.10.4"
authors = ["Kevin K. <[email protected]>"]
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"
repository = "https://github.com/kbknapp/clap-rs.git"
documentation = "http://kbknapp.github.io/clap-rs"
documentation = "https://docs.rs/clap/"
homepage = "https://docs.rs/crate/clap/"
readme = "README.md"
license = "MIT"
keywords = ["argument", "command", "arg", "parser", "parse"]
description = """
A simple to use, efficient, and full featured Command Line Argument Parser
"""

[dependencies]
bitflags = "~0.7"
Expand Down

0 comments on commit a991a8f

Please sign in to comment.