You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/13 22:41:53 UTC

[GitHub] [airflow] mik-laj opened a new issue #8282: Missing crossreferences between hooks and guide

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] alexandrecaze commented on issue #8282: Missing crossreferences between hooks and guides

Posted by GitBox <gi...@apache.org>.
alexandrecaze commented on issue #8282: Missing crossreferences between hooks and guides
URL: https://github.com/apache/airflow/issues/8282#issuecomment-614839238
 
 
   Hi @mik-laj I am down to work on this issue.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services