Skip to content

Commit e814edc

Browse files
committed
docs: Drop out of date developer-only documentation from READMEs
1 parent efec1f5 commit e814edc

File tree

7 files changed

+0
-97
lines changed

7 files changed

+0
-97
lines changed

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,3 @@ Resource Manager for localization resources.
2929
### fluent-cli
3030

3131
Collection of command line tools for Fluent.
32-
33-
## Running the project
34-
35-
Each `fluent-*` directory works with the typical `cargo` commands. In addition there are some general `cargo-make` commands that can be run. First install `cargo-make` via `cargo install --force cargo-make`. The commands are documented in [Makefile.toml](Makefile.toml).
36-
37-
### Tests
38-
39-
To run all of the tests for the repo run:
40-
41-
```sh
42-
cargo make test
43-
```
44-
45-
For local code coverage reports run:
46-
47-
```sh
48-
# Install the tools first if you haven't done so. The llvm tools must be available
49-
# on the path for this to work correctly.
50-
cargo make install-tools
51-
52-
# Then coverage can be run like so:
53-
cargo make coverage
54-
```

fluent-bundle/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,6 @@ release planning and scope.
5757

5858
[list of milestones]: https://github.com/projectfluent/fluent-rs/milestones
5959

60-
61-
Local Development
62-
-----------------
63-
64-
cargo build
65-
cargo test
66-
cargo bench
67-
cargo run --example simple-app
68-
69-
When submitting a PR please use [`cargo fmt`][] (nightly).
70-
71-
[`cargo fmt`]: https://github.com/rust-lang-nursery/rustfmt
72-
73-
7460
Learn the FTL syntax
7561
--------------------
7662

fluent-fallback/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,6 @@ release planning and scope.
5050
[list of milestones]: https://github.com/projectfluent/fluent-rs/milestones
5151

5252

53-
Local Development
54-
-----------------
55-
56-
cargo build
57-
cargo test
58-
cargo run --example simple-fallback
59-
60-
When submitting a PR please use [`cargo fmt`][] (nightly).
61-
62-
[`cargo fmt`]: https://github.com/rust-lang-nursery/rustfmt
63-
64-
6553
Learn the FTL syntax
6654
--------------------
6755

fluent-resmgr/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,6 @@ release planning and scope.
4747
[list of milestones]: https://github.com/projectfluent/fluent-rs/milestones
4848

4949

50-
Local Development
51-
-----------------
52-
53-
cargo build
54-
cargo test
55-
cargo run --example simple
56-
57-
When submitting a PR please use [`cargo fmt`][] (nightly).
58-
59-
[`cargo fmt`]: https://github.com/rust-lang-nursery/rustfmt
60-
61-
6250
Learn the FTL syntax
6351
--------------------
6452

fluent-syntax/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@ Status
1212

1313
The crate currently provides just a parser, which is tracking Fluent Syntax on its way to 1.0.
1414

15-
Local Development
16-
-----------------
17-
18-
cargo build
19-
cargo test
20-
cargo bench
21-
22-
When submitting a PR please use [`cargo fmt`][] (nightly).
23-
24-
[`cargo fmt`]: https://github.com/rust-lang-nursery/rustfmt
25-
2615

2716
Learn the FTL syntax
2817
--------------------

fluent-testing/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,6 @@ release planning and scope.
2121

2222
[list of milestones]: https://github.com/projectfluent/fluent-rs/milestones
2323

24-
25-
Local Development
26-
-----------------
27-
28-
cargo build
29-
cargo test
30-
cargo run --example simple-fallback
31-
32-
When submitting a PR please use [`cargo fmt`][] (nightly).
33-
34-
[`cargo fmt`]: https://github.com/rust-lang-nursery/rustfmt
35-
36-
3724
Learn the FTL syntax
3825
--------------------
3926

fluent/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,6 @@ but will get added once they are.
6767
[fluent-resmgr]: https://crates.io/crates/fluent-resmgr
6868
[fluent-fallback]: https://crates.io/crates/fluent-fallback
6969

70-
Local Development
71-
-----------------
72-
73-
cargo build
74-
cargo test
75-
cargo bench
76-
cargo run --example simple-app
77-
78-
When submitting a PR please use [`cargo fmt`][] (nightly).
79-
80-
[`cargo fmt`]: https://github.com/rust-lang-nursery/rustfmt
81-
8270

8371
Learn the FTL syntax
8472
--------------------

0 commit comments

Comments
 (0)