apache/airflow

Automatic reference to configuration reference docs

开放

#10,260 创建于 2020年8月9日

 (5 条评论) (1 个反应) (0 位负责人)Python (16,781 个派生)batch import
good first issuekind:documentationkind:feature

仓库指标

星标
 (44,809 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Hello,

I would like it to be possible to easily refer to the reference list with configuration options. Currently, most of the guides that require a description of configuration options are similar to the description below. There are code literals in this text: backend, [secrets]. Unfortunately, these literals are just text and I wish they could be clicked to go to a reference list containing a description of the option/section.

To do this, we should add a new reference type, make changes to the listing template, and then make changes to all descriptions. We can be inspired by the Django project. https://github.com/django/django/blob/58a336a674a658c1cda6707fe1cacb56aaed3008/docs/_ext/djangodocs.py#L47-L52

Best regards, Kamil Breguła

贡献者指南