Skip to content

Commit

Permalink
remove sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 10, 2025
1 parent b8b6013 commit 8e83f0f
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 96 deletions.
1 change: 0 additions & 1 deletion book/sphinx/_static/custom.css

This file was deleted.

Binary file removed book/sphinx/_static/logo.jpeg
Binary file not shown.
52 changes: 0 additions & 52 deletions book/sphinx/conf.py

This file was deleted.

20 changes: 0 additions & 20 deletions book/sphinx/index.rst

This file was deleted.

4 changes: 0 additions & 4 deletions book/sphinx/license.rst

This file was deleted.

Binary file added experiment/data.bson
Binary file not shown.
6 changes: 3 additions & 3 deletions experiment/demo1.py → experiment/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import polars as pl

from src.cvx.bson.dataclass import Data
from cvx.bson.dataclass import Data


@dataclass(frozen=True)
Expand Down Expand Up @@ -34,9 +34,9 @@ class DataAPI(Data):
print(data.C)

# convert all data into one bson file
print(data.to_bson("xxx.bson"))
print(data.to_bson("data.bson"))

data2 = DataAPI.from_bson("xxx.bson")
data2 = DataAPI.from_bson("data.bson")
print(data2)

def strategy(api: DataAPI):
Expand Down
16 changes: 0 additions & 16 deletions experiment/fill.py

This file was deleted.

Binary file removed experiment/xxx.bson
Binary file not shown.

0 comments on commit 8e83f0f

Please sign in to comment.