Skip to content

Commit 34acb91

Browse files
authored
Fix faq_categories.json (#51)
1 parent fbe5857 commit 34acb91

File tree

10 files changed

+10
-9
lines changed

10 files changed

+10
-9
lines changed

_faqs/web.delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Web.delete?
3-
date: 2025-09-29 11:29:13
3+
date: 2025-09-29 13:30:44
44
enabled: true
55
category: "Web API"
66
---

_faqs/web.delete_old.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Web.delete_old?
3-
date: 2025-09-29 11:29:13
3+
date: 2025-09-29 13:30:44
44
enabled: true
55
category: "Web API"
66
---

_faqs/web.get_info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Web.get_info?
3-
date: 2025-09-29 11:29:13
3+
date: 2025-09-29 13:30:44
44
enabled: true
55
category: "Web API"
66
---

_faqs/web.run_async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Web.run_async?
3-
date: 2025-09-29 11:29:13
3+
date: 2025-09-29 13:30:44
44
enabled: true
55
category: "Web API"
66
---

docs/faq/web.delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Date | Category |
44
|------------|-------------|
5-
| 2025-09-29 11:29:13 | Web API |
5+
| 2025-09-29 13:30:44 | Web API |
66

77

88
The [`web.delete`](https://docs.flexcompute.com/projects/tidy3d/en/latest/api/_autosummary/tidy3d.web.api.webapi.delete.html) function in Tidy3D is used to remove simulation stored on the server. This is useful for managing storage and ensuring that old or unnecessary tasks don’t take up space.

docs/faq/web.delete_old.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Date | Category |
44
|------------|-------------|
5-
| 2025-09-29 11:29:13 | Web API |
5+
| 2025-09-29 13:30:44 | Web API |
66

77

88
The [`web.delete_old`](https://docs.flexcompute.com/projects/tidy3d/en/latest/api/_autosummary/tidy3d.web.api.webapi.delete_old.html) function is used to automatically clean up older simulation tasks stored on the server. It helps manage storage by removing tasks that are no longer needed after a certain number of days.

docs/faq/web.get_info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Date | Category |
44
|------------|-------------|
5-
| 2025-09-29 11:29:13 | Web API |
5+
| 2025-09-29 13:30:44 | Web API |
66

77

88
The [`web.get_info`](https://docs.flexcompute.com/projects/tidy3d/en/latest/api/_autosummary/tidy3d.web.api.webapi.get_info.html) function retrieves detailed information about a simulation.

docs/faq/web.run_async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Date | Category |
44
|------------|-------------|
5-
| 2025-09-29 11:29:13 | Web API |
5+
| 2025-09-29 13:30:44 | Web API |
66

77

88
The [`web.run_async`](https://docs.flexcompute.com/projects/tidy3d/en/latest/api/_autosummary/tidy3d.plugins.adjoint.web.run_async.html) function in Tidy3D allows you to submit and run multiple simulations in parallel on the server. It supports different simulation types (FDTD, Mode, HeatCharge, EME and RF) and automatically monitors, downloads, and loads the results into a [`web.BatchData`](https://docs.flexcompute.com/projects/tidy3d/en/latest/api/_autosummary/tidy3d.web.api.container.BatchData.html) object.

docs/web-api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Web API
1717
faq/web.run_async.md
1818
faq/web.delete.md
1919
faq/web.delete_old.md
20+
faq/web.load.md

faq_categories.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
"_faqs/web.get_info.md",
356356
"_faqs/web.run_async.md",
357357
"_faqs/web.delete.md",
358-
"_faqs/web.delete_old.md"
358+
"_faqs/web.delete_old.md",
359359
"_faqs/web.load.md"
360360
]
361361
}

0 commit comments

Comments
 (0)