This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flagon-distill.git
from 838703b adding updated asf.yaml
add 2574164 adds appropriate header and copyright to most .py, .html,
files
add 4755f06 adding ASF compliant headers, updated license
add bcd1e1e adding ASF headers for CSS files
add 82d0acd adding headers to docs
add 59bad9c Merge branch 'master' into license_headers
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 3 +--
.dockerignore | 2 --
.github/workflows/main.yml | 16 ++++++++++++++++
.gitignore | 2 --
.readthedocs.yaml | 16 ++++++++++++++++
AUTHORS.rst | 2 --
CHANGELOG.rst | 2 --
CONTRIBUTING.rst | 2 --
Dashboard/app.py | 16 ++++++++++++++++
.../{bootstrap.min (1).css => bootstrap.min.css} | 17 +++++++++++++++++
Dashboard/assets/style.css | 16 ++++++++++++++++
Dashboard/index.py | 16 ++++++++++++++++
Dashboard/pages/bar_chart.py | 15 +++++++++++++++
Dashboard/pages/bubble.py | 16 ++++++++++++++++
Dashboard/pages/gantt.py | 15 +++++++++++++++
Dashboard/pages/home.py | 16 ++++++++++++++++
Dashboard/pages/pie.py | 16 ++++++++++++++++
Dashboard/pages/upload.py | 16 ++++++++++++++++
Dashboard/pages/upload_tst.py | 16 ++++++++++++++++
LICENSE | 2 +-
MANIFEST.in | 16 +++++++++++++++-
NOTICE | 7 ++++---
README.rst | 4 +---
distill/__init__.py | 2 --
distill/analytics/__init__.py | 2 --
distill/analytics/graph/Example.rst | 19 +++++++++++++++++++
distill/analytics/graph/Graph.rst | 19 +++++++++++++++++++
distill/analytics/graph/Makefile | 16 ++++++++++++++++
distill/analytics/graph/__init__.py | 2 --
distill/analytics/graph/conf.py | 16 ++++++++++++++++
distill/analytics/graph/docs/Example.html | 17 +++++++++++++++++
distill/analytics/graph/docs/Graph.html | 17 +++++++++++++++++
distill/analytics/graph/docs/genindex.html | 17 +++++++++++++++++
distill/analytics/graph/docs/index.html | 17 +++++++++++++++++
distill/analytics/graph/docs/search.html | 17 +++++++++++++++++
distill/analytics/graph/graph.py | 2 --
distill/analytics/graph/index.rst | 19 +++++++++++++++++++
distill/analytics/stat/__init__.py | 2 --
distill/analytics/stat/stats.py | 2 --
distill/process/__init__.py | 2 --
distill/process/search.py | 2 --
distill/process/transform.py | 2 --
distill/segmentation/README.rst | 18 ++++++++++++++++++
distill/segmentation/__init__.py | 2 --
...egmentation.combining_segments_with_set_logic.rst | 19 +++++++++++++++++++
.../docs/distill.segmentation.creating_segments.rst | 19 +++++++++++++++++++
.../docs/distill.segmentation.exporting_segments.rst | 19 +++++++++++++++++++
.../docs/distill.segmentation.getting_started.rst | 19 +++++++++++++++++++
...n.manipulating_collections_of_segment_objects.rst | 19 +++++++++++++++++++
.../docs/distill.segmentation.writing_segments.rst | 19 +++++++++++++++++++
distill/segmentation/segment.py | 2 --
distill/segmentation/segmentation_error.py | 2 --
distill/segmentation/segments.py | 3 +--
distill/utils/__init__.py | 2 --
distill/utils/crud.py | 2 --
distill/version.py | 1 +
docs/Combining_Segments_with_Set_Logic.rst | 19 +++++++++++++++++++
docs/Creating_Segments.rst | 19 +++++++++++++++++++
docs/Example_Usage.rst | 19 +++++++++++++++++++
docs/Exporting_Segments.rst | 19 +++++++++++++++++++
docs/Funnel_Function.rst | 20 ++++++++++++++++++++
docs/Getting_Started.rst | 19 +++++++++++++++++++
docs/Graph_Index.rst | 19 +++++++++++++++++++
docs/Makefile | 16 ++++++++++++++++
docs/Manipulating_Collections_of_Segment_Objects.rst | 19 +++++++++++++++++++
docs/Process.rst | 19 +++++++++++++++++++
docs/Process_Docs.rst | 19 +++++++++++++++++++
docs/Sankey_Function.rst | 19 +++++++++++++++++++
docs/Segmentation.rst | 19 +++++++++++++++++++
docs/Utilities.rst | 19 +++++++++++++++++++
docs/Utility_Functions.rst | 19 +++++++++++++++++++
docs/Writing_Segments.rst | 19 +++++++++++++++++++
docs/conf.py | 16 ++++++++++++++++
docs/index.rst | 19 +++++++++++++++++++
docs/requirements.txt | 16 ++++++++++++++++
github/workflows/main.yml | 16 ++++++++++++++++
requirements.txt | 16 ++++++++++++++++
setup.cfg | 2 --
setup.py | 2 --
tests/README.rst | 19 +++++++++++++++++++
tests/test_graph.py | 2 --
tests/test_search.py | 2 --
tests/test_segment.py | 2 --
tests/test_segments.py | 2 --
tests/test_transform.py | 2 --
tests/test_utils.py | 2 --
tests/testing_utils.py | 2 --
87 files changed, 941 insertions(+), 68 deletions(-)
rename Dashboard/assets/{bootstrap.min (1).css => bootstrap.min.css} (99%)