File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,32 +21,3 @@ cd python/docs
2121make html
2222open 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-
You can’t perform that action at this time.
0 commit comments