LiteRev - Software Architecture Meeting <!-- Template ## Meeting XXXX-XX-XX **Participants:** ### Agenda * topic1 * topic1.1 --> ## Meeting 2024-02-27 **Participants:** ### Agenda **Participants:** Ever, Felipe, Ivan * NumPy Docstring format: * https://numpydoc.readthedocs.io/en/latest/format.html * `from __future__ import annotations` ## Meeting 2024-02-20 **Participants:** Ever, Felipe, Ivan, Sandro ### Agenda * elastic search ## Meeting 2024-02-13 **Participants:** ### Agenda * docstring format * REST API * documentation --- ## Meeting 2024-02-06 **Participants:** Ever, Felipe, Ivan, Sandro ### Agenda * poetry `^` vs `>=` and `>=,< * using a local 3rd party project as a dependency` ```bash= $ cd ~/dev/myproject $ conda activate literev $ pip install -e . ```