mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-18 21:30:35 +08:00
Setup website with docusaurus (#11)
Summary: Set up landing page, docs page, and html versions of the ipython notebook tutorials. Pull Request resolved: https://github.com/fairinternal/pytorch3d/pull/11 Reviewed By: gkioxari Differential Revision: D19730380 Pulled By: nikhilaravi fbshipit-source-id: 5df8d3f2ac2f8dce4d51f5d14fc336508c2fd0ea
This commit is contained in:
committed by
Facebook Github Bot
parent
e290f87ca9
commit
15d3a4557e
13
.gitignore
vendored
13
.gitignore
vendored
@@ -2,3 +2,16 @@ build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
**/__pycache__/
|
||||
|
||||
# Docusaurus site
|
||||
website/yarn.lock
|
||||
website/build/
|
||||
website/i18n/
|
||||
website/node_modules/*
|
||||
website/npm-debug.log
|
||||
|
||||
## Generated for tutorials
|
||||
website/_tutorials/
|
||||
website/static/files/
|
||||
website/pages/tutorials/*
|
||||
!website/pages/tutorials/index.js
|
||||
|
||||
Reference in New Issue
Block a user