Merge pull request #118 from bigchaindb/bug/104/re-add-license-notification-to-docs

Re-add link to licenses in the docs
This commit is contained in:
Troy McConaghy 2016-03-08 11:59:26 +01:00
commit c77223ff8c
7 changed files with 9 additions and 19 deletions

View File

@ -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 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). 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).

View File

@ -1,4 +0,0 @@
<h3>License</h3>
<p>
This documentation is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</p>

View File

@ -1,6 +0,0 @@
<h3>Quick links</h3>
<p>
<a href="https://github.com/bigchaindb/bigchaindb">GitHub repository</a>
<br>
<a href="https://www.bigchaindb.com/">BigchainDB website</a>
</p>

View File

@ -1 +0,0 @@
<h1>BigchainDB Documentation</h1>

View File

@ -168,13 +168,10 @@ html_static_path = ['_static']
#html_use_smartypants = True #html_use_smartypants = True
# Custom sidebar templates, maps document names to template names. # Custom sidebar templates, maps document names to template names.
html_sidebars = { #html_sidebars = {
'**': ['sidebar-title-template.html', # '**': ['globaltoc.html',
'globaltoc.html', # 'searchbox.html'],
'sidebar-links-template.html', #}
'searchbox.html',
'license-template.html'],
}
# Additional templates that should be rendered to pages, maps page names to # Additional templates that should be rendered to pages, maps page names to
# template names. # template names.

View File

@ -23,6 +23,7 @@ Table of Contents
json-serialization json-serialization
developer-interface developer-interface
monitoring monitoring
licenses
contributing contributing
faq faq
release-notes release-notes

3
docs/source/licenses.md Normal file
View File

@ -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).