Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-nelson-uiuc committed Dec 28, 2024
1 parent 9401b62 commit 176cb73
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 14 deletions.
9 changes: 0 additions & 9 deletions docs/api/core/core.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/api/core/filter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: tidy_tools.core.filter
1 change: 1 addition & 0 deletions docs/api/core/selector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: tidy_tools.core.selector
9 changes: 5 additions & 4 deletions docs/user-guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ pip install tidy-tools

## Importing

To use the library, simply import it into your project:
To use the package, import it into your project:

``` python
# import top-level package
import tidy_tools as tt
# import top-level package (includes welcome message)
import tidy_tools

# import specific modules as needed
from tidy_tools.core import selectors as cs
from tidy_tools.core import selectors as cs, filter as ttf
from tidy_tools.frame import TidyDataFrame
from tidy_tools.models import TidyDataModel
from tidy_tools.workflow import pipe, compose
```
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ nav:
- API Documentation:
- api/api-reference.md
- Core:
- api/core/core.md
- api/core/selector.md
- api/core/filter.md
- DataFrame:
- api/dataframe/context.md
- api/dataframe/dataframe.md
Expand Down

0 comments on commit 176cb73

Please sign in to comment.