Skip to content

Commit

Permalink
removes cli normalize load modules from reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Sep 19, 2023
1 parent 0ad443c commit 80828a0
Show file tree
Hide file tree
Showing 5 changed files with 3,774 additions and 3,174 deletions.
Empty file added docs/website/__init__.py
Empty file.
3 changes: 2 additions & 1 deletion docs/website/pydoc-markdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
loaders:
- type: python
search_path: [../../dlt]
ignore_when_discovered: ["cli", "normalize", "load"]
processors:
- type: filter
skip_empty_modules: true
Expand All @@ -11,7 +12,7 @@ renderer:
docs_base_path: docs
relative_output_path: api_reference
relative_sidebar_path: sidebar.json
sidebar_top_level_label: dlt
sidebar_top_level_label: API
markdown:
use_fixed_header_levels: false
escape_html_in_docstring: false
Expand Down
11 changes: 6 additions & 5 deletions docs/website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ const sidebars = {
keywords: ['reference'],
},
items: [
require("./docs/api_reference/sidebar.json"),
'reference/installation',
'reference/command-line-interface',
'reference/performance',
Expand All @@ -236,11 +237,11 @@ const sidebars = {
'reference/explainers/airflow-gcp-cloud-composer',
],
},
{
"API Documentation": [
require("./docs/api_reference/sidebar.json")
],
}
// {
// "API Documentation": [
// require("./docs/api_reference/sidebar.json")
// ],
// }
]
};

Expand Down
Loading

0 comments on commit 80828a0

Please sign in to comment.