在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用build-docs
星标22
分支4
更新时间2026年7月3日 14:31
Build JustPIC documentation locally, full or fast
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Build JustPIC documentation locally, full or fast
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Checklist for adding new functionality to JustPIC
Monitor CI, auto-fix small issues, pause on bigger problems, retrigger flaky runs
Set up and validate a new JustPIC advection miniapp or benchmark script
Run targeted JustPIC tests, prioritized by what's likely to break
| name | build-docs |
| description | Build JustPIC documentation locally, full or fast |
julia --project=docs -e 'using Pkg; Pkg.instantiate()'
julia --project=docs docs/make.jl
docs/make.jl:
warnonly = true in makedocs"Examples" pagesdocs/make.jl changesusing LiveServer
serve(dir = "docs/build")
docs/make.jl puts the repo root on LOAD_PATH — the local source is used, no dev/adddocs/src/API.md is still complete before building