Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyuejohn committed May 28, 2024
1 parent 294f9e0 commit 60dec7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
io.init_omop
io.to_dataframe
io.extract_features
io.extract_note
io.from_dataframe
```

## Preprocessing
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"python": ("https://docs.python.org/3", None),
"anndata": ("https://anndata.readthedocs.io/en/stable/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
}

# List of patterns, relative to source directory, that match files and
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ readme = "README.md"
requires-python = ">=3.9"
license = {file = "LICENSE"}
authors = [
{name = "Lukas Heumos"},
{name = "Xinyue Zhang"},
]
maintainers = [
{name = "Xinyue Zhang", email = "[email protected]"},
{name = "Lukas Heumos", email = "[email protected]"},
]
urls.Documentation = "https://ehrdata.readthedocs.io/"
Expand Down

0 comments on commit 60dec7a

Please sign in to comment.