Skip to content

Commit 15d3a45

Browse files
nikhilaravifacebook-github-bot
authored andcommitted
Setup website with docusaurus (facebookresearch#11)
Summary: Set up landing page, docs page, and html versions of the ipython notebook tutorials. Pull Request resolved: fairinternal/pytorch3d#11 Reviewed By: gkioxari Differential Revision: D19730380 Pulled By: nikhilaravi fbshipit-source-id: 5df8d3f2ac2f8dce4d51f5d14fc336508c2fd0ea
1 parent e290f87 commit 15d3a45

Some content is hidden

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

48 files changed

+1900
-72
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,16 @@ build/
22
dist/
33
*.egg-info/
44
**/__pycache__/
5+
6+
# Docusaurus site
7+
website/yarn.lock
8+
website/build/
9+
website/i18n/
10+
website/node_modules/*
11+
website/npm-debug.log
12+
13+
## Generated for tutorials
14+
website/_tutorials/
15+
website/static/files/
16+
website/pages/tutorials/*
17+
!website/pages/tutorials/index.js
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)