Skip to content

Commit

Permalink
added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
christinahedges committed Jul 30, 2024
1 parent 979fe41 commit 73b2a1e
Show file tree
Hide file tree
Showing 11 changed files with 1,580 additions and 256 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
pip install poetry
poetry install --with dev
poetry install --with dev,cloud
- name: Sphinx build
run: |
poetry run sphinx-build docs _build
Expand Down
3 changes: 3 additions & 0 deletions docs/apidoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ API
.. autoclass:: lksearch.TESSSearch
:members:

.. automodule:: lksearch.catalog
:members:

.. automodule:: lksearch.config
:members:
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lksearch
:hidden:

Quickstart
tutorials/Example_searches
tutorials/index
apidoc
GetInvolved
HowtoCite
Expand Down
Loading

0 comments on commit 73b2a1e

Please sign in to comment.