Skip to content

Commit 17f941f

Browse files
committed
update
1 parent 92ebd73 commit 17f941f

File tree

3 files changed

+5
-21
lines changed

3 files changed

+5
-21
lines changed
Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
API Reference
2-
=============
3-
4-
This page contains auto-generated API reference documentation [#f1]_.
1+
===================================
2+
Scaleway SDK Python Documentations
3+
===================================
54

65
.. toctree::
7-
:titlesonly:
8-
9-
{% for page in pages|selectattr("is_top_level_object") %}
10-
{{ page.include_path }}
11-
{% endfor %}
6+
:maxdepth: 4
127

13-
.. [#f1] Created with `sphinx-autoapi <https://github.com/readthedocs/sphinx-autoapi>`_
8+
autoapi/index

docs/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
autoapi_type = "python"
4141
autoapi_dirs = [
4242
os.path.abspath('../scaleway'),
43-
os.path.abspath('../scaleway-async'),
44-
os.path.abspath('../scaleway-core'),
4543
]
4644
autoapi_template_dir = "_templates/autoapi"
4745
autoapi_options = [
@@ -55,7 +53,6 @@
5553

5654
def skip_submodules(app, what, name, obj, skip, options):
5755
if re.search("marshal*", name) or re.search("unmarshal*", name) or re.search("test*", name) or re.search("utils", name):
58-
print("value of name: ", name, " obj: ", obj, "what: ", what)
5956
skip = True
6057
return skip
6158

docs/index.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)