Missing crossreferences between hooks and guides
See original GitHub issueHello,
We have a guide for many connection types and many hooks for these connections.
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
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Cross-reference problem relevant to figures only - R Markdown
Hey guys :grin: When I am using cross-reference of figures in RMarkdown, warnings like this occur: LaTeX Warning: Reference `fig:CARs-plot' on page 3 ......
Read more >Cross-origin Errors - React
Below are some common causes of cross-origin errors and ways to address them. CDN. When loading React (or other libraries that might throw...
Read more >WooCommerce Visual Hook Guide: Single Product Page
Here's a visual hook guide for the WooCommerce Single Product Page. This is part of my “Visual Hook Guide Series“, through which you...
Read more >Hooks — conan 1.53.0 documentation
A hook is a Python function that will be executed at certain points of Conan workflow to customize the client behavior without modifying...
Read more >Reactor 3 Reference Guide
The reference guide is written in Asciidoc, and you can find its sources at https://github.com/reactor/reactor-core/tree/main/docs/asciidoc.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@satishbellapu This task has not been completed. I assigned you to this ticket. I look forward to your contribution.
Closing as many already fixed. I’ll try to generate list for the missing ones and open a dedicated issue for them as not all providers have howto guide for connections.