Skip to content

Commit

Permalink
Better Description
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasuki committed Feb 19, 2020
1 parent 9cd0290 commit deb85f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -11,7 +11,8 @@ For detailed examples and help, please see individual module files in this packa
- [Web](https://pypi.python.org/pypi/jyotisha).

## Usage
- REST API/ swagger web interface - at [vedavaapi](http://api.vedavaapi.org/jyotisha).
- REST API/ swagger web interface
- Deployments at [vedavaapi](http://api.vedavaapi.org/jyotisha).
- Please see the generated python sphynx docs in one of the following places:
- http://jyotisha.readthedocs.io [Broken as of 20170828.]
- [project page](https://sanskrit-coders.github.io/jyotisha/build/html/jyotisha.html).
Expand Down
2 changes: 1 addition & 1 deletion jyotisha/panchangam/temporal/festival
8 changes: 8 additions & 0 deletions jyotisha/rest_api/__init__.py
@@ -0,0 +1,8 @@
"""
This package contains rest-api and a simple flask server.
Instructions for running:
- Create config_local.json based on config_template.json in this package.
- Run run.py.
"""

0 comments on commit deb85f4

Please sign in to comment.