This is an automated email from the ASF dual-hosted git repository.

alsay pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-python.git


    from 7b3843a  Merge pull request #3 from apache/workflows
     add 316f714  First attempt at sphinx documentation
     add 1d07578  github action
     add aea68b1  fixed path
     add e8e28b5  enable gh-pages
     add dadaffa  unnecessary file
     add 621b268  Update conf.py
     new 6d8b636  Merge pull request #6 from apache/sphinx-docs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml                        |  4 +++
 .github/workflows/sphinx.yml     | 32 ++++++++++++++++++
 docs/Makefile                    | 20 +++++++++++
 docs/README.md                   | 50 +++++++++++++++++++++++++++
 docs/make.bat                    | 35 +++++++++++++++++++
 docs/source/conf.py              | 36 ++++++++++++++++++++
 docs/source/count_min_sketch.rst |  6 ++++
 docs/source/cpc.rst              |  7 ++++
 docs/source/frequent_items.rst   |  6 ++++
 docs/source/hyper_log_log.rst    |  7 ++++
 docs/source/index.rst            | 73 ++++++++++++++++++++++++++++++++++++++++
 docs/source/kll.rst              | 19 +++++++++++
 docs/source/quantiles_depr.rst   | 19 +++++++++++
 docs/source/req.rst              | 14 ++++++++
 docs/source/theta.rst            |  8 +++++
 15 files changed, 336 insertions(+)
 create mode 100644 .asf.yaml
 create mode 100644 .github/workflows/sphinx.yml
 create mode 100644 docs/Makefile
 create mode 100644 docs/README.md
 create mode 100644 docs/make.bat
 create mode 100644 docs/source/conf.py
 create mode 100644 docs/source/count_min_sketch.rst
 create mode 100644 docs/source/cpc.rst
 create mode 100644 docs/source/frequent_items.rst
 create mode 100644 docs/source/hyper_log_log.rst
 create mode 100644 docs/source/index.rst
 create mode 100644 docs/source/kll.rst
 create mode 100644 docs/source/quantiles_depr.rst
 create mode 100644 docs/source/req.rst
 create mode 100644 docs/source/theta.rst


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to