Skip to content

Commit

Permalink
Update docs and authors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ameya98 committed Mar 7, 2025
1 parent c0222f3 commit 87ad56f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 2 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@
e3tools documentation
=====================

Add your content using ``reStructuredText`` syntax. See the
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
documentation for details.

e3tools is a repository of building blocks in PyTorch for E(3)/SE(3)-equivariant neural networks.

.. toctree::
:maxdepth: 2
:maxdepth: 3
:caption: Contents:

e3tools
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ description = "A repository of building blocks in PyTorch for E(3)/SE(3)-equivar
readme = "README.md"
dynamic = ["version"]
authors = [
{ name = "Joseph Kleinhenz", email = "kleinhej@gene.com" }
{ name = "Joseph Kleinhenz", email = "kleinhej@gene.com" },
{ name = "Ameya Daigavane", email = "ameyad@mit.edu" },
]
requires-python = ">=3.10"
dependencies = [
Expand Down

0 comments on commit 87ad56f

Please sign in to comment.