[Title Placeholder]

Hey everyone! PyDHN gets a much needed update with v0.1.3. It's a minor update, but it contains some nice improvements that should make life a little easier for users (and myself).

What's New?

New Stuff:

  • Docs, finally! 📚 We now have proper documentation at this link. No more guessing how things work!
  • Automatic Docs Deployment: As usual, GitHub Action pushes the latest docs straight to GitHub Pages. So, whenever we update, the docs stay fresh.

Improvements & Fixes:

  • Better docstrings & type hints: Cleaner, clearer, and easier to follow.
  • Smarter docstring_parameters: It now ignores curly braces unless they're actually part of a parameter.
  • Fixed pre-commit issues with isort: We tweaked .pre-commit-config.yaml so isort won't mess with __init__.py files, avoiding circular import issues.
  • Dependencies update: The new dependencies needed to build docs are now included in pyproject.toml.

As always, any feedback is appreciated! Happy coding!