Skip to content

Commit

Permalink
Merge pull request #90 from ironArray/doc
Browse files Browse the repository at this point in the history
Add c2context manager && some examples in docstrings
  • Loading branch information
martaiborra authored Oct 2, 2024
2 parents 0696b4c + c9b2e11 commit a1c1a0d
Show file tree
Hide file tree
Showing 7 changed files with 608 additions and 165 deletions.
2 changes: 1 addition & 1 deletion README-DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ and the docs will appear in `doc/html`.

## Build frontend assets

Install the requrired software (you will need Node.js):
Install the required software (you will need Node.js):

```shell
npm install
Expand Down
2 changes: 1 addition & 1 deletion caterva2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .api import (bro_host_default, pub_host_default, sub_host_default,
sub_urlbase_default)
from .api import (get_roots, subscribe, get_chunk, get_list, get_info, fetch,
move, copy, download, upload, remove, lazyexpr,
move, copy, download, upload, remove, lazyexpr, c2context,
adduser, deluser, listusers)
from .api import Root, File, Dataset
from .api_utils import get_auth_cookie
Loading

0 comments on commit a1c1a0d

Please sign in to comment.