Public processes and policies for the Conference on Cognitive Computational Neuroscience.
Install uv if you haven't already:
curl -LsSf https://astral.sh/uv/install.sh | shFor other installation methods, see the
uv documentation.
To serve the documentation locally:
# TODO: revert to `uvx zensical serve` once https://github.com/zensical/backlog/issues/16 is resolved
uvx --with ./zen_macros_ext zensical serveThe site will be available at http://127.0.0.1:8000/docs/.
Before committing, run pre-commit hooks to format, lint, and spell-check markdown files:
# Install aspell (one-time setup)
# macOS:
brew install aspell
# Linux:
sudo apt-get install aspell aspell-en
# Run all hooks
uvx prekIf you encounter words that are spelled correctly but flagged as misspellings, add them
to wordlist.txt (one word per line, sorted alphabetically).