Skip to content

Commit

Permalink
Merge pull request #3 from earthai-tech/main
Browse files Browse the repository at this point in the history
Update doc
  • Loading branch information
earthai-tech authored Nov 9, 2024
2 parents 6577e59 + b325aa1 commit d3e0c13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
14 changes: 7 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ build:
python: "3.10"

# Documentation formats (optional)
formats:
- pdf
# formats:
# - pdf

# Python requirements for building docs
python:
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

6 changes: 1 addition & 5 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ 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
# sphinx-book-theme>=0.1.0
# sphinx-pdj-theme
# sphinx_wagtail_theme

# Sphinx extensions
sphinx.ext.intersphinx
sphinx.ext.todo

# Project-specific requirements
numpy<2.0
scipy>=1.7.0
Expand Down

0 comments on commit d3e0c13

Please sign in to comment.