]> begriffs open source - notes/summary
 
descriptionmisc dev notes
last changeMon, 5 Jan 2026 06:00:00 +0000 (00:00 -0600)
readme

Begriffs dev notes

Documentation Setup

To build the documentation locally:

  1. Create a Python virtual environment:

    python3 -m venv docs/.venv
  2. Install dependencies:

    docs/.venv/bin/pip install -r docs/requirements.txt
  3. Build the docs:

    cd docs
    make html

    Or run a live-reload server:

    cd docs
    make live

The built documentation will be in docs/_build/html/.

shortlog
2026-01-05 Joe NelsonComplete the generalized rename main
2026-01-05 Joe NelsonGeneralize to any kind of dev note
2026-01-04 Joe NelsonSlight improvement in editor setup
2025-12-28 Joe NelsonSet upstreams in pg repos
2025-12-28 Joe NelsonFormat patches from vs code
2025-12-28 Joe NelsonProper debug flags for meson
2025-12-27 Joe Nelsonpsql goodies
2025-12-27 Joe NelsonWIP: vscode and debugging
2025-12-26 Joe NelsonExtension hook rationale from git and mailing list...
2025-12-24 Joe NelsonFirst draft of hooks
2025-12-23 Joe NelsonLess caveman talk
2025-12-23 Joe NelsonSimpler multi-version installation
2025-12-22 Joe NelsonShorter sidebar title
2025-12-22 Joe NelsonUnderlines only for sections
2025-12-22 Joe NelsonNiceties
2025-12-22 Joe Nelsonsphinx-quickstart, lightly customized
...
heads
7 weeks ago main
Morty Proxy This is a proxified and sanitized view of the page, visit original site.