[sphinx] Adds a documentation section on Modules (#2862)

This commit is contained in:
Matteo Barbera
2022-04-20 01:14:28 +02:00
committed by GitHub
parent 9b2832ae5c
commit 9f40bb4674
5 changed files with 542 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
/* Removes table horizontal scrollbar and fits table content to page */
.wy-table-responsive table td {
white-space: normal;
}
+4
View File
@@ -167,6 +167,10 @@ html_theme = 'sphinx_rtd_theme'
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_css_files = [
'custom.css',
]
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation.
Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -28,8 +28,8 @@ Contents:
:maxdepth: 2
quickstart/index_quick_start
user_guide/index_user_guide
installation/index_installation
user_guide/index_user_guide
developer_guide/index_developer
tutorials/index_tutorials
support/index_support