Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
deepdraw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
medai
software
deepdraw
Commits
dedfceab
Commit
dedfceab
authored
5 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Auto-document configuration objects
parent
c32f4c08
No related branches found
No related tags found
1 merge request
!12
Streamlining
Pipeline
#38209
passed
5 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/_templates/config.rst
+38
-0
38 additions, 0 deletions
doc/_templates/config.rst
doc/api.rst
+1
-2
1 addition, 2 deletions
doc/api.rst
with
39 additions
and
2 deletions
doc/_templates/config.rst
0 → 100644
+
38
−
0
View file @
dedfceab
{{ fullname | escape | underline}}
.. automodule:: {{ fullname }}
{% block functions %}
{% if functions %}
.. rubric:: Functions
.. autosummary::
{% for item in functions %}
{{ item }}
{%- endfor %}
{% endif %}
{% endblock %}
{% block classes %}
{% if classes %}
.. rubric:: Classes
.. autosummary::
{% for item in classes %}
{{ item }}
{%- endfor %}
{% endif %}
{% endblock %}
{% block exceptions %}
{% if exceptions %}
.. rubric:: Exceptions
.. autosummary::
{% for item in exceptions %}
{{ item }}
{%- endfor %}
{% endif %}
{% endblock %}
.. literalinclude:: ../../../../{{ fullname.replace(".", "/") }}.py
This diff is collapsed.
Click to expand it.
doc/api.rst
+
1
−
2
View file @
dedfceab
...
@@ -107,8 +107,8 @@ Models
...
@@ -107,8 +107,8 @@ Models
.. autosummary::
.. autosummary::
:toctree: api/configs/models
:toctree: api/configs/models
:template: config.rst
bob.ip.binseg.configs.models
bob.ip.binseg.configs.models.driu
bob.ip.binseg.configs.models.driu
bob.ip.binseg.configs.models.driubn
bob.ip.binseg.configs.models.driubn
bob.ip.binseg.configs.models.driubnssl
bob.ip.binseg.configs.models.driubnssl
...
@@ -127,7 +127,6 @@ Datasets
...
@@ -127,7 +127,6 @@ Datasets
.. autosummary::
.. autosummary::
:toctree: api/configs/datasets
:toctree: api/configs/datasets
bob.ip.binseg.configs.datasets
bob.ip.binseg.configs.datasets.amdrive
bob.ip.binseg.configs.datasets.amdrive
bob.ip.binseg.configs.datasets.amdrivetest
bob.ip.binseg.configs.datasets.amdrivetest
bob.ip.binseg.configs.datasets.chasedb1
bob.ip.binseg.configs.datasets.chasedb1
...
...
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