Skip to content

Commit

Permalink
Add .gitignore file and empty docs directory
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 388357256
  • Loading branch information
shoyer authored and Xarray-Beam authors committed Aug 3, 2021
1 parent e607fbd commit 6e98778
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.egg-info
build
dist
docs/_build
docs/_autosummary
__pycache__
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Coming soon.

0 comments on commit 6e98778

Please sign in to comment.