Skip to content

Commit

Permalink
Update docs index (#17246)
Browse files Browse the repository at this point in the history
* 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 <6035284+Borda@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

(cherry picked from commit c2d9ec4)
  • Loading branch information
edenlightning authored and lantiga committed Jun 7, 2023
1 parent cf1838f commit 77a9b39
Show file tree
Hide file tree
Showing 5 changed files with 419 additions and 95 deletions.
File renamed without changes.
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

0 comments on commit 77a9b39

Please sign in to comment.