Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28aeadf

Browse files
committed
put buttons back, added card + reorganized
1 parent 6b5c317 commit 28aeadf

File tree

2 files changed

+36
-21
lines changed

2 files changed

+36
-21
lines changed

doc/devel/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ unresponsive, feel free to open a new PR referencing the old one.
159159

160160
.. _open-an-issue:
161161

162-
Open an issue
163-
=============
162+
Suggest improvements and report bugs
163+
====================================
164164

165165
Please tell us about bugs in the code and documentation, optimizations and
166166
improvements that we can make, and new features that would be nice to have by

doc/devel/index.rst

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,20 @@ process or how to fix something feel free to ask on `gitter
2121

2222
.. rst-class:: sd-d-inline-block
2323

24-
.. button-ref:: open-an-issue
24+
.. button-ref:: request-a-new-feature
2525
:class: sd-fs-6
2626
:color: primary
2727

28-
Open an issue
28+
Request a feature
29+
30+
31+
.. rst-class:: sd-d-inline-block
32+
33+
.. button-ref:: submitting-a-bug-report
34+
:class: sd-fs-6
35+
:color: primary
36+
37+
Report a bug
2938

3039
.. rst-class:: sd-d-inline-block
3140

@@ -43,34 +52,40 @@ process or how to fix something feel free to ask on `gitter
4352

4453
Write documentation
4554

46-
.. rst-class:: sd-d-inline-block
55+
.. toctree::
56+
:maxdepth: 2
4757

48-
.. button-ref:: development-setup
49-
:class: sd-fs-6
50-
:color: primary
58+
contributing
5159

52-
Setup environment
60+
.. card:: Set up a development environment
5361

62+
.. toctree::
63+
:maxdepth: 2
64+
65+
development_setup
66+
development_workflow
67+
68+
.. toctree::
69+
:maxdepth: 1
70+
71+
dependencies
72+
min_dep_policy
5473

5574
.. toctree::
75+
5676
:maxdepth: 2
5777

58-
contributing.rst
59-
triage.rst
60-
development_setup.rst
61-
development_workflow.rst
62-
testing.rst
63-
documenting_mpl.rst
64-
style_guide.rst
65-
coding_guide.rst
66-
release_guide.rst
67-
dependencies.rst
68-
min_dep_policy.rst
69-
maintainer_workflow.rst
78+
triage
7079

7180
.. toctree::
7281
:maxdepth: 1
7382

83+
coding_guide
84+
testing
85+
documenting_mpl
86+
style_guide
87+
maintainer_workflow
88+
release_guide
7489
MEP/index
7590

7691
.. toctree::

0 commit comments

Comments
 (0)