Skip to content

Commit 7059563

Browse files
committed
Almost ready to deploy docs.
1 parent e2caa65 commit 7059563

3 files changed

Lines changed: 3 additions & 17 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535

3636
sys.path.insert(0, str(Path('..').resolve()))
3737

38-
autodoc_mock_imports = ['torch', 'openequivariance.extlib']
38+
autodoc_mock_imports = ['torch', 'openequivariance.extlib', 'jinja2']
3939
autodoc_typehints = "description"

docs/livebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sphinx-autobuild . _build --watch ../openequivariance
1+
sphinx-autobuild -M dirhtml . _build --watch ../openequivariance

docs/supported_ops.rst

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Supported Operations
2-
==============================
2+
====================
33

44
.. toctree::
55
:maxdepth: 1
@@ -28,20 +28,6 @@ Supported Operations
2828
- ✅ (beta)
2929
- ✅ (beta)
3030

31-
+----------------------------+----------+------------+
32-
| Operation | CUDA | HIP |
33-
+============================+==========+============+
34-
| UVU |||
35-
+----------------------------+----------+------------+
36-
| UVW |||
37-
+----------------------------+----------+------------+
38-
| UVU + Convolution |||
39-
+----------------------------+----------+------------+
40-
| UVW + Convolution |||
41-
+----------------------------+----------+------------+
42-
| Symmetric Tensor Product | ✅ (beta) | ✅ (beta) |
43-
+----------------------------+----------+------------+
44-
4531
e3nn supports a variety of connection modes for CG tensor products. We support
4632
two that are commonly used in equivariant graph neural networks:
4733
"uvu" and "uvw". Our JIT compiled kernels should handle:

0 commit comments

Comments
 (0)