Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Commits
e515a743
Commit
e515a743
authored
1 year ago
by
Karel van Klink
Browse files
Options
Downloads
Patches
Plain Diff
hide implicit type hints when generating autodoc
parent
917dc095
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!80
Feature/update documentation
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/source/conf.py
+1
-0
1 addition, 0 deletions
docs/source/conf.py
docs/vale/.vale.ini
+1
-1
1 addition, 1 deletion
docs/vale/.vale.ini
gso/services/infoblox.py
+2
-2
2 additions, 2 deletions
gso/services/infoblox.py
with
4 additions
and
3 deletions
docs/source/conf.py
+
1
−
0
View file @
e515a743
...
...
@@ -21,6 +21,7 @@ html_logo = 'static/geant_logo_white.svg'
# Both the class' and the ``__init__`` method's docstring are concatenated and inserted.
autoclass_content
=
'
both
'
autodoc_typehints
=
'
none
'
# Display todos by setting to True
todo_include_todos
=
True
...
...
This diff is collapsed.
Click to expand it.
docs/vale/.vale.ini
+
1
−
1
View file @
e515a743
...
...
@@ -26,7 +26,7 @@ custom.Contractions = YES
Microsoft.Negative
=
NO
Microsoft.RangeFormat
=
NO
TokenIgnores
=
(:term:`
\S
+`), (:param
\S
+(?:
\S
+)?:), (:type
\S
+:), (:return
\S
+:), (:rtype:
\S
+)
TokenIgnores
=
(:term:`
\S
+`), (:param
\S
+(?:
\S
+)?:), (:type
\S
+:), (:return
\S
+:), (:rtype:
\S
+)
, (:class:`
\S
+`)
[*/glossary.rst]
; Ignore acronyms being undefined in the file that defines all acronyms by definition.
...
...
This diff is collapsed.
Click to expand it.
gso/services/infoblox.py
+
2
−
2
View file @
e515a743
...
...
@@ -20,8 +20,8 @@ class DeletionError(Exception):
def
_setup_connection
()
->
tuple
[
connector
.
Connector
,
IPAMParams
]:
"""
Set up a new connection with an Infoblox instance.
:return: A tuple that has an Infoblox `Connector` instance, and :term:`IPAM` parameters.
:rtype: tuple[:class:`
infoblox_client.connector.
Connector`, IPAMParams]
:return: A tuple that has an Infoblox
`
`Connector`
`
instance, and :term:`IPAM` parameters.
:rtype: tuple[:class:`Connector`, IPAMParams]
"""
oss
=
load_oss_params
().
IPAM
options
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment