damccorm commented on code in PR #33124:
URL: https://github.com/apache/beam/pull/33124#discussion_r1895832018


##########
sdks/python/apache_beam/yaml/generate_yaml_docs.py:
##########
@@ -194,12 +194,46 @@ def io_grouping_key(transform_name):
 SKIP = {}
 
 
+def add_transform_links(transform, description, provider_list):
+  """
+  Convert references of Providers to urls that link to their respective pages.
+
+  For example,
+    "Some description talking about MyTransform."
+  would be converted to
+    "Some description talking about <a href="#mytransform">MyTransform</a>"
+
+  meanwhile,
+  ```
+  - type: MyTransform
+    config:
+      ...

Review Comment:
   ```
   
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/target/.tox-docs/docs/lib/python3.9/site-packages/apache_beam/yaml/generate_yaml_docs.py:docstring
 of apache_beam.yaml.generate_yaml_docs.add_transform_links:11: ERROR: 
Unexpected indentation.
   ```
   
   from docs precommit



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to