Skip to content

Commit 1c9ded6

Browse files
Merge pull request #15 from cuplsensor/dev
For release 1.
2 parents d95332a + 336612d commit 1c9ded6

65 files changed

Lines changed: 1728 additions & 1111 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
'breathe',
5656
'sphinx_rtd_theme',
5757
'sphinxcontrib.plantuml',
58+
'sphinx.ext.inheritance_diagram',
5859
'sphinxcontrib.needs'
5960
]
6061

@@ -129,7 +130,11 @@
129130
# Add any paths that contain custom static files (such as style sheets) here,
130131
# relative to this directory. They are copied after the builtin static files,
131132
# so a file named "default.css" will overwrite the builtin "default.css".
132-
html_static_path = ['_doc_static']
133+
html_static_path = ['docs/static']
134+
135+
html_css_files = [
136+
'custom.css',
137+
]
133138

134139
# Custom sidebar templates, must be a dictionary that maps document names
135140
# to template names.

docs/reference/c_encoder/defs.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. _defs-c-reference:
2+
3+
Defs Header File
4+
=====================
5+
6+
.. doxygenfile:: defs.h
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
Demi C Reference
44
=====================
55

6+
.. doxygenfile:: demi.h
7+
68
.. doxygenfile:: demi.c
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _sample-c-reference:
22

3-
CBuf C Reference
3+
Enc C Reference
44
=====================
55

66
.. doxygenfile:: sample.c
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
Encoder Reference
2-
=====================
1+
C Encoder
2+
===========
33

44
.. toctree::
55
:hidden:
66
:maxdepth: 2
77

8-
sample
9-
samplehist
8+
enc
9+
pairhist
1010
demi
1111
nvtype
1212
eep
1313
ndef
14+
defs
1415
nt3h
1516

File renamed without changes.
File renamed without changes.
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
NVType C Reference
44
=====================
55

6-
Interface
7-
----------
86
.. doxygenfile:: nvtype.h
97

10-
Implementation
11-
---------------
12-
138
.. doxygenfile:: nvtype.c
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
PairHist C Reference
44
=====================
55

6-
Interface
7-
----------
86
.. doxygenfile:: pairhist.h
97

10-
Implementation
11-
---------------
128
.. doxygenfile:: pairhist.c

0 commit comments

Comments
 (0)