Commit 14dd2611 authored by Jeremy Reizenstein's avatar Jeremy Reizenstein Committed by Facebook GitHub Bot
Browse files

Remove version number from docs title

Summary: Small docs fixes: spelling. Avoid things which get out of date quickly: year, version.

Reviewed By: patricklabatut

Differential Revision: D31659927

fbshipit-source-id: b0111140bdaf3c6cadc09f70621bf5656909ca02
parent 34b1b4ab
...@@ -97,7 +97,7 @@ In alphabetical order: ...@@ -97,7 +97,7 @@ In alphabetical order:
* Georgia Gkioxari * Georgia Gkioxari
* Taylor Gordon * Taylor Gordon
* Justin Johnson * Justin Johnson
* Patrick Labtut * Patrick Labatut
* Christoph Lassner * Christoph Lassner
* Wan-Yen Lo * Wan-Yen Lo
* David Novotny * David Novotny
......
...@@ -82,11 +82,11 @@ for m in ["cv2", "scipy", "numpy", "pytorch3d._C", "np.eye", "np.zeros"]: ...@@ -82,11 +82,11 @@ for m in ["cv2", "scipy", "numpy", "pytorch3d._C", "np.eye", "np.zeros"]:
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = "PyTorch3D" project = "PyTorch3D"
copyright = "2019, facebookresearch" copyright = "Facebook Research"
author = "facebookresearch" author = "facebookresearch"
# The short X.Y version # The short X.Y version
version = "0.2.0" version = ""
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = version release = version
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment