Skip to content

Directly link to each package's documentation #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Below is a table showing what packages are delivered from this repository:

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

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

Expand Down