Commit 95ddbc19 authored by Vittorio Caggiano's avatar Vittorio Caggiano
Browse files

fix index links

parent efffd7ed
...@@ -60,7 +60,7 @@ templates_path = ["_templates"] ...@@ -60,7 +60,7 @@ templates_path = ["_templates"]
# documentation. # documentation.
# #
html_theme_options = { html_theme_options = {
"includehidden": False, "includehidden": True,
"canonical_url": "https://fairscale.readthedocs.io", "canonical_url": "https://fairscale.readthedocs.io",
"pytorch_project": "docs", "pytorch_project": "docs",
} }
......
...@@ -12,7 +12,7 @@ Welcome to fairscale's documentation! ...@@ -12,7 +12,7 @@ Welcome to fairscale's documentation!
:hidden: :hidden:
tutorials/index tutorials/index
api_reference api/index
*fairscale* is a PyTorch extension library for high performance and large scale training for optimizing training on one or across multiple machines/nodes. This library extend basic pytorch capabilities while adding new experimental ones. *fairscale* is a PyTorch extension library for high performance and large scale training for optimizing training on one or across multiple machines/nodes. This library extend basic pytorch capabilities while adding new experimental ones.
......
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