Skip to content

Commit

Permalink
#153 - Save point, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
antaenc committed Jan 23, 2025
1 parent 1552952 commit c2cf7fd
Show file tree
Hide file tree
Showing 153 changed files with 171 additions and 5,615 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-sphinx-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install sphinx sphinx_rtd_theme myst_parser autodocsumm sphinx-toolbox
python -m pip install sphinx sphinx_rtd_theme myst_parser autodocsumm sphinx-toolbox sphinxext-remoteliteralinclude
- name: Sphinx build
run: |
Expand Down
1 change: 1 addition & 0 deletions development-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ sphinx-autodoc-typehints==3.0.0
sphinx-gallery==0.18.0
sphinx-jinja2-compat==0.3.0
sphinx-prompt==1.9.0
sphinxext-remoteliteralinclude==0.5.0
sphinx-rtd-theme==3.0.2
sphinx-tabs==3.4.7
sphinx-toolbox==3.8.0
Expand Down
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import sys

project = "sz-sdk-python"
copyright = "2024, Senzing"
copyright = "2025, Senzing"
author = "senzing"

# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -41,6 +41,7 @@
"sphinx.ext.doctest",
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon", # to read Google-style or Numpy-style docstrings
"sphinxext.remoteliteralinclude", # extends literalinclude to be able to pull files from URLs
"sphinx.ext.viewcode", # to allow vieing the source code in the web page
]

Expand Down
16 changes: 16 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Examples

Examples are available at the following locations. Senzing SDK V4 is still in beta, these locations and links may change!

- [V4 Beta] on docs.senzing.com

- [Core implementation] on GitHub

- [gRPC implementation] on GitHub

- [Sphinx documentation]

[Core implementation]: https://github.com/senzing-garage/sz-sdk-python-core/tree/main/examples
[V4 Beta]: https://senzing.com/docs/4_beta/python/index.html
[gRPC implementation]: https://github.com/senzing-garage/sz-sdk-python-grpc/tree/main/examples
[Sphinx documentation]: https://garage.senzing.com/sz-sdk-python/

This file was deleted.

1 change: 0 additions & 1 deletion examples/extras/szengine/add_record_with_info.py

This file was deleted.

1 change: 0 additions & 1 deletion examples/extras/szengine/add_record_with_info.txt

This file was deleted.

1 change: 0 additions & 1 deletion examples/extras/szengine/delete_record_with_info.py

This file was deleted.

1 change: 0 additions & 1 deletion examples/extras/szengine/delete_record_with_info.txt

This file was deleted.

1 change: 0 additions & 1 deletion examples/extras/szengine/export_csv_entity_report.py

This file was deleted.

1 change: 0 additions & 1 deletion examples/extras/szengine/export_json_entity_report.py

This file was deleted.

1 change: 0 additions & 1 deletion examples/extras/szengine/fetch_next.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion examples/extras/szengine/reevaluate_entity_with_info.py

This file was deleted.

1 change: 0 additions & 1 deletion examples/extras/szengine/reevaluate_entity_with_info.txt

This file was deleted.

1 change: 0 additions & 1 deletion examples/extras/szengine/reevaluate_record_with_info.py

This file was deleted.

1 change: 0 additions & 1 deletion examples/extras/szengine/reevaluate_record_with_info.txt

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions examples/misc/a_header_misc.py

This file was deleted.

37 changes: 0 additions & 37 deletions examples/misc/add_truthset_data.py

This file was deleted.

28 changes: 0 additions & 28 deletions examples/misc/add_truthset_datasources.py

This file was deleted.

1 change: 0 additions & 1 deletion examples/misc/engine_flags_combine_flags.py

This file was deleted.

5 changes: 0 additions & 5 deletions examples/misc/engine_flags_combine_flags.txt

This file was deleted.

7 changes: 0 additions & 7 deletions examples/szabstractfactory/a_header_szabstractfactory.py

This file was deleted.

13 changes: 0 additions & 13 deletions examples/szabstractfactory/create_config.py

This file was deleted.

3 changes: 0 additions & 3 deletions examples/szabstractfactory/create_config.txt

This file was deleted.

13 changes: 0 additions & 13 deletions examples/szabstractfactory/create_configmanager.py

This file was deleted.

3 changes: 0 additions & 3 deletions examples/szabstractfactory/create_configmanager.txt

This file was deleted.

13 changes: 0 additions & 13 deletions examples/szabstractfactory/create_diagnostic.py

This file was deleted.

3 changes: 0 additions & 3 deletions examples/szabstractfactory/create_diagnostic.txt

This file was deleted.

13 changes: 0 additions & 13 deletions examples/szabstractfactory/create_engine.py

This file was deleted.

3 changes: 0 additions & 3 deletions examples/szabstractfactory/create_engine.txt

This file was deleted.

13 changes: 0 additions & 13 deletions examples/szabstractfactory/create_product.py

This file was deleted.

3 changes: 0 additions & 3 deletions examples/szabstractfactory/create_product.txt

This file was deleted.

15 changes: 0 additions & 15 deletions examples/szabstractfactory/initialize_with_config_id.py

This file was deleted.

12 changes: 0 additions & 12 deletions examples/szabstractfactory/initialize_with_debug.py

This file was deleted.

16 changes: 0 additions & 16 deletions examples/szabstractfactory/reinitialize.py

This file was deleted.

7 changes: 0 additions & 7 deletions examples/szconfig/a_header_szconfig.py

This file was deleted.

18 changes: 0 additions & 18 deletions examples/szconfig/add_data_source.py

This file was deleted.

5 changes: 0 additions & 5 deletions examples/szconfig/add_data_source.txt

This file was deleted.

18 changes: 0 additions & 18 deletions examples/szconfig/create_and_close.py

This file was deleted.

18 changes: 0 additions & 18 deletions examples/szconfig/create_export_import_close.py

This file was deleted.

Loading

0 comments on commit c2cf7fd

Please sign in to comment.