Skip to content

Commit 4fa6776

Browse files
committed
docs
1 parent 938e5c5 commit 4fa6776

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

docs/bitrate.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
`Bitrate` is an object for converting and calculating bitrate units. It is suitable for converting between various
44
bitrate units, such as bits per second, bytes per second, and their multiples.
55

6+
> [!note]
7+
> `Bitrate` is a compound measurement, you can see the [Compound Units](../README.md#compound-measurement) documentation
8+
> to know more about how to use or configure the compound measurement.
9+
610
<!-- TOC -->
711
* [Bitrate Measurement](#bitrate-measurement)
812
* [Creation](#creation)
@@ -48,7 +52,7 @@ $bitrate = Bitrate::from('300 Kbps');
4852
| `Tibps` | `UNIT_TIBPS` | `tebibits per second` | `1099511627776` | Tebibits per second |
4953

5054
> [!note]
51-
> `Speed` is a compound measurement, you can also mix up the units from [FileSize](./filesize.md)
55+
> `Bitrate` is a compound measurement, you can also mix up the units from [FileSize](./filesize.md)
5256
> and [Duration](./duration.md) to create speed units, for example: `bits/s`, `bytes/s`, `Kbps`, `Mbps`, `Gbps`,
5357
> `Tbps`, `Kibps`, `Mibps`, `Gibps`, `Tibps`, etc.
5458
> About Compound Units, please refer to the [Compound Units](../README.md#compound-measurement) documentation.

docs/speed.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
`Speed` is an object for converting and calculating speed units. It is suitable for converting between various speed
44
units.
55

6-
<!-- TOC -->
6+
> [!note]
7+
> `Speed` is a compound measurement, you can see the [Compound Units](../README.md#compound-measurement) documentation
8+
> to know more about how to use or configure the compound measurement.
79
10+
<!-- TOC -->
811
* [Speed Measurement](#speed-measurement)
9-
* [Creation](#creation)
10-
* [Available Units](#available-units)
11-
* [Restrict Units](#restrict-units)
12-
* [Conversion](#conversion)
13-
* [Dynamic Conversion Methods](#dynamic-conversion-methods)
14-
* [Formatting](#formatting)
15-
12+
* [Creation](#creation)
13+
* [Available Units](#available-units)
14+
* [Restrict Units](#restrict-units)
15+
* [Conversion](#conversion)
16+
* [Dynamic Conversion Methods](#dynamic-conversion-methods)
17+
* [Indeterminate Scales](#indeterminate-scales)
18+
* [Formatting](#formatting)
1619
<!-- TOC -->
1720

1821
## Creation

0 commit comments

Comments
 (0)