Skip to content

Commit

Permalink
added props to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmaxus committed Sep 25, 2024
1 parent ff7dbd1 commit f0cb14d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- sphinx-docs-workflow
pull_request:
branches:
- master
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

# testing
/coverage
/_build
/.venv

# production
/build
Expand Down
13 changes: 9 additions & 4 deletions doc/api.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
# API reference

## Helpers
## Props

### Extraction helpers
```{eval-rst}
.. automodule:: port.api.props
:members:
```

## Extraction helpers

```{eval-rst}
.. automodule:: port.helpers.extraction_helpers
:members:
```

### Port helpers
## Port helpers

```{eval-rst}
.. automodule:: port.helpers.port_helpers
:members:
```

### Validation
## Validation

```{eval-rst}
.. automodule:: port.helpers.validate
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
html_theme = 'haiku'
html_static_path = ['_static']

0 comments on commit f0cb14d

Please sign in to comment.