mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-26 21:36:23 +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
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue