Commit Graph

3 Commits

Author SHA1 Message Date
Adrien Delsalle bff16c2bdc
Split projects (#1219)
* make a clear split between CMake targets
* split versions between libmamba and mamba
* add libmambapy target for python bindings and make mamba depend on it
* rename CMake options to make them homogeneous, simplify CMake
* remove termcolor from thirdparties, use it as a dependency
* remove unnecessary version global vars and convert to functions
* update CI workflows
2021-10-26 16:01:53 +02:00
Adrien Delsalle 98e8b611a4
Add repo related concepts to documentation (#1004)
* add repo, channel, repodata, subdir, tarball concepts
refactor detailed ops to use mermaid js
remove install svg

* fix code quality
add flake8 exception for mermaid, incompatible check vs isort
2021-06-15 13:06:35 +02:00
Marcelo Trevisani 5c2951cc18 Add pre-commit configuration
Run pre-commit
Fixed small problems
Fixed linters problems

Improve conditional expression
2020-08-02 18:58:09 +01:00