Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
akimach committed Feb 16, 2017
1 parent 96cfbcc commit 2a5cfe5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

tfgraphviz
========
================

Simple graphviz wrapper to visualize a graph like TensorBoard

Expand All @@ -15,7 +16,7 @@ Installation

Use pip to install:

.. code:: bash
.. code-block:: bash
$ pip install tfgraphviz
Expand All @@ -24,7 +25,7 @@ The only dependency is Graphviz.
Quickstart
----------

.. code:: python
.. code-block:: bash
import tensorflow as tf
import tfgraphviz as tfg
Expand All @@ -37,4 +38,4 @@ Quickstart
License
-------

This package is distributed under the MIT license.
This package is distributed under the MIT license.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name = 'tfgraphviz',
version = '0.0.1',
version = '0.0.0',
description = 'Simple graphviz wrapper to visualize a graph like TensorBoard',
long_description = long_description,
license = 'MIT',
Expand Down

0 comments on commit 2a5cfe5

Please sign in to comment.