Skip to content

Commit

Permalink
Update README with additional tools and technologies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzam committed Oct 22, 2024
1 parent b858706 commit ea2aad0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ choose the features that you like. This flexibility is one of the best
(and worst parts) of open source. Some of the things we cover:

* Packaging and distribution with `Poetry <https://python-poetry.org/>`_.
* Virtual environments.
* Version control.
* Reproducible examples.
* Documentation.
* Code formatting.
* Unit tests and continuous integration.
* Remove development.
* Virtual environments with `Conda <https://docs.conda.io/en/latest/>`_ and `virtualenv <https://virtualenv.pypa.io/en/latest/>`_.
* Version control with Git/GitHub.
* Reproducible examples with `Hydra <https://hydra.cc/>`_.
* Documentation with `Sphinx <https://www.sphinx-doc.org/en/master/>`_.
* Code formatting with Black, Flake8, and isort.
* Unit tests and continuous integration with `pytest <https://docs.pytest.org/en/stable/>`_ and `GitHub Actions <https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python>`_.
* Remote development with `VS Code <https://code.visualstudio.com/>` and `SSH <https://en.wikipedia.org/wiki/Secure_Shell>`_.

The accompanying
`slides <https://docs.google.com/presentation/d/1D1_JywMl2rjaeuVzpykPBOJsDIuwQKGOJB4EFZjej2s/edit#slide=id.g2eaa4b61f15_0_1346>`__
Expand Down

0 comments on commit ea2aad0

Please sign in to comment.