mik-laj opened a new issue #8282: Missing crossreferences between hooks and 
guide
URL: https://github.com/apache/airflow/issues/8282
 
 
   Hello,
   
   We have a [guide for many connection 
types](https://airflow.readthedocs.io/en/latest/howto/connection/index.html#connection-types)
 and many hooks for this connection.
   
   The following fragment should appear in the hook documentation:
   ```
       .. seealso::
           For more information on how to set-up connection for this hook, take 
a look at:
           :ref:`howto/connection:XXX`
   ```
   
   If the class has subclasses, the note should only be in the base class.
   
   Similar information should be found in the connection documentation.
   
   ```
       .. seealso::
           For more information on how to use the connection with the hook, 
take a look at:
           :class:`airflow`
   ```
   
   The purpose of this change is to facilitate access to related parts of the 
documentation.
   
   Best regards,
   Kamil

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to