Skip to content

Commit 7aa4701

Browse files
committed
Updated readme to remove problems section
1 parent ca33b7c commit 7aa4701

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

docs/README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -21,32 +21,3 @@ cd python/docs
2121
make html
2222
open build/html/index.html
2323
```
24-
25-
## Problems
26-
The `density_sketch` and `tuple_sketch` are not yet included.
27-
I have not included the file to avoid cluttering the PR with things that may not work.
28-
You can easily include them by making a `density_sketch.rst` file in the same location as
29-
all of the other `X.rst` files for the sketches and copying in the following:
30-
31-
```
32-
Density Sketch
33-
--------------
34-
35-
.. autoclass:: datasketches.density_sketch
36-
:members:
37-
:undoc-members:
38-
39-
.. autoclass:: datasketches.GaussianKernel
40-
:members:
41-
```
42-
Additionally, you will need to add the below to `index.rst`
43-
```
44-
Density Estimation
45-
##################
46-
47-
.. toctree::
48-
:maxdepth: 1
49-
50-
density_sketch
51-
```
52-

0 commit comments

Comments
 (0)