Skip to content

Commit

Permalink
docs: remove api reference (#732)
Browse files Browse the repository at this point in the history
* docs: remove api reference
  • Loading branch information
frodehk authored Dec 11, 2024
1 parent 65d417a commit a56ac26
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 36 deletions.
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.

0 comments on commit a56ac26

Please sign in to comment.