Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
brivas
mdf_reader
Commits
8386b3c1
Commit
8386b3c1
authored
3 years ago
by
Beartriz Recinos Rivas
Browse files
Options
Download
Email Patches
Plain Diff
updated docs-sphinx config
parent
46b685ec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
6 deletions
+16
-6
data_models/lib/imma1_d701/code_tables/ICOADS.C99.FORM.json
data_models/lib/imma1_d701/code_tables/ICOADS.C99.FORM.json
+4
-4
docs/conf.py
docs/conf.py
+11
-2
docs/requirements.txt
docs/requirements.txt
+1
-0
No files found.
data_models/lib/imma1_d701/code_tables/ICOADS.C99.FORM.json
View file @
8386b3c1
{
" 1"
:
"daily"
,
" 2"
:
"reports more than once a day"
,
"1 "
:
"daily"
,
"2 "
:
"reports more than once a day"
,
"01"
:
"daily"
,
"02"
:
"reports more than once a day"
"1 "
:
"daily"
,
"2 "
:
"reports more than once a day"
,
"01"
:
"daily"
,
"02"
:
"reports more than once a day"
}
This diff is collapsed.
Click to expand it.
docs/conf.py
View file @
8386b3c1
...
...
@@ -30,13 +30,22 @@ release = 'v1.3'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions
=
[]
# extensions = []
# extensions.append('autoapi.extension')
extensions
=
[
'sphinx.ext.autodoc'
,
'sphinx.ext.autosummary'
,
'sphinx.ext.viewcode'
,
'autoapi.extension'
,
'sphinx.ext.napoleon'
,
'sphinx_autodoc_typehints'
]
extensions
.
append
(
'autoapi.extension'
)
autoapi_type
=
'python'
autoapi_dirs
=
[
'../'
]
add_module_names
=
False
autoapi_keep_files
=
False
autodoc_typehints
=
"description"
#autoapi_options = ['members', 'undoc-members', 'private-members']
autoapi_options
=
[
'members'
,
'undoc-members'
,
'private-members'
,
'show-inheritance'
,
...
...
This diff is collapsed.
Click to expand it.
docs/requirements.txt
View file @
8386b3c1
...
...
@@ -3,3 +3,4 @@
sphinx==3.5.4
sphinx-autoapi==1.8.0
sphinx-rtd-theme==0.5.2
sphinx-autodoc-typehints
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment