Skip to content

Commit

Permalink
docs: Move files around
Browse files Browse the repository at this point in the history
Keep the main docs (`readme/changelog/license` and rendered screencasts) in the root, and move the
rest to `docs/`. The goal is to easily exclude developer-oriented files from the cargo package.
  • Loading branch information
vincentdephily committed Jun 23, 2023
1 parent 09ad01a commit ae34e55
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/target/
docs/*.cast
benches/bench*.csv
**/*.rs.bk
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ merge time prediction.

It draws inspiration from [genlop](https://github.com/gentoo-perl/genlop) and
[qlop](https://github.com/gentoo/portage-utils) but aims to be faster, more accurate, and more
ergonomic, see [COMPARISON](COMPARISON.md).
ergonomic, see [comparison](docs/COMPARISON.md).

## Usage

Expand Down Expand Up @@ -35,7 +35,7 @@ All commands share these arguments, affecting parsing and output:

### List merges, unmerges, and rsyncs with `log`

![Log demo](docs/log.webp)
![Log demo](log.webp)

Log-specific options:

Expand All @@ -48,7 +48,7 @@ Log-specific options:

### Estimate how long a merge with take with `predict`

![Predict demo](docs/predict.webp)
![Predict demo](predict.webp)

Predict-specific arguments:

Expand All @@ -67,7 +67,7 @@ Predict-specific arguments:

### Show aggregated statistics with `stats`

![Stats demo](docs/stats.webp)
![Stats demo](stats.webp)

Stats-specific arguments:

Expand Down Expand Up @@ -120,4 +120,4 @@ Install Rust and using [portage](https://wiki.gentoo.org/wiki/Rust) or

## Contributing

Thanks in advance. See [CONTRIBUTING](CONTRIBUTING.md) for pointers. Emlop is licensed as GPLv3.
Thanks in advance. See [contributing](docs/CONTRIBUTING.md) for pointers. Emlop is licensed as GPLv3.
File renamed without changes.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md → docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ unless the contributor explicitly demands otherwise.
* Update/commit CHANGELOG.md, Cargo.toml, Cargo.lock.
* `git tag <version> -a` (copy the changelog entry into the tag).
* `git push --tags`.
* Create release from tag in github
* Create new ebuild in [moltonel-ebuilds](https://github.com/vincentdephily/moltonel-ebuilds).
- Use `cargo package` to get a crate to test
- Check against main repo ebuild
- Check tests and useflag variations
* Publish to [crates.io](https://crates.io/).
* Send a [bump request](https://bugs.gentoo.org/).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ae34e55

Please sign in to comment.