Skip to content

Commit

Permalink
Problem: Code Reference docs hidden in appendices (#2473)
Browse files Browse the repository at this point in the history
Solution: Move the Code Reference docs into their own section
  • Loading branch information
ttmc committed Sep 4, 2018
1 parent 230a5b2 commit f8bb295
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/server/source/appendices/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ Appendices

json-serialization
cryptography
the-bigchaindb-class
backend
commands
aws-setup
generate-key-pair-for-ssh
firewall-notes
Expand Down
File renamed without changes.
File renamed without changes.
24 changes: 24 additions & 0 deletions docs/server/source/code-reference/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

.. Copyright BigchainDB GmbH and BigchainDB contributors
SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
Code is Apache-2.0 and docs are CC-BY-4.0
Code Reference
==============

This section contains auto-generated documentation of various functions, classes and methods
in the BigchainDB Server code, based on Python docstrings in the code itself.

.. warning::

While we try to keep docstrings accurate,
if you want to know *for sure* what the code does,
then you have to read the code itself.

.. toctree::
:maxdepth: 1

the-bigchaindb-class
backend
commands

1 change: 1 addition & 0 deletions docs/server/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ BigchainDB Server Documentation
data-models/index
k8s-deployment-template/index
release-notes
code-reference/index
appendices/index

0 comments on commit f8bb295

Please sign in to comment.