Skip to content

Commit

Permalink
DOC: update release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanand0 committed Feb 2, 2019
1 parent f2f28cd commit a09c300
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ push-docs: docs

push-pypi: clean
python setup.py sdist
# Note: if this fails, add '-p PASSWORD'
twine upload -u gramener dist/*
21 changes: 12 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data-based web apps with less code.
Gramex takes a component based approach building data apps. (Like LEGO bricks.)
This needs fewer steps, takes less time, and builds apps with fewer bugs.

`Examples of public data apps built on Gramex <https://gramener.com/demo>`_
`Examples of public data apps built on Gramex <https://gramener.com/demo/>`_

Gramex supports a wide varied of visualizations to choose from.

Expand All @@ -24,7 +24,7 @@ Technology
----------

Gramex is built on top of Python, Node.js, R and their ecosystem of libraries.
`See full list <https://learn.gramener.com/guide/license/thirdparty.md>`.
`See full list <https://learn.gramener.com/guide/license/thirdparty.md>`_.

Gramex supports 50+ data sources. This includes most relational databases
supported by
Expand All @@ -35,13 +35,16 @@ supported by
Contributing
------------

- Need help?
`Browse the issues <https://code.gramener.com/cto/gramener/gramex/issues>`_
- Want to report a bug or request a feature?
`Open an issue <https://code.gramener.com/cto/gramex/issues/new>`_.
If it is a security issue, please email to security@gramener.com, rather
than publicly sharing the vulnerability.
- Want to fix a bug or add a feature? Fork it, make changes, and send a pull request.
**Need help?**
`Browse the issues <https://code.gramener.com/cto/gramener/gramex/issues>`_

**Want to report a bug or request a feature?**
`Open an issue <https://code.gramener.com/cto/gramex/issues/new>`_.
If it is a security issue, please email to security@gramener.com, rather
than publicly sharing the vulnerability.

**Want to fix a bug or add a feature?**
Fork it, make changes, and send a pull request.


License
Expand Down
2 changes: 1 addition & 1 deletion gramex/apps/guide/contributing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Merge with master, create an annotated tag and push the master branch:
```bash
git checkout master
git merge dev
git tag -a v1.x.x # Annotate with a one-line summary of features
git tag -a v1.x.x -m"One-line summary of features"
git push --follow-tags
git checkout dev # Switch back to dev
git merge master
Expand Down

0 comments on commit a09c300

Please sign in to comment.