File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7373suppress_warnings = ["autoapi.python_import_resolution" ]
7474autoapi_ignore = ["*/cli/*.py" ]
7575
76+ nbsphinx_allow_errors = True
77+
7678napoleon_google_docstring = True
7779napoleon_include_init_with_doc = False
7880napoleon_include_private_with_doc = False
@@ -153,7 +155,6 @@ def setup(sphinx):
153155 [('basics' , 'Base classes example' ),
154156 ('cli_usage' , 'CLI usage example' ),
155157 ('data_generation' , 'Examples of data generation' ),
156- ('evaluation' , 'Examples of evaluation' ),
157158 ('pipeline_usage' , 'Examples of pipeline usage' )]
158159 )
159160 sphinx .connect ("autoapi-skip-member" , skip_submodules )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The ``Research`` section contains an overview of conducted research on dialogue2
2626This section contains a series of usage examples, including graph generation and visualisation.
2727
2828:doc: `Examples <examples/index >`
29- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3030
3131This section contains a series of usage examples in IPython notebooks.
3232
You can’t perform that action at this time.
0 commit comments