diff --git a/README.rst b/README.rst index 60a8093b4e8..060ae3ce57f 100644 --- a/README.rst +++ b/README.rst @@ -30,6 +30,48 @@ can easily be retargeted to TensorFlow, PyTorch, and PaddlePaddle. :align: center :alt: DALI Diagram +.. github display off + +.. GitHub discards custom styles when rendering Markdown so it's hard to display a good looking admonition. + We can use it to our advantage to show different elements on GitHub and in the documentation. + +.. only:: html + + .. raw:: html + + + +.. raw:: html + +
+ Dynamic Mode Agent Skill + +

+ The dali-dynamic-mode + skill provides AI agents with guidance on the Dynamic Mode API and best practices. + For more information, see the NVIDIA/skills GitHub repository. +

+ +
+ +.. only:: not github + + .. tip:: + The `dali-dynamic-mode `_ skill + provides AI agents with guidance on the Dynamic Mode API and best practices. It can be installed as follows: + + .. code-block:: sh + + npx skills add nvidia/skills --skill dali-dynamic-mode + + For more information, see the `NVIDIA/skills `_ GitHub repository. + +.. github display on + DALI in action: .. container:: dali-tabs diff --git a/docs/dali_dynamic/overview.rst b/docs/dali_dynamic/overview.rst index 03f84b87e32..3d31329a2b5 100644 --- a/docs/dali_dynamic/overview.rst +++ b/docs/dali_dynamic/overview.rst @@ -25,6 +25,16 @@ You can also access the :ref:`DALI Pipeline API `, which graph-based execution model. +.. tip:: + The `dali-dynamic-mode `_ skill + provides AI agents with guidance on the Dynamic Mode API and best practices. It can be installed as follows: + + .. code-block:: sh + + npx skills add nvidia/skills --skill dali-dynamic-mode + + For more information, see the `NVIDIA/skills `_ GitHub repository. + How it works ------------