Skip to content

Commit 96fe4e6

Browse files
fix: alignment of multiples cards (#494)
* fix: allignment of the cards * Update doc/source/index.rst * fix: title length --------- Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 8bd474a commit 96fe4e6

File tree

1 file changed

+38
-36
lines changed

1 file changed

+38
-36
lines changed

doc/source/index.rst

Lines changed: 38 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,61 +3,63 @@
33
44
.. include:: ../../README.rst
55

6-
.. card:: Getting started
6+
Getting started
7+
---------------
78

8-
.. grid:: 2
9+
.. grid:: 2
910

10-
.. grid-item-card:: :octicon:`list-unordered` What is PyAnsys?
11-
:link: getting-started/index
12-
:link-type: doc
11+
.. grid-item-card:: :octicon:`list-unordered` What is PyAnsys?
12+
:link: getting-started/index
13+
:link-type: doc
1314

14-
An introduction to the PyAnsys project and its ecosystem.
15+
An introduction to the PyAnsys project and its ecosystem.
1516

16-
.. grid-item-card:: :octicon:`law` Project approval and release
17-
:link: getting-started/administration
18-
:link-type: doc
17+
.. grid-item-card:: :octicon:`law` Project approval and release
18+
:link: getting-started/administration
19+
:link-type: doc
1920

20-
Steps to authorize the public release of a PyAnsys library.
21+
Steps to authorize the public release of a PyAnsys library.
2122

23+
Explanations
24+
------------
2225

23-
.. card:: Explanations
26+
.. grid:: 2
2427

25-
.. grid:: 2
26-
27-
.. grid-item-card:: :octicon:`list-unordered` How-to
28-
:link: how-to/index
29-
:link-type: doc
30-
31-
Step-by-step guidelines.
28+
.. grid-item-card:: :octicon:`list-unordered` How-to
29+
:link: how-to/index
30+
:link-type: doc
31+
32+
Step-by-step guidelines.
3233

33-
.. grid-item-card:: :octicon:`repo` Abstractions
34-
:link: abstractions/index
35-
:link-type: doc
34+
.. grid-item-card:: :octicon:`repo` Abstractions
35+
:link: abstractions/index
36+
:link-type: doc
3637

37-
Explanations of the PyAnsys architecture.
38+
Explanations of the PyAnsys architecture.
3839

3940

40-
.. card:: Style guidelines
41+
Style guidelines
42+
----------------
4143

42-
.. grid:: 3
44+
.. grid:: 3
4345

44-
.. grid-item-card:: :octicon:`file-directory` Packaging style
45-
:link: packaging/index
46-
:link-type: doc
46+
.. grid-item-card:: :octicon:`file-directory` Packaging style
47+
:link: packaging/index
48+
:link-type: doc
4749

48-
Best practices for distributing Python code.
50+
Best practices for distributing Python code.
4951

50-
.. grid-item-card:: :octicon:`codespaces` Coding style
51-
:link: coding-style/index
52-
:link-type: doc
52+
.. grid-item-card:: :octicon:`codespaces` Coding style
53+
:link: coding-style/index
54+
:link-type: doc
5355

54-
Best practices for writing Python code.
56+
Best practices for writing Python code.
5557

56-
.. grid-item-card:: :octicon:`pencil` Documentation style
57-
:link: doc-style/index
58-
:link-type: doc
58+
.. grid-item-card:: :octicon:`pencil` Documentation style
59+
:link: doc-style/index
60+
:link-type: doc
5961

60-
Best practices for writing documentation.
62+
Best practices for writing documentation.
6163

6264
.. toctree::
6365
:hidden:

0 commit comments

Comments
 (0)