File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The DataMeta application stack comprises three main applications:
8
8
* A [ memcached] ( https://memcached.org/ ) server
9
9
* A [ PostgreSQL] ( https://www.postgresql.org/ ) database server
10
10
11
- ### Relational data model
11
+ ## Relational data model
12
12
13
13
![ erdiag] ( ./img/datameta.erm.svg )
14
14
Original file line number Diff line number Diff line change 59
59
html_logo = "img/logo.png"
60
60
61
61
html_theme_options = {
62
- 'logo_only' : True
62
+ 'logo_only' : True ,
63
+ 'navigation_depth' : 3
63
64
}
65
+
64
66
# Add any paths that contain custom static files (such as style sheets) here,
65
67
# relative to this directory. They are copied after the builtin static files,
66
68
# so a file named "default.css" will overwrite the builtin "default.css".
Original file line number Diff line number Diff line change
1
+ # these requirements are needed for sphinx readthedocs builds
2
+ # app requirements can be found on setup.py
1
3
sphinx
2
4
sphinxcontrib-openapi
3
5
recommonmark
Original file line number Diff line number Diff line change 47
47
'SQLAlchemy' ,
48
48
'transaction' ,
49
49
'zope.sqlalchemy' ,
50
- 'pyramid_openapi3' ,
51
- 'sphinx' ,
52
- 'sphinxcontrib-openapi'
50
+ 'pyramid_openapi3'
53
51
]
54
52
55
53
tests_require = [
You can’t perform that action at this time.
0 commit comments