Skip to content

Commit 3d3349a

Browse files
author
oykusuoglu
committed
edit_distance function and calculation py file added to the documentation
1 parent 3ae5aa1 commit 3d3349a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

docs/api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
:toctree: generated
2424
2525
tl.basic_tool
26+
tl.edit_distance
2627
```
2728

2829
## Plotting

src/myeditdistance/tl/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
from .basic import basic_tool
22
from .calculation import edit_distance
3+
4+
__all__ = ["edit_distance"]

0 commit comments

Comments
 (0)