PaddlePaddle / PaddleScience

PaddleScience is SDK and library for developing AI-driven scientific computing applications based on PaddlePaddle.
http://paddlescience-docs.rtfd.io/
Apache License 2.0
244 stars 132 forks source link

[Fix] Fix document requirement and update yaml #910

Closed HydrogenSulfate closed 1 month ago

HydrogenSulfate commented 1 month ago

PR types

Others

PR changes

Docs

Describe

  1. pyproject.toml 依赖项改为引用 requirements.txt 的内容,避免维护两份依赖列表,并从 requirements.txt 中移除 visualdl
  2. 更新所有案例文档内 curl 的下载命令参数,添加 --create-dirs 参数自动创建文件夹,修复 allen-cahn 文档 curl 下载 url 不正确的问题。
  3. 所有配置文件内的 True/False 改为符合 YAML 1.2 规范的小写 true/false
paddle-bot[bot] commented 1 month ago

Thanks for your contribution!