Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
cache: npm
cache-dependency-path: docs/package-lock.json

- uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Install pydoc-markdown
run: pip install pydoc-markdown

- name: Install dependencies
run: npm ci
- name: Build website
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
cache: npm
cache-dependency-path: docs/package-lock.json

- uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Install pydoc-markdown
run: pip install pydoc-markdown

- name: Install dependencies
run: npm ci
- name: Test build website
Expand Down
12 changes: 0 additions & 12 deletions docs/blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions docs/blog/2019-05-29-long-blog-post.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
29 changes: 0 additions & 29 deletions docs/blog/2021-08-26-welcome/index.md

This file was deleted.

25 changes: 0 additions & 25 deletions docs/blog/authors.yml

This file was deleted.

19 changes: 0 additions & 19 deletions docs/blog/tags.yml

This file was deleted.

13 changes: 13 additions & 0 deletions docs/docs/api/__init__.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
sidebar_label: hydrogym
title: hydrogym
---

#### \_\_getattr\_\_

```python
def __getattr__(name)
```

Lazy import submodules to avoid MPI conflicts.

Loading
Loading