diff --git a/docs/conf.py b/docs/conf.py index 09ea4a4..bf5a47f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ from datetime import datetime -project = 'Validation.py' +project = 'Sanatio' author = 'Deeapk Raj' release = '1.0.0' diff --git a/docs/index.rst b/docs/index.rst index 1eb1f9b..e8227f6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,9 +3,6 @@ Welcome to Validator.py's documentation! ===================================== -Documentation for the Morse code library is in the works. it will be available soon. - -Contribute to Morse documentation on GitHub check out the source code for this documentation. .. toctree:: :maxdepth: 2 diff --git a/docs/introduction.rst b/docs/introduction.rst index ca4a994..02155e3 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -2,7 +2,8 @@ Introduction ============ This project is python port of Validator.js which is a library for string validation. -So people who are familiar with Validator.js can easily switch to this library. +So people who are familiar with Validator.js can easily switch to this library. + It is also a good way to learn how to port a library from one language to another. I have tried to keep the code as similar as possible to the original library. if you find any bugs or have any suggestions please open an issue.