diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f24f01 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.eggs/ +build/ +dist/ +*.egg-info/ +*~ +bumble/__pycache__ +docs/mkdocs/site +tests/__pycache__ +test-results.xml +bumble/transport/__pycache__ diff --git a/README.md b/README.md index 9133190..e57b1bf 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Bluetooth Stack for Apps, Emulation, Test and Experimentation ## Documentation -See the documentation under `docs/mkdocs/src`, or build the static HTML site from the markdown text with: +Browse the pre-built [Online Documentation](https://google.github.io/bumble/), +or see the documentation source under `docs/mkdocs/src`, or build the static HTML site from the markdown text with: ``` mkdocs build -f docs/mkdocs/mkdocs.yml ```