Skip to content

Commit 77a9b39

Browse files
edenlightninglantiga
authored andcommitted
Update docs index (#17246)
* update docs * update docs index * Delete version.info * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update glossary * typo * restructure * rm newline * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (cherry picked from commit c2d9ec4)
1 parent cf1838f commit 77a9b39

File tree

5 files changed

+419
-95
lines changed

5 files changed

+419
-95
lines changed
File renamed without changes.
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
2+
.. toctree::
3+
:maxdepth: 1
4+
:hidden:
5+
6+
../generated/CODE_OF_CONDUCT.md
7+
../generated/CONTRIBUTING.md
8+
../generated/BECOMING_A_CORE_CONTRIBUTOR.md
9+
governance
10+
../versioning
11+
../past_versions
12+
../generated/CHANGELOG.md
13+
14+
#########
15+
Community
16+
#########
17+
18+
.. raw:: html
19+
20+
<div class="display-card-container">
21+
<div class="row">
22+
23+
.. displayitem::
24+
:header: Code of conduct
25+
:description: Contributor Covenant Code of Conduct
26+
:col_css: col-md-12
27+
:button_link: ../generated/CODE_OF_CONDUCT.html
28+
:height: 100
29+
30+
.. displayitem::
31+
:header: Contribution guide
32+
:description: How to contribute to PyTorch Lightning
33+
:col_css: col-md-12
34+
:button_link: ../generated/CONTRIBUTING.html
35+
:height: 100
36+
37+
.. displayitem::
38+
:header: How to Become a core contributor
39+
:description: Steps to be a core contributor
40+
:col_css: col-md-12
41+
:button_link: ../generated/BECOMING_A_CORE_CONTRIBUTOR.html
42+
:height: 100
43+
44+
.. displayitem::
45+
:header: Lightning Governance
46+
:description: The governance processes we follow
47+
:col_css: col-md-12
48+
:button_link: governance.html
49+
:height: 100
50+
51+
.. displayitem::
52+
:header: Versioning
53+
:description: PyTorch Lightning's versioning policy
54+
:col_css: col-md-12
55+
:button_link: ../versioning.html
56+
:height: 100
57+
58+
.. displayitem::
59+
:header: Changelog
60+
:description: All notable changes to PyTorch Lightning
61+
:col_css: col-md-12
62+
:button_link: ../generated/CHANGELOG.html
63+
:height: 100
64+
65+
.. raw:: html
66+
67+
</div>
68+
</div>

0 commit comments

Comments
 (0)