Maintenance

Documentation Updates

Regular Updates

  • Review documentation monthly

  • Update version numbers

  • Check for broken links

  • Verify code examples

  • Update screenshots if needed

Version Control

Git Commands

# Update documentation
git add .
git commit -m "Update documentation: [describe changes]"
git push origin main

Build Verification

Always test your documentation locally before pushing:

make clean
make html
# Check _build/html/index.html in your browser