Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: cards layout for the landing page #3414

Merged
merged 2 commits into from
Sep 17, 2024
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
1 change: 1 addition & 0 deletions doc/changelog.d/3414.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs: cards layout for the landing page
147 changes: 70 additions & 77 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,81 +40,74 @@

.. vale on

.. grid:: 3

.. grid-item::
.. card:: :fa:`newspaper` Know what is PyMAPDL
:link: ref_project_page
:link-type: ref

Check our project page :ref:`ref_project_page`
where a quick project overview can be found.
Learn what this project is about!

.. grid-item::
.. card:: :fa:`book` Learn how to use PyMAPDL
:link: ref_learning
:link-type: ref

Check our :ref:`ref_learning` section.
It is recommended you follow the
:ref:`ref_pymapdl_course` course.

.. grid-item::
.. card:: :fa:`terminal` Learn how to get started
:link: ref_getting_started
:link-type: ref

Check our :ref:`ref_getting_started` section to learn to
:ref:`ref_using_standard_install`, :ref:`ref_pymapdl_installation`,
and :ref:`ref_launch_pymapdl`.

.. grid-item::
.. card:: :fa:`gears` See some PyMAPDL usage examples
:link: ref_examples
:link-type: ref

In our :ref:`ref_examples` section, you
can find a great collection of PyMAPDL
user cases.

.. grid-item::
.. card:: :fa:`book-open-reader` Use the different library modules
:link: ref_user_guide
:link-type: ref

Check our :ref:`ref_user_guide` chapter.
Don't miss the right side bar with the table content.
.. grid:: 2 2 3 3
:gutter: 1 2 3 3
:padding: 1 2 3 3

.. grid-item-card:: :fa:`newspaper` Know what is PyMAPDL
:link: ref_project_page
:link-type: ref

Check our project page :ref:`ref_project_page`
where a quick project overview can be found.
Learn what this project is about!

.. grid-item-card:: :fa:`book` Learn how to use PyMAPDL
:link: ref_learning
:link-type: ref

Check our :ref:`ref_learning` section.
It is recommended you follow the
:ref:`ref_pymapdl_course` course.

.. grid-item-card:: :fa:`terminal` Learn how to get started
:link: ref_getting_started
:link-type: ref

Check our :ref:`ref_getting_started` section to learn to
:ref:`ref_using_standard_install`, :ref:`ref_pymapdl_installation`,
and :ref:`ref_launch_pymapdl`.

.. grid-item-card:: :fa:`gears` See some PyMAPDL usage examples
:link: ref_examples
:link-type: ref

In our :ref:`ref_examples` section, you
can find a great collection of PyMAPDL
user cases.

.. grid-item-card:: :fa:`book-open-reader` Use the different library modules
:link: ref_user_guide
:link-type: ref

Check our :ref:`ref_user_guide` chapter.
Don't miss the right side bar with the table content.

.. grid-item::
.. card:: :fa:`question` Help with PyMAPDL
:link: ref_troubleshooting
:link-type: ref

Check our :ref:`ref_troubleshooting` section.
Additionally, there are some helpful
resources in :ref:`faq`.

.. grid-item::
.. card:: :fa:`users` Contribute to PyMAPDL project
:link: ref_contributing
:link-type: ref

Great!! Check our :ref:`ref_contributing`
section to start contribute.

.. grid-item::
.. card:: :fa:`user-pen` Document or create an example for PyMAPDL
:link: write_documentation
:link-type: ref

Check our :ref:`write_documentation` section.

.. grid-item::
.. card:: :fa:`keyboard` Develop PyMAPDL
:link: developing_pymapdl
:link-type: ref

Check our :ref:`developing_pymapdl` section
to get guidance about setting
the project for development.
.. grid-item-card:: :fa:`question` Help with PyMAPDL
:link: ref_troubleshooting
:link-type: ref

Check our :ref:`ref_troubleshooting` section.
Additionally, there are some helpful
resources in :ref:`faq`.

.. grid-item-card:: :fa:`users` Contribute to PyMAPDL project
:link: ref_contributing
:link-type: ref

Great!! Check our :ref:`ref_contributing`
section to start contribute.

.. grid-item-card:: :fa:`user-pen` Document or create an example for PyMAPDL
:link: write_documentation
:link-type: ref

Check our :ref:`write_documentation` section.

.. grid-item-card:: :fa:`keyboard` Develop PyMAPDL
:link: developing_pymapdl
:link-type: ref

Check our :ref:`developing_pymapdl` section
to get guidance about setting
the project for development.
Loading