Skip to content

Commit 87b6735

Browse files
taiyacopybara-github
authored andcommitted
Update to auto-documentation workflow.
PiperOrigin-RevId: 311987485
1 parent 2a759c0 commit 87b6735

File tree

185 files changed

+1
-11340
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+1
-11340
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ script:
3737
- export PYTHONPATH=$PWD:$PYTHONPATH
3838
- pytest tensorflow_graphics
3939
# --- build pip package (installs in python path)
40-
- python setup.py sdist bdist_wheel
40+
- python setup.py --compute_platform cpu sdist bdist_wheel --universal
4141
- pip install dist/tensorflow_graphics*.whl
4242
# --- test the pip package
4343
- cd $(mktemp -d) && python -c 'import tensorflow_graphics as tfg'

tensorflow_graphics/g3doc/api_docs/python/_toc.yaml

-498
This file was deleted.

tensorflow_graphics/g3doc/api_docs/python/index.md

-184
This file was deleted.

tensorflow_graphics/g3doc/api_docs/python/tfg.md

-32
This file was deleted.

tensorflow_graphics/g3doc/api_docs/python/tfg/_api_cache.json

-325
This file was deleted.

tensorflow_graphics/g3doc/api_docs/python/tfg/geometry.md

-30
This file was deleted.

tensorflow_graphics/g3doc/api_docs/python/tfg/geometry/convolution.md

-28
This file was deleted.

tensorflow_graphics/g3doc/api_docs/python/tfg/geometry/convolution/graph_convolution.md

-26
This file was deleted.

tensorflow_graphics/g3doc/api_docs/python/tfg/geometry/convolution/graph_convolution/edge_convolution_template.md

-104
This file was deleted.

tensorflow_graphics/g3doc/api_docs/python/tfg/geometry/convolution/graph_convolution/feature_steered_convolution.md

-93
This file was deleted.

tensorflow_graphics/g3doc/api_docs/python/tfg/geometry/convolution/graph_pooling.md

-28
This file was deleted.

0 commit comments

Comments
 (0)