Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

GitHub Action with uv

      - name: Install uv
        uses: astral-sh/setup-uv@v7
        with:
           enable-cache: true
           cache-dependency-glob: "**/requirements.txt"