Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
akprasad committed Feb 28, 2022
0 parents commit 8e7e894
Show file tree
Hide file tree
Showing 81 changed files with 25,897 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
# Auto-generated Sphinx docs
docs/_build/
# Test data
*.xml
6 changes: 6 additions & 0 deletions .readthedocs.yaml
@@ -0,0 +1,6 @@
version: 2

build:
os: "ubuntu-20.04"
tools:
python: "3.9"
13 changes: 13 additions & 0 deletions Makefile
@@ -0,0 +1,13 @@
.PHONY: test docs

# Lint all Python code in the project.
lint:
black .

# Run unit tests.
test:
py.test

# Generate HTML docs.
docs:
cd docs && make html
9 changes: 9 additions & 0 deletions README.md
@@ -0,0 +1,9 @@
padmini (a Paninian word generator)
===================================

[DO NOT SUBMIT PULL REQUESTS. Repository is unstable and the commit history
will likely change through a force push.]

License: MIT

For details, see the documentation: https://padmini.readthedocs.io

0 comments on commit 8e7e894

Please sign in to comment.