Skip to content

Commit

Permalink
Fix documentation links (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: Prabhat Tiwari <42660698+prabhattiwari16@users.noreply.github.com>
Co-authored-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
  • Loading branch information
3 people authored Nov 11, 2024
1 parent 938d220 commit 2d00e4c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
# tendo

Tendo is a python module that adds basic functionality that is
not provided by Python. Read the [documentation](https://tendo.readthedocs.org/en/latest/) for more info.
not provided by Python. Read the [documentation](https://tendo.readthedocs.io) for more info.

- [transparent Unicode support for text file operations (BOM detection)](https://tendo.readthedocs.org/en/latest/#module-tendo.singleton)
- [console logging coloring](https://tendo.readthedocs.org/en/latest/#module-tendo.colorer)
- [transparent Unicode support for text file operations (BOM detection)](https://tendo.readthedocs.io/#module-tendo.singleton)
- [console logging coloring](https://tendo.readthedocs.io/#module-tendo.colorer)
- enable you to use symlinks under windows
- [python tee implementation](https://tendo.readthedocs.org/en/latest/#module-tendo.colorer) for executing external programs and redirecting their output to both console/file
- [improved execfile](https://tendo.readthedocs.org/en/latest/#module-tendo.execfile2)
- [python tee implementation](https://tendo.readthedocs.io/#module-tendo.colorer) for executing external programs and redirecting their output to both console/file
- [improved execfile](https://tendo.readthedocs.io/#module-tendo.execfile2)

## Requirements and compatibility
## Requirements and Compatibility

- python 3.8 or newer
- tox for running tests

## Related projects and packages
## Related Projects and Packages

- jaraco - http://pypi.python.org/pypi/jaraco.util
- pexpect (maybe)

0 comments on commit 2d00e4c

Please sign in to comment.