diff --git a/doc/devel/index.rst b/doc/devel/index.rst index 1146df77adf2..a49290dd8994 100644 --- a/doc/devel/index.rst +++ b/doc/devel/index.rst @@ -12,53 +12,55 @@ and implementing new features, helping the community... New contributors ================ -.. card:: - - .. grid:: 1 1 2 2 - :class-row: sd-align-minor-center +.. grid:: 1 1 2 2 + :class-row: sd-align-minor-center - .. grid-item:: - :class: sd-fs-5 + .. grid-item:: + :class: sd-fs-5 - :octicon:`info;1em;sd-text-info` :ref:`Where should I start? ` + :octicon:`info;1em;sd-text-info` :ref:`Where should I start? ` - :octicon:`question;1em;sd-text-info` :ref:`Where should I ask questions? ` + :octicon:`question;1em;sd-text-info` :ref:`Where should I ask questions? ` - :octicon:`issue-opened;1em;sd-text-info` :ref:`What are "good-first-issues"? ` + :octicon:`issue-opened;1em;sd-text-info` :ref:`What are "good-first-issues"? ` - :octicon:`git-pull-request;1em;sd-text-info` :ref:`How do I claim an issue? ` + :octicon:`git-pull-request;1em;sd-text-info` :ref:`How do I claim an issue? ` - .. :octicon:`codespaces;1em;sd-text-info` placeholder for codespaces link + :octicon:`codespaces;1em;sd-text-info` :ref:`How do I start a pull request? ` - .. grid-item:: + .. grid-item:: - .. grid:: 1 - :gutter: 1 - :class-row: sd-fs-5 + .. grid:: 1 + :gutter: 1 + :class-row: sd-fs-5 - .. grid-item-card:: - :link: request-a-new-feature - :link-type: ref + .. grid-item-card:: + :link: request-a-new-feature + :link-type: ref + :shadow: none - :octicon:`light-bulb;1em;sd-text-info` Request new feature + :octicon:`light-bulb;1em;sd-text-info` Request new feature - .. grid-item-card:: - :link: submitting-a-bug-report - :link-type: ref + .. grid-item-card:: + :link: submitting-a-bug-report + :link-type: ref + :shadow: none - :octicon:`bug;1em;sd-text-info` Submit bug report + :octicon:`bug;1em;sd-text-info` Submit bug report - .. grid-item-card:: - :link: contributing-code - :link-type: ref + .. grid-item-card:: + :link: contributing-code + :link-type: ref + :shadow: none - :octicon:`code;1em;sd-text-info` Contribute code + :octicon:`code;1em;sd-text-info` Contribute code - .. grid-item-card:: - :link: documenting-matplotlib - :link-type: ref + .. grid-item-card:: + :link: documenting-matplotlib + :link-type: ref + :shadow: none - :octicon:`note;1em;sd-text-info` Write documentation + :octicon:`note;1em;sd-text-info` Write documentation If you are new to contributing, we recommend that you first read our :ref:`contributing guide`. If you are contributing code or