Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove api reference #732

Merged
merged 4 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,3 @@ jobs:
cd docs
npm ci --ignore-scripts
npm run build

- name: Generate API reference
run: |
cd docs
poetry run python make-api-reference.py
5 changes: 0 additions & 5 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ jobs:
npm ci --ignore-scripts
npm run build

- name: Generate API reference
run: |
cd docs
poetry run python make-api-reference.py

- name: Push static files to Github Pages branch
run: |
cd docs/build
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/about/getting_started/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ sidebar_position: 3
---

# API Reference
Generated API reference for the libecalc library can be found [here](https://equinor.github.io/ecalc/docs/about/references/api/libecalc.html).
API reference for the libecalc library will be available here later in 2025.
25 changes: 0 additions & 25 deletions docs/make-api-reference.py

This file was deleted.

Loading