initial core docs, class diagram

This commit is contained in:
bobturneruk 2020-04-03 16:45:24 +01:00
parent 07371cd777
commit 59a7742a9c
4 changed files with 30 additions and 1 deletions

View file

@ -0,0 +1,4 @@
GPy Project Architecture
========================

View file

@ -83,8 +83,13 @@ extensions = [
#'sphinx.ext.coverage',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinx.ext.graphviz',
'sphinx.ext.inheritance_diagram',
]
#---sphinx.ext.inheritance_diagram config
inheritance_graph_attrs = dict(rankdir="TB")
#----- Autodoc
#import sys
#try:

View file

@ -25,6 +25,12 @@ Tutorials
Several tutorials have been developed in the form of `Jupyter Notebooks <https://nbviewer.jupyter.org/github/SheffieldML/notebook/blob/master/GPy/index.ipynb>`_.
.. toctree::
:maxdepth: 1
:caption: Architecture
architecture
.. toctree::
:maxdepth: 1
:caption: For developers