diff --git a/LICENSES.md b/LICENSES.md index b6e3fa31..3838fedc 100644 --- a/LICENSES.md +++ b/LICENSES.md @@ -2,7 +2,7 @@ All officially-supported BigchainDB _driver code_ is licensed under the Apache License, Version 2.0, the full text of which can be found at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0). -All short code snippets embedded in the official BigchainDB _documentation_ is licensed under the Apache License, Version 2.0, the full text of which can be found at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0). +All short code snippets embedded in the official BigchainDB _documentation_ are licensed under the Apache License, Version 2.0, the full text of which can be found at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0). All _other_ officially-supported BigchainDB code is licensed under the GNU Affero General Public License version 3 (AGPLv3), the full text of which can be found at [http://www.gnu.org/licenses/agpl.html](http://www.gnu.org/licenses/agpl.html). diff --git a/docs/source/_templates/license-template.html b/docs/source/_templates/license-template.html deleted file mode 100644 index 758cbb79..00000000 --- a/docs/source/_templates/license-template.html +++ /dev/null @@ -1,4 +0,0 @@ -

License

-

-This documentation is licensed under a Creative Commons Attribution 4.0 International License. -

\ No newline at end of file diff --git a/docs/source/_templates/sidebar-links-template.html b/docs/source/_templates/sidebar-links-template.html deleted file mode 100644 index 71ead79d..00000000 --- a/docs/source/_templates/sidebar-links-template.html +++ /dev/null @@ -1,6 +0,0 @@ -

Quick links

-

-GitHub repository -
-BigchainDB website -

\ No newline at end of file diff --git a/docs/source/_templates/sidebar-title-template.html b/docs/source/_templates/sidebar-title-template.html deleted file mode 100644 index 519d3dc9..00000000 --- a/docs/source/_templates/sidebar-title-template.html +++ /dev/null @@ -1 +0,0 @@ -

BigchainDB Documentation

\ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 04f749df..766278db 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -168,13 +168,10 @@ html_static_path = ['_static'] #html_use_smartypants = True # Custom sidebar templates, maps document names to template names. -html_sidebars = { - '**': ['sidebar-title-template.html', - 'globaltoc.html', - 'sidebar-links-template.html', - 'searchbox.html', - 'license-template.html'], -} +#html_sidebars = { +# '**': ['globaltoc.html', +# 'searchbox.html'], +#} # Additional templates that should be rendered to pages, maps page names to # template names. diff --git a/docs/source/index.rst b/docs/source/index.rst index 6934f335..837b24f2 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -23,6 +23,7 @@ Table of Contents json-serialization developer-interface monitoring + licenses contributing faq release-notes diff --git a/docs/source/licenses.md b/docs/source/licenses.md new file mode 100644 index 00000000..aa60e2bc --- /dev/null +++ b/docs/source/licenses.md @@ -0,0 +1,3 @@ +# Licenses + +Information about how the BigchainDB code and documentation are licensed can be found in [the LICENSES.md file](https://github.com/bigchaindb/bigchaindb/blob/develop/LICENSES.md) (in the root directory of the repository). \ No newline at end of file diff --git a/setup.py b/setup.py index 0cb4aea3..8d888e6a 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( 'Operating System :: POSIX :: Linux', ], - packages=['bigchaindb', 'bigchaindb.commands', 'bigchaindb.db'], + packages=['bigchaindb', 'bigchaindb.commands', 'bigchaindb.db', 'bigchaindb.web'], entry_points={ 'console_scripts': [