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

feat: port sphinx fix #267

Merged
merged 1 commit into from
Oct 4, 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
26 changes: 9 additions & 17 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,18 @@ Starcraft
reference/index
explanation/index

.. grid:: 1 1 2 2

.. grid-item-card:: :ref:`Tutorial <tutorial>`
.. list-table::

**Get started** with a hands-on introduction to Starcraft
* - | :ref:`Tutorial <tutorial>`
| **Get started** with a hands-on introduction to Starcraft
* - | :ref:`How-to guides <howto>`
| **Step-by-step guides** covering key operations and common tasks
* - | :ref:`Reference <reference>`
| **Technical information** about Starcraft
* - | :ref:`Explanation <explanation>`
| **Discussion and clarification** of key topics

.. grid-item-card:: :ref:`How-to guides <howto>`

**Step-by-step guides** covering key operations and common tasks

.. grid:: 1 1 2 2
:reverse:

.. grid-item-card:: :ref:`Reference <reference>`

**Technical information** about Starcraft

.. grid-item-card:: :ref:`Explanation <explanation>`

**Discussion and clarification** of key topics

Project and community
=====================
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ types = [
"pyright==1.1.382.post1",
]
docs = [
"canonical-sphinx~=0.1",
"canonical-sphinx~=0.2.0",
"sphinx-autobuild~=2024.2",
"sphinx-pydantic==0.1.1",
"sphinx-toolbox~=3.5",
Expand Down
Loading