FracAbility_statistics.ipynb
LICENSE
README.md
attachments.zip
distr.csv
fracability_test.py
pyproject.toml
reliability_test.py
requiremets.txt
setup.cfg
test_reti.py
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/discussion.md
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/publish.yml
.idea/.gitignore
.idea/FracAbility.iml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
.ipynb_checkpoints/FracAbility_statistics-checkpoint.ipynb
docs/API reference.rst
docs/Glossary.rst
docs/Introduction to fracture network analysis.rst
docs/Quickstart.rst
docs/Recommended resources.rst
docs/Theory reference.rst
docs/Tutorial reference.rst
docs/conf.py
docs/index.rst
docs/API/Entities.rst
docs/API/Plotting.rst
docs/API/Statistic.rst
docs/API/Entities/Boundaries.rst
docs/API/Entities/FractureNetwork.rst
docs/API/Entities/Fractures.rst
docs/API/Statistic/NetworkFitter.rst
docs/Theory/1. Fracture networks.rst
docs/Theory/2. Topology.rst
docs/Theory/3. Statistical modelling.rst
docs/Tutorials/1. Creating a FractureNetwork object.rst
docs/Tutorials/2. Calculate topology of a FractureNetwork.rst
docs/Tutorials/3. Plot a FracAbility entity.rst
docs/images/censoring_types.svg
docs/images/example_diagram.png
docs/images/frac_net.png
docs/images/frac_net.svg
docs/images/g2217.png
docs/images/logo.png
docs/images/logo.svg
docs/images/logo_small.png
docs/images/logo_small.svg
docs/images/logo_small_small.eps
docs/images/logo_small_small.png
docs/images/logo_small_small.svg
docs/images/mystic_table.png
docs/images/mystic_table_test.png
docs/images/node_types.png
docs/images/node_types.svg
docs/images/rel2graph.png
docs/images/rel2graph.svg
docs/images/rel2graph.svg.2023_07_26_18_32_43.0.svg
docs/images/ternary_plot.png
fracability/__pycache__/AbstractClasses.cpython-310.pyc
fracability/__pycache__/Adapters.cpython-310.pyc
fracability/__pycache__/Entities.cpython-310.pyc
fracability/__pycache__/Entities.cpython-39.pyc
fracability/__pycache__/Plotters.cpython-310.pyc
fracability/__pycache__/__init__.cpython-310.pyc
fracability/__pycache__/__init__.cpython-39.pyc
fracability/operations/__pycache__/Cleaners.cpython-310.pyc
fracability/operations/__pycache__/Geometry.cpython-310.pyc
fracability/operations/__pycache__/Statistics.cpython-310.pyc
fracability/operations/__pycache__/Topology.cpython-310.pyc
fracability/operations/__pycache__/__init__.cpython-310.pyc
fracability/utils/__pycache__/shp_operations.cpython-310.pyc
fracability/utils/__pycache__/shp_operations.cpython-39.pyc
fracability/utils/__pycache__/statistics.cpython-310.pyc
matlab/ks_test.py
matlab/length_censoring.mlx
matlab/length_dist.csv
matlab/length_dist_S2.csv
matlab/length_dist_Set1.csv
matlab/ll_test.py
src/FracAbility.egg-info/PKG-INFO
src/FracAbility.egg-info/SOURCES.txt
src/FracAbility.egg-info/dependency_links.txt
src/FracAbility.egg-info/requires.txt
src/FracAbility.egg-info/top_level.txt
src/fracability/AbstractClasses.py
src/fracability/Adapters.py
src/fracability/Entities.py
src/fracability/Plotters.py
src/fracability/__init__.py
src/fracability/datasets/Set_2.shp_08-05-2023_14_37_09.txt
src/fracability/datasets/Set_2.shp_19-04-2023_14_25_42.txt
src/fracability/datasets/Set_2.shp_length_dist.csv
src/fracability/datasets/frac_pesce_nolen.cpg
src/fracability/datasets/frac_pesce_nolen.dbf
src/fracability/datasets/frac_pesce_nolen.prj
src/fracability/datasets/frac_pesce_nolen.qmd
src/fracability/datasets/frac_pesce_nolen.shp
src/fracability/datasets/frac_pesce_nolen.shx
src/fracability/datasets/grid_pesce.cpg
src/fracability/datasets/grid_pesce.dbf
src/fracability/datasets/grid_pesce.prj
src/fracability/datasets/grid_pesce.qmd
src/fracability/datasets/grid_pesce.shp
src/fracability/datasets/grid_pesce.shx
src/fracability/datasets/test1.cpg
src/fracability/datasets/test1.dbf
src/fracability/datasets/test1.prj
src/fracability/datasets/test1.qmd
src/fracability/datasets/test1.shp
src/fracability/datasets/test1.shx
src/fracability/datasets/test_length.cpg
src/fracability/datasets/test_length.dbf
src/fracability/datasets/test_length.prj
src/fracability/datasets/test_length.qmd
src/fracability/datasets/test_length.shp
src/fracability/datasets/test_length.shx
src/fracability/datasets/cava_pontrelli/FN_set_1.cpg
src/fracability/datasets/cava_pontrelli/FN_set_1.dbf
src/fracability/datasets/cava_pontrelli/FN_set_1.prj
src/fracability/datasets/cava_pontrelli/FN_set_1.shp
src/fracability/datasets/cava_pontrelli/FN_set_1.shx
src/fracability/datasets/cava_pontrelli/Interpretation-boundary.cpg
src/fracability/datasets/cava_pontrelli/Interpretation-boundary.dbf
src/fracability/datasets/cava_pontrelli/Interpretation-boundary.prj
src/fracability/datasets/cava_pontrelli/Interpretation-boundary.shp
src/fracability/datasets/cava_pontrelli/Interpretation-boundary.shx
src/fracability/datasets/cava_pontrelli/cutter.cpg
src/fracability/datasets/cava_pontrelli/cutter.dbf
src/fracability/datasets/cava_pontrelli/cutter.prj
src/fracability/datasets/cava_pontrelli/cutter.shp
src/fracability/datasets/cava_pontrelli/cutter.shx
src/fracability/datasets/cava_pontrelli/fit/cens.png
src/fracability/datasets/cava_pontrelli/fit/no_cens.png
src/fracability/datasets/example_fracture_network_data/network_example_data.csv
src/fracability/datasets/example_fracture_network_data/subset_network_example_data.csv
src/fracability/datasets/example_fracture_network_data/control_data/subset_network_control_intersection.csv
src/fracability/datasets/example_fracture_network_data/control_data/subset_network_control_intersection_no_bounds.csv
src/fracability/datasets/example_fracture_network_data/control_data/subset_network_control_intersection_no_s1.csv
src/fracability/datasets/example_fracture_network_data/control_data/subset_network_control_topology.csv
src/fracability/datasets/example_fracture_network_data/shp/Fracture_network.cpg
src/fracability/datasets/example_fracture_network_data/shp/Fracture_network.dbf
src/fracability/datasets/example_fracture_network_data/shp/Fracture_network.prj
src/fracability/datasets/example_fracture_network_data/shp/Fracture_network.shp
src/fracability/datasets/example_fracture_network_data/shp/Fracture_network.shx
src/fracability/datasets/example_fracture_network_data/shp/Fracture_network_subset.cpg
src/fracability/datasets/example_fracture_network_data/shp/Fracture_network_subset.dbf
src/fracability/datasets/example_fracture_network_data/shp/Fracture_network_subset.prj
src/fracability/datasets/example_fracture_network_data/shp/Fracture_network_subset.qmd
src/fracability/datasets/example_fracture_network_data/shp/Fracture_network_subset.shp
src/fracability/datasets/example_fracture_network_data/shp/Fracture_network_subset.shx
src/fracability/datasets/example_fracture_network_data/shp/Interpretation_boundary_laghettoSalza.cpg
src/fracability/datasets/example_fracture_network_data/shp/Interpretation_boundary_laghettoSalza.dbf
src/fracability/datasets/example_fracture_network_data/shp/Interpretation_boundary_laghettoSalza.prj
src/fracability/datasets/example_fracture_network_data/shp/Interpretation_boundary_laghettoSalza.sbn
src/fracability/datasets/example_fracture_network_data/shp/Interpretation_boundary_laghettoSalza.sbx
src/fracability/datasets/example_fracture_network_data/shp/Interpretation_boundary_laghettoSalza.shp
src/fracability/datasets/example_fracture_network_data/shp/Interpretation_boundary_laghettoSalza.shx
src/fracability/datasets/example_fracture_network_data/shp/Set_1.cpg
src/fracability/datasets/example_fracture_network_data/shp/Set_1.dbf
src/fracability/datasets/example_fracture_network_data/shp/Set_1.prj
src/fracability/datasets/example_fracture_network_data/shp/Set_1.qmd
src/fracability/datasets/example_fracture_network_data/shp/Set_1.shp
src/fracability/datasets/example_fracture_network_data/shp/Set_1.shx
src/fracability/datasets/example_fracture_network_data/shp/Set_2.cpg
src/fracability/datasets/example_fracture_network_data/shp/Set_2.dbf
src/fracability/datasets/example_fracture_network_data/shp/Set_2.prj
src/fracability/datasets/example_fracture_network_data/shp/Set_2.qmd
src/fracability/datasets/example_fracture_network_data/shp/Set_2.shp
src/fracability/datasets/example_fracture_network_data/shp/Set_2.shx
src/fracability/datasets/example_fracture_network_data/shp/frac_pesce.cpg
src/fracability/datasets/example_fracture_network_data/shp/frac_pesce.dbf
src/fracability/datasets/example_fracture_network_data/shp/frac_pesce.prj
src/fracability/datasets/example_fracture_network_data/shp/frac_pesce.qmd
src/fracability/datasets/example_fracture_network_data/shp/frac_pesce.shp
src/fracability/datasets/example_fracture_network_data/shp/frac_pesce.shx
src/fracability/datasets/example_fracture_network_data/shp/nodes_subset.cpg
src/fracability/datasets/example_fracture_network_data/shp/nodes_subset.dbf
src/fracability/datasets/example_fracture_network_data/shp/nodes_subset.prj
src/fracability/datasets/example_fracture_network_data/shp/nodes_subset.shp
src/fracability/datasets/example_fracture_network_data/shp/nodes_subset.shx
src/fracability/datasets/example_fracture_network_data/shp/set_1_subset.cpg
src/fracability/datasets/example_fracture_network_data/shp/set_1_subset.dbf
src/fracability/datasets/example_fracture_network_data/shp/set_1_subset.prj
src/fracability/datasets/example_fracture_network_data/shp/set_1_subset.qmd
src/fracability/datasets/example_fracture_network_data/shp/set_1_subset.shp
src/fracability/datasets/example_fracture_network_data/shp/set_1_subset.shx
src/fracability/datasets/example_fracture_network_data/shp/set_1_test.cpg
src/fracability/datasets/example_fracture_network_data/shp/set_1_test.dbf
src/fracability/datasets/example_fracture_network_data/shp/set_1_test.prj
src/fracability/datasets/example_fracture_network_data/shp/set_1_test.qmd
src/fracability/datasets/example_fracture_network_data/shp/set_1_test.shp
src/fracability/datasets/example_fracture_network_data/shp/set_1_test.shx
src/fracability/datasets/example_fracture_network_data/shp/set_2_subset.cpg
src/fracability/datasets/example_fracture_network_data/shp/set_2_subset.dbf
src/fracability/datasets/example_fracture_network_data/shp/set_2_subset.prj
src/fracability/datasets/example_fracture_network_data/shp/set_2_subset.qmd
src/fracability/datasets/example_fracture_network_data/shp/set_2_subset.shp
src/fracability/datasets/example_fracture_network_data/shp/set_2_subset.shx
src/fracability/datasets/example_fracture_network_data/shp/set_2_test.cpg
src/fracability/datasets/example_fracture_network_data/shp/set_2_test.dbf
src/fracability/datasets/example_fracture_network_data/shp/set_2_test.prj
src/fracability/datasets/example_fracture_network_data/shp/set_2_test.qmd
src/fracability/datasets/example_fracture_network_data/shp/set_2_test.shp
src/fracability/datasets/example_fracture_network_data/shp/set_2_test.shx
src/fracability/examples/__init__.py
src/fracability/examples/example_fracture_network.py
src/fracability/operations/Cleaners.py
src/fracability/operations/Geometry.py
src/fracability/operations/Statistics.py
src/fracability/operations/Topology.py
src/fracability/operations/__init__.py
src/fracability/tests/__init__.py
src/fracability/tests/test_adapters.py
src/fracability/tests/test_cleaners.py
src/fracability/tests/test_entities.py
src/fracability/tests/test_geometry.py
src/fracability/tests/test_plotters.py
src/fracability/tests/test_statistics.py
src/fracability/tests/test_topology.py
src/fracability/utils/__init__.py
src/fracability/utils/general_use.py
src/fracability/utils/shp_operations.py
src/fracability/utils/statistics.py
tests/data.csv
tests/test_chi2.py
tests/.idea/.gitignore
tests/.idea/misc.xml
tests/.idea/modules.xml
tests/.idea/tests.iml
tests/.idea/vcs.xml
tests/.idea/inspectionProfiles/profiles_settings.xml
tests/Survival_percentage_tests/circle_test.py
tests/Survival_percentage_tests/survival_validation.py
tests/Survival_percentage_tests/test_lognormal.py
tests/Survival_percentage_tests/test_random_gen.py
tests/Survival_percentage_tests/multiple_censor/multiple_test_random_lengths.py
tests/Survival_percentage_tests/multiple_censor/multiple_test_random_lengths_2fixedseed.py
tests/Survival_percentage_tests/multiple_censor/multiple_test_random_lengths_2fixedseed_iter.py
tests/Survival_percentage_tests/multiple_censor/multiple_test_random_lengths_2fixedseed_iter_exp_sample_avg.py
tests/Survival_percentage_tests/multiple_censor/multiple_test_random_lengths_2fixedseed_iter_lognorm.py
tests/Survival_percentage_tests/multiple_censor/multiple_test_random_lengths_2fixedseed_iter_lognorm_sample_avg.py
tests/Survival_percentage_tests/multiple_censor/multiple_test_random_lengths_2fixedseed_iter_sample_avg.py
tests/Survival_percentage_tests/multiple_censor/multiple_test_random_lengths_2fixedseed_lognorm.py
tests/Survival_percentage_tests/multiple_censor/multiple_test_random_lengths_random_start.py
tests/Survival_percentage_tests/multiple_censor/multiple_test_random_lengths_random_start_2fixseed.py
tests/Survival_percentage_tests/single_censor/single_test_random_ends.py
tests/Survival_percentage_tests/single_censor/single_test_random_lengths.py
tests/Survival_percentage_tests/single_censor/single_test_random_lengths_lognorm.py
tests/Survival_percentage_tests/single_censor/single_test_random_lengths_random_start.py
tests/burr_test/burr12_test.py
tests/burr_test/data.csv
tests/grid_tests/Ternary_plot.png
tests/grid_tests/grid_pesce.cpg
tests/grid_tests/grid_pesce.dbf
tests/grid_tests/grid_pesce.prj
tests/grid_tests/grid_pesce.qmd
tests/grid_tests/grid_pesce.shp
tests/grid_tests/grid_pesce.shx
tests/grid_tests/grid_pesce_grosso.cpg
tests/grid_tests/grid_pesce_grosso.dbf
tests/grid_tests/grid_pesce_grosso.prj
tests/grid_tests/grid_pesce_grosso.qmd
tests/grid_tests/grid_pesce_grosso.shp
tests/grid_tests/grid_pesce_grosso.shx
tests/grid_tests/grids.py
tests/grid_tests/grids_circle_fix.py
tests/grid_tests/grids_circle_mob.py
tests/grid_tests/test_reti.py
tests/grid_tests/Laghetto_Salza_Fracture_mapping/DOM_paragneiss_laghetto_Salza.qgz
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Fracture_network.cpg
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Fracture_network.dbf
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Fracture_network.prj
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Fracture_network.shp
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Fracture_network.shx
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Interpretation_boundar_laghettoSalza.cpg
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Interpretation_boundary_laghettoSalza.cpg
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Interpretation_boundary_laghettoSalza.dbf
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Interpretation_boundary_laghettoSalza.prj
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Interpretation_boundary_laghettoSalza.sbn
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Interpretation_boundary_laghettoSalza.sbx
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Interpretation_boundary_laghettoSalza.shp
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Interpretation_boundary_laghettoSalza.shx
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Set_1.cpg
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Set_1.dbf
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Set_1.prj
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Set_1.qmd
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Set_1.shp
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Set_1.shx
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Set_2.cpg
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Set_2.dbf
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Set_2.prj
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Set_2.qmd
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Set_2.shp
tests/grid_tests/Laghetto_Salza_Fracture_mapping/Set_2.shx
tests/grid_tests/Laghetto_Salza_Fracture_mapping/nodes.cpg
tests/grid_tests/Laghetto_Salza_Fracture_mapping/nodes.dbf
tests/grid_tests/Laghetto_Salza_Fracture_mapping/nodes.prj
tests/grid_tests/Laghetto_Salza_Fracture_mapping/nodes.shp
tests/grid_tests/Laghetto_Salza_Fracture_mapping/nodes.shx
tests/grid_tests/Laghetto_Salza_Fracture_mapping/nodes_subset.cpg
tests/grid_tests/Laghetto_Salza_Fracture_mapping/nodes_subset.dbf
tests/grid_tests/Laghetto_Salza_Fracture_mapping/nodes_subset.prj
tests/grid_tests/Laghetto_Salza_Fracture_mapping/nodes_subset.shp
tests/grid_tests/Laghetto_Salza_Fracture_mapping/nodes_subset.shx
tests/grid_tests/Laghetto_Salza_Fracture_mapping/scaletta.txt
tests/scipy_stat_test/exp_test.py
tests/scipy_stat_test/lognorm_test.py
tests/scipy_stat_test/norm_test.py
tests/survival_vis/surv_vis.py
tests/survival_vis/shp/space.cpg
tests/survival_vis/shp/space.dbf
tests/survival_vis/shp/space.prj
tests/survival_vis/shp/space.shp
tests/survival_vis/shp/space.shx
tmp/.buildinfo
tmp/API reference.html
tmp/Glossary.html
tmp/Introduction to fracture network analysis.html
tmp/Quickstart.html
tmp/Recommended resources.html
tmp/Theory reference.html
tmp/Tutorial reference.html
tmp/genindex.html
tmp/index.html
tmp/objects.inv
tmp/search.html
tmp/searchindex.js
tmp/.doctrees/API reference.doctree
tmp/.doctrees/Glossary.doctree
tmp/.doctrees/Introduction to fracture network analysis.doctree
tmp/.doctrees/Quickstart.doctree
tmp/.doctrees/Recommended resources.doctree
tmp/.doctrees/Theory reference.doctree
tmp/.doctrees/Tutorial reference.doctree
tmp/.doctrees/environment.pickle
tmp/.doctrees/index.doctree
tmp/.doctrees/API/Entities.doctree
tmp/.doctrees/API/Plotting.doctree
tmp/.doctrees/API/Statistic.doctree
tmp/.doctrees/API/Entities/Boundaries.doctree
tmp/.doctrees/API/Entities/FractureNetwork.doctree
tmp/.doctrees/API/Entities/Fractures.doctree
tmp/.doctrees/API/Statistic/NetworkFitter.doctree
tmp/.doctrees/Theory/1. Fracture networks.doctree
tmp/.doctrees/Theory/2. Topology.doctree
tmp/.doctrees/Theory/3. Statistical modelling.doctree
tmp/.doctrees/Tutorials/1. Creating a FractureNetwork object.doctree
tmp/.doctrees/Tutorials/2. Calculate topology of a FractureNetwork.doctree
tmp/.doctrees/Tutorials/3. Plot a FracAbility entity.doctree
tmp/API/Entities.html
tmp/API/Plotting.html
tmp/API/Statistic.html
tmp/API/Entities/Boundaries.html
tmp/API/Entities/FractureNetwork.html
tmp/API/Entities/Fractures.html
tmp/API/Statistic/NetworkFitter.html
tmp/Theory/1. Fracture networks.html
tmp/Theory/2. Topology.html
tmp/Theory/3. Statistical modelling.html
tmp/Tutorials/1. Creating a FractureNetwork object.html
tmp/Tutorials/2. Calculate topology of a FractureNetwork.html
tmp/Tutorials/3. Plot a FracAbility entity.html
tmp/_images/example_diagram.png
tmp/_images/frac_net.png
tmp/_images/logo.png
tmp/_images/mystic_table.png
tmp/_images/node_types.png
tmp/_images/rel2graph.png
tmp/_images/ternary_plot.png
tmp/_sources/API reference.rst
tmp/_sources/Glossary.rst
tmp/_sources/Introduction to fracture network analysis.rst
tmp/_sources/Quickstart.rst
tmp/_sources/Recommended resources.rst
tmp/_sources/Theory reference.rst
tmp/_sources/Tutorial reference.rst
tmp/_sources/index.rst
tmp/_sources/API/Entities.rst
tmp/_sources/API/Plotting.rst
tmp/_sources/API/Statistic.rst
tmp/_sources/API/Entities/Boundaries.rst
tmp/_sources/API/Entities/FractureNetwork.rst
tmp/_sources/API/Entities/Fractures.rst
tmp/_sources/API/Statistic/NetworkFitter.rst
tmp/_sources/Theory/1. Fracture networks.rst
tmp/_sources/Theory/2. Topology.rst
tmp/_sources/Theory/3. Statistical modelling.rst
tmp/_sources/Tutorials/1. Creating a FractureNetwork object.rst
tmp/_sources/Tutorials/2. Calculate topology of a FractureNetwork.rst
tmp/_sources/Tutorials/3. Plot a FracAbility entity.rst
tmp/_static/basic.css
tmp/_static/doctools.js
tmp/_static/documentation_options.js
tmp/_static/file.png
tmp/_static/language_data.js
tmp/_static/logo_small.png
tmp/_static/minus.png
tmp/_static/plus.png
tmp/_static/pygments.css
tmp/_static/sbt-webpack-macros.html
tmp/_static/searchtools.js
tmp/_static/sphinx_highlight.js
tmp/_static/webpack-macros.html
tmp/_static/images/logo_binder.svg
tmp/_static/images/logo_colab.png
tmp/_static/images/logo_deepnote.svg
tmp/_static/images/logo_jupyterhub.svg
tmp/_static/locales/ar/LC_MESSAGES/booktheme.mo
tmp/_static/locales/ar/LC_MESSAGES/booktheme.po
tmp/_static/locales/bg/LC_MESSAGES/booktheme.mo
tmp/_static/locales/bg/LC_MESSAGES/booktheme.po
tmp/_static/locales/bn/LC_MESSAGES/booktheme.mo
tmp/_static/locales/bn/LC_MESSAGES/booktheme.po
tmp/_static/locales/ca/LC_MESSAGES/booktheme.mo
tmp/_static/locales/ca/LC_MESSAGES/booktheme.po
tmp/_static/locales/cs/LC_MESSAGES/booktheme.mo
tmp/_static/locales/cs/LC_MESSAGES/booktheme.po
tmp/_static/locales/da/LC_MESSAGES/booktheme.mo
tmp/_static/locales/da/LC_MESSAGES/booktheme.po
tmp/_static/locales/de/LC_MESSAGES/booktheme.mo
tmp/_static/locales/de/LC_MESSAGES/booktheme.po
tmp/_static/locales/el/LC_MESSAGES/booktheme.mo
tmp/_static/locales/el/LC_MESSAGES/booktheme.po
tmp/_static/locales/eo/LC_MESSAGES/booktheme.mo
tmp/_static/locales/eo/LC_MESSAGES/booktheme.po
tmp/_static/locales/es/LC_MESSAGES/booktheme.mo
tmp/_static/locales/es/LC_MESSAGES/booktheme.po
tmp/_static/locales/et/LC_MESSAGES/booktheme.mo
tmp/_static/locales/et/LC_MESSAGES/booktheme.po
tmp/_static/locales/fi/LC_MESSAGES/booktheme.mo
tmp/_static/locales/fi/LC_MESSAGES/booktheme.po
tmp/_static/locales/fr/LC_MESSAGES/booktheme.mo
tmp/_static/locales/fr/LC_MESSAGES/booktheme.po
tmp/_static/locales/hr/LC_MESSAGES/booktheme.mo
tmp/_static/locales/hr/LC_MESSAGES/booktheme.po
tmp/_static/locales/id/LC_MESSAGES/booktheme.mo
tmp/_static/locales/id/LC_MESSAGES/booktheme.po
tmp/_static/locales/it/LC_MESSAGES/booktheme.mo
tmp/_static/locales/it/LC_MESSAGES/booktheme.po
tmp/_static/locales/iw/LC_MESSAGES/booktheme.mo
tmp/_static/locales/iw/LC_MESSAGES/booktheme.po
tmp/_static/locales/ja/LC_MESSAGES/booktheme.mo
tmp/_static/locales/ja/LC_MESSAGES/booktheme.po
tmp/_static/locales/ko/LC_MESSAGES/booktheme.mo
tmp/_static/locales/ko/LC_MESSAGES/booktheme.po
tmp/_static/locales/lt/LC_MESSAGES/booktheme.mo
tmp/_static/locales/lt/LC_MESSAGES/booktheme.po
tmp/_static/locales/lv/LC_MESSAGES/booktheme.mo
tmp/_static/locales/lv/LC_MESSAGES/booktheme.po
tmp/_static/locales/ml/LC_MESSAGES/booktheme.mo
tmp/_static/locales/ml/LC_MESSAGES/booktheme.po
tmp/_static/locales/mr/LC_MESSAGES/booktheme.mo
tmp/_static/locales/mr/LC_MESSAGES/booktheme.po
tmp/_static/locales/ms/LC_MESSAGES/booktheme.mo
tmp/_static/locales/ms/LC_MESSAGES/booktheme.po
tmp/_static/locales/nl/LC_MESSAGES/booktheme.mo
tmp/_static/locales/nl/LC_MESSAGES/booktheme.po
tmp/_static/locales/no/LC_MESSAGES/booktheme.mo
tmp/_static/locales/no/LC_MESSAGES/booktheme.po
tmp/_static/locales/pl/LC_MESSAGES/booktheme.mo
tmp/_static/locales/pl/LC_MESSAGES/booktheme.po
tmp/_static/locales/pt/LC_MESSAGES/booktheme.mo
tmp/_static/locales/pt/LC_MESSAGES/booktheme.po
tmp/_static/locales/ro/LC_MESSAGES/booktheme.mo
tmp/_static/locales/ro/LC_MESSAGES/booktheme.po
tmp/_static/locales/ru/LC_MESSAGES/booktheme.mo
tmp/_static/locales/ru/LC_MESSAGES/booktheme.po
tmp/_static/locales/sk/LC_MESSAGES/booktheme.mo
tmp/_static/locales/sk/LC_MESSAGES/booktheme.po
tmp/_static/locales/sl/LC_MESSAGES/booktheme.mo
tmp/_static/locales/sl/LC_MESSAGES/booktheme.po
tmp/_static/locales/sr/LC_MESSAGES/booktheme.mo
tmp/_static/locales/sr/LC_MESSAGES/booktheme.po
tmp/_static/locales/sv/LC_MESSAGES/booktheme.mo
tmp/_static/locales/sv/LC_MESSAGES/booktheme.po
tmp/_static/locales/ta/LC_MESSAGES/booktheme.mo
tmp/_static/locales/ta/LC_MESSAGES/booktheme.po
tmp/_static/locales/te/LC_MESSAGES/booktheme.mo
tmp/_static/locales/te/LC_MESSAGES/booktheme.po
tmp/_static/locales/tg/LC_MESSAGES/booktheme.mo
tmp/_static/locales/tg/LC_MESSAGES/booktheme.po
tmp/_static/locales/th/LC_MESSAGES/booktheme.mo
tmp/_static/locales/th/LC_MESSAGES/booktheme.po
tmp/_static/locales/tl/LC_MESSAGES/booktheme.mo
tmp/_static/locales/tl/LC_MESSAGES/booktheme.po
tmp/_static/locales/tr/LC_MESSAGES/booktheme.mo
tmp/_static/locales/tr/LC_MESSAGES/booktheme.po
tmp/_static/locales/uk/LC_MESSAGES/booktheme.mo
tmp/_static/locales/uk/LC_MESSAGES/booktheme.po
tmp/_static/locales/ur/LC_MESSAGES/booktheme.mo
tmp/_static/locales/ur/LC_MESSAGES/booktheme.po
tmp/_static/locales/vi/LC_MESSAGES/booktheme.mo
tmp/_static/locales/vi/LC_MESSAGES/booktheme.po
tmp/_static/locales/zh_CN/LC_MESSAGES/booktheme.mo
tmp/_static/locales/zh_CN/LC_MESSAGES/booktheme.po
tmp/_static/locales/zh_TW/LC_MESSAGES/booktheme.mo
tmp/_static/locales/zh_TW/LC_MESSAGES/booktheme.po
tmp/_static/scripts/bootstrap.js
tmp/_static/scripts/bootstrap.js.LICENSE.txt
tmp/_static/scripts/bootstrap.js.map
tmp/_static/scripts/pydata-sphinx-theme.js
tmp/_static/scripts/pydata-sphinx-theme.js.map
tmp/_static/scripts/sphinx-book-theme.js
tmp/_static/scripts/sphinx-book-theme.js.map
tmp/_static/styles/bootstrap.css
tmp/_static/styles/pydata-sphinx-theme.css
tmp/_static/styles/sphinx-book-theme.css
tmp/_static/styles/theme.css
tmp/_static/vendor/fontawesome/6.1.2/LICENSE.txt
tmp/_static/vendor/fontawesome/6.1.2/css/all.min.css
tmp/_static/vendor/fontawesome/6.1.2/js/all.min.js
tmp/_static/vendor/fontawesome/6.1.2/js/all.min.js.LICENSE.txt
tmp/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf
tmp/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2
tmp/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf
tmp/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2
tmp/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf
tmp/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2
tmp/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf
tmp/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2