Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Jan 28, 2025
1 parent 363dfc9 commit 8204d30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You can find information on the latest version [here](https://anaconda.org/conda
1. From your Python code, create and load a skore project:
```python
import skore
my_project = skore.open("my_project", create=True)
my_project = skore.Project("my_project")
```
This will create a skore project directory named `my_project.skore` in your current working directory.

Expand Down
1 change: 0 additions & 1 deletion sphinx/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ These functions and classes are meant for managing a Project.
:template: base.rst
:caption: Managing a project

open
Project
Project.put
Project.get
Expand Down

0 comments on commit 8204d30

Please sign in to comment.