diff options
author | Tobias Grosser <tobias@grosser.es> | 2016-03-25 19:23:52 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2016-03-25 19:23:52 +0000 |
commit | 7a1e66b98a5f7a69b7c64e191383c0046af13ea1 (patch) | |
tree | a9bbbfda5e8147a03f72a18f6f98d5dd35a01e7d | |
parent | 054ca24be76042452f6496bf401039adbc49df22 (diff) | |
download | bcm5719-llvm-7a1e66b98a5f7a69b7c64e191383c0046af13ea1.tar.gz bcm5719-llvm-7a1e66b98a5f7a69b7c64e191383c0046af13ea1.zip |
docs: Show two levels of content in index:
llvm-svn: 264447
-rw-r--r-- | polly/docs/images/LLVM-Passes-only.pngfg | bin | 201732 -> 0 bytes | |||
-rw-r--r-- | polly/docs/index.rst | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/polly/docs/images/LLVM-Passes-only.pngfg b/polly/docs/images/LLVM-Passes-only.pngfg Binary files differdeleted file mode 100644 index f89e38b24f6..00000000000 --- a/polly/docs/images/LLVM-Passes-only.pngfg +++ /dev/null diff --git a/polly/docs/index.rst b/polly/docs/index.rst index a280f077960..026216378a0 100644 --- a/polly/docs/index.rst +++ b/polly/docs/index.rst @@ -13,7 +13,7 @@ Using Polly =========== .. toctree:: - :maxdepth: 1 + :maxdepth: 2 Architecture UsingPollyWithClang |