JavierLopezT commented on a change in pull request #14853:
URL: https://github.com/apache/airflow/pull/14853#discussion_r596803383
##########
File path: docs/apache-airflow/tutorial.rst
##########
@@ -184,14 +184,21 @@ Adding DAG and Tasks documentation
----------------------------------
We can add documentation for DAG or each single task. DAG documentation only
support
markdown so far and task documentation support plain text, markdown,
reStructuredText,
-json, yaml.
+json, yaml. The DAG documentation must be written in a doc string at the
beggining of the DAG file to be taken
+in account. Below you can find some examples on how to implement task and DAG
docs, as well as screenshots:
Review comment:
Great. Thanks for pointing that out. I'll add this to the documentation
as well
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]