Layout
This repository is organized as follows (use tree -L 2
to complete):
.
├── Makefile # GNU Make configuration
├── README.md # Project README
├── VERSION # /!\ DO NOT EDIT. Current repository version
├── docs/ # [MkDocs](mkdocs.org) main directory
├── mkdocs.yml # [MkDocs](mkdocs.org) configuration
├── .envrc # Local direnv configuration -- see https://direnv.net/
│ # Assumes you have installed in ~/.config/direnv/direnvrc
│ # the version proposed on
│ # https://raw.githubusercontent.com/Falkor/dotfiles/master/direnv/direnvrc
├── .python-{version,virtualenv} # Pyenv/Virtualenv configuration
Last update: November 13, 2024