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:
uvx zensical serveThe site will be available at http://127.0.0.1:8000/docs/.
Before committing, run pre-commit hooks to format and lint markdown files:
uvx prekTo check spelling locally:
# Install aspell (one-time setup)
# macOS:
brew install aspell
# Linux:
sudo apt-get install aspell aspell-en
# Run spellcheck on specific files
.github/bin/spellcheck.sh path/to/file.md
# Or check all markdown files
.github/bin/spellcheck.shIf you encounter words that are spelled correctly but flagged as misspellings, add them
to .github/config/wordlist.txt (one word per line, sorted alphabetically).