-
Notifications
You must be signed in to change notification settings - Fork 166
/
mkdocs.yml
259 lines (247 loc) · 8.4 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
# Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Project information
site_name: PaddleScience Docs
site_description: An out-of-the-box open source library for scientific computing based on deep learning.
site_author: PaddlePaddle
site_url: "https://github.com/PaddlePaddle/PaddleScience"
edit_uri: edit/develop/docs/
strict: false
# Repository
repo_name: PaddleScience
repo_url: "https://github.com/PaddlePaddle/PaddleScience"
# Copyright
copyright: Copyright © 2022 - 2023 PaddlePaddle
# Page tree
nav:
- PaddleScience:
- 主页: index.md
- 功能介绍: zh/overview.md
- 安装使用: zh/install_setup.md
- 快速开始: zh/quickstart.md
- 学习资料: zh/tutorials.md
- 经典案例:
- " ":
- 数学(AI for Math):
- AllenCahn: zh/examples/allen_cahn.md
- DeepHPMs: zh/examples/deephpms.md
- DeepONet: zh/examples/deeponet.md
- Euler_Beam: zh/examples/euler_beam.md
- Laplace2D: zh/examples/laplace2d.md
- Lorenz_transform_physx: zh/examples/lorenz.md
- PIRBN: zh/examples/pirbn.md
- Rossler_transform_physx: zh/examples/rossler.md
- Volterra_IDE: zh/examples/volterra_ide.md
- NLSMB: zh/examples/nlsmb.md
- SPINN: zh/examples/spinn.md
- XPINN: zh/examples/xpinns.md
- NeuralOperator: zh/examples/neuraloperator.md
- Brusselator3D: zh/examples/brusselator3d.md
- 技术科学(AI for Technology):
- 流体:
- AMGNet: zh/examples/amgnet.md
- Aneurysm: zh/examples/aneurysm.md
- BubbleNet: zh/examples/bubble.md
- CFDGCN: zh/examples/cfdgcn.md
- CVit(Advection): zh/examples/adv_cvit.md
- CVit(NS): zh/examples/ns_cvit.md
- Cylinder2D_unsteady: zh/examples/cylinder2d_unsteady.md
- Cylinder2D_unsteady_transform_physx: zh/examples/cylinder2d_unsteady_transformer_physx.md
- Darcy2D: zh/examples/darcy2d.md
- DeepCFD: zh/examples/deepcfd.md
- LDC2D_steady: zh/examples/ldc2d_steady.md
- LDC2D_unsteady: zh/examples/ldc2d_unsteady.md
- Labelfree_DNN_surrogate: zh/examples/labelfree_DNN_surrogate.md
- NSFNets: zh/examples/nsfnet.md
- PhyCRNet: zh/examples/phycrnet.md
- ShockWave: zh/examples/shock_wave.md
- tempoGAN: zh/examples/tempoGAN.md
- NSFNet4: zh/examples/nsfnet4.md
- ViV: zh/examples/viv.md
- 结构:
- Biharmonic2D: zh/examples/biharmonic2d.md
- Bracket: zh/examples/bracket.md
- Control_arm: zh/examples/control_arm.md
- EPNN: zh/examples/epnn.md
- Phy-LSTM: zh/examples/phylstm.md
- TopOpt: zh/examples/topopt.md
- 传热:
- Heat_Exchanger: zh/examples/heat_exchanger.md
- Heat_PINN: zh/examples/heat_pinn.md
- PhyGeoNet: zh/examples/phygeonet.md
- Chip_heat: zh/examples/chip_heat.md
- 材料科学(AI for Material):
- hPINNs: zh/examples/hpinns.md
- CGCNN: zh/examples/cgcnn.md
- 地球科学(AI for Earth Science):
- Extformer-MoE: zh/examples/extformer_moe.md
- FourCastNet: zh/examples/fourcastnet.md
- NowcastNet: zh/examples/nowcastnet.md
- DGMR: zh/examples/dgmr.md
- EarthFormer: zh/examples/earthformer.md
- GraphCast: zh/examples/graphcast.md
- VelocityGAN: zh/examples/velocity_gan.md
- 化学科学(AI for Chemistry):
- Moflow: zh/examples/moflow.md
- API 文档:
- ppsci:
- ppsci.arch: zh/api/arch.md
- ppsci.autodiff: zh/api/autodiff.md
- ppsci.constraint: zh/api/constraint.md
- ppsci.data:
- ppsci.data.dataset: zh/api/data/dataset.md
- ppsci.data.transform: zh/api/data/process/transform.md
- ppsci.data.batch_transform: zh/api/data/process/batch_transform.md
- ppsci.equation: zh/api/equation.md
- ppsci.geometry: zh/api/geometry.md
- ppsci.loss:
- ppsci.loss.loss: zh/api/loss/loss.md
- ppsci.loss.mtl: zh/api/loss/mtl.md
- ppsci.metric: zh/api/metric.md
- ppsci.optimizer:
- ppsci.optimizer.optimizer: zh/api/optimizer.md
- ppsci.optimizer.lr_scheduler: zh/api/lr_scheduler.md
- ppsci.solver: zh/api/solver.md
- ppsci.utils:
- ppsci.utils.checker: zh/api/utils/checker.md
- ppsci.utils.expression: zh/api/utils/expression.md
- ppsci.utils.initializer: zh/api/utils/initializer.md
- ppsci.utils.logger: zh/api/utils/logger.md
- ppsci.utils.misc: zh/api/utils/misc.md
- ppsci.utils.ema: zh/api/utils/ema.md
- ppsci.utils.reader: zh/api/utils/reader.md
- ppsci.utils.writer: zh/api/utils/writer.md
- ppsci.utils.save_load: zh/api/utils/save_load.md
- ppsci.utils.symbolic: zh/api/utils/symbolic.md
- ppsci.validate: zh/api/validate.md
- ppsci.visualize: zh/api/visualize.md
- ppsci.experimental: zh/api/experimental.md
- ppsci.probability: zh/api/probability.md
- deploy:
- deploy.python_infer: zh/api/depoly/python_infer.md
- 使用指南: zh/user_guide.md
- 开发与复现指南:
- 开发指南: zh/development.md
- 复现指南: zh/reproduction.md
- 学术成果: zh/academic.md
- 技术稿件: zh/technical_doc.md
- 共创计划: zh/cooperation.md
- 实训社区: https://aistudio.baidu.com/aistudio/projectoverview/public?topic=15
# Configuration
theme:
name: material
font:
code: Roboto Mono
text: Noto Serif SC
logo: ./images/icons/paddle.png
favicon: ./images/icons/favcion.png
language: "zh"
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.sections
# - navigation.prune # disabled temporarily for rendering speed
- navigation.top
- search.suggest
- navigation.instant
- content.code.copy
- content.code.select
- content.code.annotate
- search.highlight
- content.tabs.link
- content.action.edit
- content.action.view
icon:
edit: material/pencil
view: material/eye
annotation: fontawesome/solid/circle-question
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
# Plugins
plugins:
- include-markdown
- search
- glightbox
- mkdocstrings:
handlers:
python:
setup_commands:
- import sys
- sys.path.append("../")
paths: [../ppsci]
selection:
new_path_syntax: true
- mkdocs-video
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
type: date
- mike
# Extensions
markdown_extensions:
- pymdownx.critic
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.snippets:
dedent_subsections: true
- pymdownx.arithmatex:
generic: true
- toc:
permalink: true
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- pymdownx.details
- attr_list
- md_in_html
- pymdownx.tabbed:
alternate_style: true
# Extra javascripts
extra_javascript:
- javascripts/bd_statistics.js
- javascripts/mathjax.js
- javascripts/contributors.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# Extra css
extra_css:
- stylesheets/extra.css
# Extra
extra:
alternate:
- name: 简体中文
link: /zh/
lang: zh
- name: English
link: /en/
lang: en
version:
provider: mike
alias: true