mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 15:52:39 +02:00
initial core docs, class diagram
This commit is contained in:
parent
07371cd777
commit
59a7742a9c
4 changed files with 30 additions and 1 deletions
4
doc/source/architecture.rst
Normal file
4
doc/source/architecture.rst
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
GPy Project Architecture
|
||||
========================
|
||||
|
||||
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue