From 9495cdb945c79936702bfc65dfbc9ff83f2edc4c Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Wed, 7 Oct 2020 13:29:40 -0600 Subject: [PATCH] Remove tutorials/legal, move complying_with_licenses Closes #4111 --- {tutorials/legal => about}/complying_with_licenses.rst | 0 about/index.rst | 1 + index.rst | 1 - tutorials/legal/index.rst | 8 -------- 4 files changed, 1 insertion(+), 9 deletions(-) rename {tutorials/legal => about}/complying_with_licenses.rst (100%) delete mode 100644 tutorials/legal/index.rst diff --git a/tutorials/legal/complying_with_licenses.rst b/about/complying_with_licenses.rst similarity index 100% rename from tutorials/legal/complying_with_licenses.rst rename to about/complying_with_licenses.rst diff --git a/about/index.rst b/about/index.rst index 4552c7a1e..5a3f59959 100644 --- a/about/index.rst +++ b/about/index.rst @@ -11,6 +11,7 @@ About list_of_features docs_changelog release_policy + complying_with_licenses .. history .. authors diff --git a/index.rst b/index.rst index df58ddbca..63bfe5bfa 100644 --- a/index.rst +++ b/index.rst @@ -109,7 +109,6 @@ The main documentation for the site is organized into the following sections: tutorials/optimization/index tutorials/misc/index tutorials/debug/index - tutorials/legal/index .. toctree:: diff --git a/tutorials/legal/index.rst b/tutorials/legal/index.rst deleted file mode 100644 index d142fc14b..000000000 --- a/tutorials/legal/index.rst +++ /dev/null @@ -1,8 +0,0 @@ -Legal -===== - -.. toctree:: - :maxdepth: 1 - :name: toc-tutorials-legal - - complying_with_licenses