Build Docs banner
jkitchin jkitchin

Build Docs

Documentation community

Description

Build and preview the Jupyter Book documentation. Execute the documentation build process: 1. Check if jupyter-book is installed: ```bash pip show jupyter-book ``` 2. If not installed, install documentation dependencies: ```bash pip install -r docs/requirements.txt ``` 3. Build the documentation: ```bash jupyter-book build docs ``` 4. Report build status and any warnings/errors 5. Show how to view the built documentation: - Local path: docs/_build/html/index.h

Installation

Installs to ~/.claude/commands/jkitchin-vasp-build-docs.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jkitchin/vasp/HEAD/.claude/commands/build-docs.md -o ~/.claude/commands/jkitchin-vasp-build-docs.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository