Skip to content

Commit

Permalink
chore: Update project name to 'Sanatio' in conf.py and fix formatting…
Browse files Browse the repository at this point in the history
… in index.rst and introduction.rst
  • Loading branch information
codeperfectplus committed May 31, 2024
1 parent 3d7bbf2 commit 413dfed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from datetime import datetime

project = 'Validation.py'
project = 'Sanatio'
author = 'Deeapk Raj'
release = '1.0.0'

Expand Down
3 changes: 0 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 413dfed

Please sign in to comment.