Skip to content

Commit 1002ea3

Browse files
Merge pull request #102 from bridadan/provide_docs_links_for_packages
Directly link to each package's documentation
2 parents e09346a + b390a64 commit 1002ea3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Below is a table showing what packages are delivered from this repository:
88

99
| PyPI package | Source | Depends on | Stable API |
1010
| ------- | ------ | ---------- | ---------- |
11-
| `mbed-os-tools` | `src/` | | **No** |
12-
| `mbed-ls` | `packages/mbed-ls/` | `mbed-os-tools` | **Yes** |
13-
| `mbed-host-tests` | `packages/mbed-host-tests/` | `mbed-os-tools` | **Yes** |
14-
| `mbed-greentea` | `packages/mbed-greentea/` | `mbed-os-tools` | **Yes** |
11+
| `mbed-os-tools` ([Documentation](docs)) | [`src/`](src) | | **No** |
12+
| `mbed-ls` ([Documentation](packages/mbed-ls/README.md)) | [`packages/mbed-ls/`](packages/mbed-ls) | `mbed-os-tools` | **Yes** |
13+
| `mbed-host-tests` ([Documentation](packages/mbed-host-tests/README.md)) | [`packages/mbed-host-tests/`](packages/mbed-host-tests/) | `mbed-os-tools` | **Yes** |
14+
| `mbed-greentea` ([Documentation](packages/mbed-greentea/README.md)) | [`packages/mbed-greentea/`](packages/mbed-greentea/) | `mbed-os-tools` | **Yes** |
1515

1616
As indicated above, **the API `mbed-os-tools` provides is not stable**. For this reason, please continue to use the other packages.
1717

0 commit comments

Comments
 (0)