Skip to content

Commit 4954a4b

Browse files
authored
Fix: fix pdoc publishing, add a link to API docs in the mkdocs page (#612)
* Fix: include sqlmesh in pip install when publishing pdoc * Add a navbar item for API documentation in mkdocs
1 parent 6cf03a1 commit 4954a4b

133 files changed

Lines changed: 107129 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run:
2525
name: Update API Documentation
2626
command: |
27-
pip install pdoc
27+
pip install pdoc sqlmesh
2828
make api-docs
2929
git add docs
3030
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"

docs/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url=./sqlmesh.html"/>
6+
</head>
7+
</html>

docs/search.js

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/sqlmesh.html

Lines changed: 780 additions & 0 deletions
Large diffs are not rendered by default.

docs/sqlmesh/_version.html

Lines changed: 243 additions & 0 deletions
Large diffs are not rendered by default.

docs/sqlmesh/cli.html

Lines changed: 309 additions & 0 deletions
Large diffs are not rendered by default.

docs/sqlmesh/cli/example_project.html

Lines changed: 553 additions & 0 deletions
Large diffs are not rendered by default.

docs/sqlmesh/cli/main.html

Lines changed: 765 additions & 0 deletions
Large diffs are not rendered by default.

docs/sqlmesh/cli/options.html

Lines changed: 537 additions & 0 deletions
Large diffs are not rendered by default.

docs/sqlmesh/core.html

Lines changed: 260 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)