Skip to content

Commit 1746d5a

Browse files
Bordalantiga
authored andcommitted
docs: switch todo to comment (#18893)
(cherry picked from commit 6628d8a)
1 parent 672e730 commit 1746d5a

15 files changed

+17
-26
lines changed

docs/source-app/levels/basic/build_a_dag.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
###########################
44
Example: Deploy a model API
55
###########################
6-
**Audience:** TODO:
76

87
**Prereqs:** You have an app already running locally.
98

docs/source-app/levels/basic/create_a_model_demo.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
############################
44
Example: Create a model demo
55
############################
6-
**Audience:** TODO:
76

87
**Prereqs:** You have an app already running locally.
98

docs/source-app/levels/basic/deploy_ai_model_api.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
###########################
44
Example: Deploy a model API
55
###########################
6-
**Audience:** TODO:
76

87
**Prereqs:** You have an app already running locally.
98

docs/source-app/levels/basic/run_jupyter_notebook_on_the_cloud.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#############################################
44
Example: Develop a Jupyter Notebook component
55
#############################################
6-
**Audience:** TODO:
76

87
**Prereqs:** You have an app already running locally.
98

docs/source-app/levels/basic/train_pytorch_on_the_cloud.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
###################################
44
Example: Train PyTorch on the cloud
55
###################################
6-
**Audience:** TODO:
76

87
**Prereqs:** You have an app already running locally.
98

docs/source-app/levels/intermediate/share_files_between_components.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ Level 8: Share files between components
77

88
----
99

10-
****
11-
TODO
12-
****
13-
TODO
14-
15-
----
16-
1710
*************************************************
1811
Next steps: Render a web UI with other components
1912
*************************************************

docs/source-app/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Productionize your Apps
77
#######################
88

9-
TODO: Cleanup
9+
.. TODO: Cleanup
1010
1111
At the core of our system is an integration testing framework that will allow for a first-class experience creating integration tests for Lightning Apps. This document will explain how we can create a lightning app test, how we can execute it, and where to find more information.
1212

docs/source-app/workflows/add_server/any_server.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,17 @@ To run the app on the cloud, use the ``--cloud`` argument.
134134
*****************************************
135135
Interact with a component from the server
136136
*****************************************
137-
TODO: how do we do this?
137+
138+
.. TODO:: how do we do this?
138139

139140

140141
----
141142

142143
*****************************************
143144
Interact with the server from a component
144145
*****************************************
145-
TODO: how do we do this?
146+
147+
.. TODO:: how do we do this?
146148

147149
----
148150

docs/source-app/workflows/arrange_tabs/arrange_app_intermediate.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
###############################
22
Arrange app tabs (intermediate)
33
###############################
4-
TODO:
4+
5+
.. TODO:: fill-in
56

67
----
78

docs/source-app/workflows/build_lightning_app/from_pytorch_lightning_script.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Modify the template
7171

7272
The command above generates an App file like this:
7373

74-
.. note:: TODO: list the file and show how to extend it
74+
.. TODO:: list the file and show how to extend it
7575

7676
.. code:: python
7777

0 commit comments

Comments
 (0)