Skip to content

Commit

Permalink
Add screenshot of themes preview; add homebrew badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Oct 15, 2017
1 parent 541aa90 commit e738812
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
doitlive
========

.. image:: https://img.shields.io/homebrew/v/doitlive.svg
:alt: homebrew badge
:target: https://github.com/Homebrew/homebrew-core/blob/master/Formula/doitlive.rb

.. image:: https://badge.fury.io/py/doitlive.svg
:alt: pypi badge
:target: http://badge.fury.io/py/doitlive

.. image:: https://travis-ci.org/sloria/doitlive.svg?branch=master
.. image:: https://travis-ci.org/sloria/doitlive.svg
:alt: travis-ci status
:target: https://travis-ci.org/sloria/doitlive


Expand Down
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ This will start a recording session. When you are finished recording, run the ``
Themes
------

.. image:: https://user-images.githubusercontent.com/2379650/31581943-6f763608-b13c-11e7-8bc1-6e0403f7d3b4.png
:alt: Themes preview

doitlive comes with many prompt themes. To use a theme:

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def flake(ctx):

@task
def readme(ctx, browse=False):
ctx.run('rst2html.py README.rst > README.html')
ctx.run('rst2html.py README.rst > README.html', echo=True)
if browse:
webbrowser.open_new_tab('README.html')

Expand Down

0 comments on commit e738812

Please sign in to comment.