Skip to content

Commit

Permalink
Update project list
Browse files Browse the repository at this point in the history
Projects that use Breathe based on the GitHub dependents API. Found
with:

  ghtopdep --minstar 100 --rows 50 https://github.com/michaeljones/breathe

From: https://github.com/github-tooling/ghtopdep

There are many more. This is only the top few and the most recognisable.
Some are false positives that I've removed from the list like projects
that vendor their dependencies and a dependency uses Breathe.
  • Loading branch information
michaeljones committed Jan 19, 2022
1 parent 28ac5f9 commit e8a9ecd
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.rst
Expand Up @@ -116,10 +116,21 @@ Examples

Examples of Breathe used by other projects:

- `Zephyr RTOS <https://docs.zephyrproject.org/latest/reference/index.html>`_
- `PyTorch <https://github.com/pytorch/pytorch>`_
- `OpenPilot <https://github.com/commaai/openpilot>`_
- `XGBoost <https://github.com/dmlc/xgboost>`_
- `NumPy <https://github.com/numpy/numpy>`_
- `Mozilla's DeepSpeech <https://github.com/mozilla/DeepSpeech>`_
- `Microsoft's LightGBM <https://github.com/microsoft/LightGBM>`_
- `PyBind11 <https://github.com/pybind/pybind11>`_
- `Ceph <https://github.com/ceph/ceph>`_
- `Apache Arrow <https://github.com/apache/arrow>`_
- `LVGL <https://github.com/lvgl/lvgl>`_
- `Espressif IoT Development Framework <https://github.com/espressif/esp-idf>`_
- `Zephyr Project <https://github.com/zephyrproject-rtos/zephyr>`_
- `Plaid ML <https://github.com/plaidml/plaidml>`_
- `Sony's Neural Network Libraries <https://github.com/sony/nnabla>`_
- `fmt <http://fmtlib.net/latest>`_
- `Lasso C API <http://lassoguide.com/api/lcapi-reference.html>`_
[`pdf <http://lassoguide.com/LassoGuide9.2.pdf>`__]

If you have an example you would like listed here, please make a github issue
with the details.
Expand Down

0 comments on commit e8a9ecd

Please sign in to comment.