Skip to content
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
68 changes: 68 additions & 0 deletions docs/source-pytorch/community/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@

.. toctree::
:maxdepth: 1
:hidden:

../generated/CODE_OF_CONDUCT.md
../generated/CONTRIBUTING.md
../generated/BECOMING_A_CORE_CONTRIBUTOR.md
governance
../versioning
../past_versions
../generated/CHANGELOG.md

#########
Community
#########

.. raw:: html

<div class="display-card-container">
<div class="row">

.. displayitem::
:header: Code of conduct
:description: Contributor Covenant Code of Conduct
:col_css: col-md-12
:button_link: ../generated/CODE_OF_CONDUCT.html
:height: 100

.. displayitem::
:header: Contribution guide
:description: How to contribute to PyTorch Lightning
:col_css: col-md-12
:button_link: ../generated/CONTRIBUTING.html
:height: 100

.. displayitem::
:header: How to Become a core contributor
:description: Steps to be a core contributor
:col_css: col-md-12
:button_link: ../generated/BECOMING_A_CORE_CONTRIBUTOR.html
:height: 100

.. displayitem::
:header: Lightning Governance
:description: The governance processes we follow
:col_css: col-md-12
:button_link: governance.html
:height: 100

.. displayitem::
:header: Versioning
:description: PyTorch Lightning's versioning policy
:col_css: col-md-12
:button_link: ../versioning.html
:height: 100

.. displayitem::
:header: Changelog
:description: All notable changes to PyTorch Lightning
:col_css: col-md-12
:button_link: ../generated/CHANGELOG.html
:height: 100

.. raw:: html

</div>
</div>
Loading