Skip to content

Commit

Permalink
upgrading the documentation to a large extent
Browse files Browse the repository at this point in the history
Make use of more type hinting and clarify
some points here and there.

Signed-off-by: Nick Papior <nickpapior@gmail.com>
  • Loading branch information
zerothi committed Oct 31, 2023
1 parent b88cf9d commit 00e0923
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 132 deletions.
1 change: 1 addition & 0 deletions docs/api/default_geom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Helpers
.. autosummary::
:toctree: generated/

AtomCategory
composite_geometry
CompositeGeometrySection

2 changes: 1 addition & 1 deletion src/sisl/_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
Here is a small snippet showing how to utilize this module.
"""
from functools import update_wrapper
import logging
from abc import ABCMeta, abstractmethod
from collections import ChainMap, namedtuple
from functools import update_wrapper

__all__ = [
"AbstractDispatch", "ObjectDispatcher", "MethodDispatcher",
Expand Down
Loading

0 comments on commit 00e0923

Please sign in to comment.