Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions airflow-core/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ experience is continuously improving, but defining workflows as code is central
.. toctree::
:hidden:
:caption: Content
:titlesonly:
:maxdepth: 1

Overview <self>
start
Expand Down
8 changes: 8 additions & 0 deletions airflow-core/docs/public-airflow-interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
specific language governing permissions and limitations
under the License.

=====================================
Public Interface for Airflow 3.0+
=====================================

Expand Down Expand Up @@ -155,6 +156,7 @@ Airflow has a set of example dags that you can use to learn how to write dags
.. toctree::
:includehidden:
:glob:
:hidden:
:maxdepth: 1

_api/airflow/example_dags/index
Expand Down Expand Up @@ -250,6 +252,7 @@ by extending them:
.. toctree::
:includehidden:
:glob:
:hidden:
:maxdepth: 1

_api/airflow/hooks/index
Expand Down Expand Up @@ -314,6 +317,7 @@ exposes:
.. toctree::
:includehidden:
:glob:
:hidden:
:maxdepth: 1

_api/airflow/exceptions/index
Expand All @@ -324,6 +328,7 @@ Public Utility classes
.. toctree::
:includehidden:
:glob:
:hidden:
:maxdepth: 1

_api/airflow/utils/state/index
Expand Down Expand Up @@ -354,6 +359,7 @@ by extending them:
.. toctree::
:includehidden:
:glob:
:hidden:
:maxdepth: 1

_api/airflow/triggers/index
Expand All @@ -372,6 +378,7 @@ by extending them:

.. toctree::
:includehidden:
:hidden:
:maxdepth: 1

_api/airflow/timetables/index
Expand Down Expand Up @@ -441,6 +448,7 @@ All Secrets Backend implementations are public. You can extend their functionali
.. toctree::
:includehidden:
:glob:
:hidden:
:maxdepth: 1

_api/airflow/secrets/index
Expand Down
Loading