From f0a8acc09061627450ff5f58aa439a61cf1fc6c0 Mon Sep 17 00:00:00 2001 From: daniel03 <59920007+earthai-tech@users.noreply.github.com> Date: Sat, 9 Nov 2024 19:23:03 +0800 Subject: [PATCH 1/6] Update .readthedocs.yml --- .readthedocs.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 18982ef..162cf02 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,8 +12,8 @@ build: python: "3.10" # Documentation formats (optional) -formats: - - pdf +# formats: +# - pdf # Python requirements for building docs python: @@ -27,9 +27,9 @@ sphinx: configuration: doc/source/conf.py # Build options -build: +# build: # Enabling system packages for dependencies that may require additional libraries - apt_packages: - - pandoc - - dvipng - - graphviz # If diagrams are needed + # apt_packages: + # - pandoc + # - dvipng + # - graphviz # If diagrams are needed From d1c82581d0101e2593d5fc49a56a92134c0d6dcf Mon Sep 17 00:00:00 2001 From: daniel03 <59920007+earthai-tech@users.noreply.github.com> Date: Sat, 9 Nov 2024 19:30:59 +0800 Subject: [PATCH 2/6] Update requirements.txt --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 5eade51..02c5158 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -5,7 +5,7 @@ sphinx>=5.0.2 # sphinx_rtd_theme>=1.1.0 sphinx-autobuild>=2021.3.14 sphinxcontrib-napoleon>=0.7 -sphinxcontrib-viewcode>=2.0 +sphinxcontrib-viewcode>=1.0 # sphinx-book-theme>=0.1.0 # sphinx-pdj-theme # sphinx_wagtail_theme From 4493c71f8b147c6aac33bb410e12903a77117bb0 Mon Sep 17 00:00:00 2001 From: daniel03 <59920007+earthai-tech@users.noreply.github.com> Date: Sat, 9 Nov 2024 19:40:12 +0800 Subject: [PATCH 3/6] Update requirements.txt --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 02c5158..5032318 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -5,7 +5,7 @@ sphinx>=5.0.2 # sphinx_rtd_theme>=1.1.0 sphinx-autobuild>=2021.3.14 sphinxcontrib-napoleon>=0.7 -sphinxcontrib-viewcode>=1.0 +sphinxcontrib-viewcode # sphinx-book-theme>=0.1.0 # sphinx-pdj-theme # sphinx_wagtail_theme From e397d617674ca2982eaf09ae2929e1c38e32aef2 Mon Sep 17 00:00:00 2001 From: daniel03 <59920007+earthai-tech@users.noreply.github.com> Date: Sat, 9 Nov 2024 19:41:59 +0800 Subject: [PATCH 4/6] Update requirements.txt --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 5032318..88db4aa 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -5,7 +5,7 @@ sphinx>=5.0.2 # sphinx_rtd_theme>=1.1.0 sphinx-autobuild>=2021.3.14 sphinxcontrib-napoleon>=0.7 -sphinxcontrib-viewcode +# sphinxcontrib-viewcode # sphinx-book-theme>=0.1.0 # sphinx-pdj-theme # sphinx_wagtail_theme From 9baaaa52481ee0965c4d510bd948da06782edf54 Mon Sep 17 00:00:00 2001 From: daniel03 <59920007+earthai-tech@users.noreply.github.com> Date: Sat, 9 Nov 2024 19:46:46 +0800 Subject: [PATCH 5/6] Update requirements.txt --- doc/requirements.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 88db4aa..9aa3025 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -10,10 +10,6 @@ sphinxcontrib-napoleon>=0.7 # sphinx-pdj-theme # sphinx_wagtail_theme -# Sphinx extensions -sphinx.ext.intersphinx -sphinx.ext.todo - # Project-specific requirements numpy<2.0 scipy>=1.7.0 From b325aa1d8c9a787a47d2a8cf8e971e32319743d9 Mon Sep 17 00:00:00 2001 From: daniel03 <59920007+earthai-tech@users.noreply.github.com> Date: Sat, 9 Nov 2024 20:00:45 +0800 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28f4a85..bef5c85 100644 --- a/README.md +++ b/README.md @@ -91,5 +91,5 @@ HWM is licensed under the BSD-3-Clause license. See the [LICENSE](LICENSE) file --- -For additional resources, visit the [User Guide](https://hwm.readthedocs.io/en/latest/user_guide.html) and explore our rich set of tools designed for dynamic system modeling and time-series analysis. +For additional resources, visit the [User Guide](https://hwm.readthedocs.io/en/latest/user_guide.html) and explore our rich tools for dynamic system modeling and time-series analysis. A practical [example of network intrusion detection](https://github.com/earthai-tech/hwm/blob/main/examples/detailed_hwm_vs_lstm.ipynb) is the use of [KDD Cup 1999](https://kdd.ics.uci.edu/databases/kddcup99/kddcup99.html) dataset.