mirror of
https://github.com/KevinMidboe/tableprint.git
synced 2025-10-29 18:00:16 +00:00
Adds makefile, bumps version to 0.1.5
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
.. _api:
|
||||
|
||||
===
|
||||
API
|
||||
===
|
||||
|
||||
.. automodule:: tableprint
|
||||
:members:
|
||||
|
||||
@@ -16,6 +16,7 @@ import sys
|
||||
import os
|
||||
import shlex
|
||||
sys.path.append('..')
|
||||
import tableprint
|
||||
|
||||
# If extensions (or modules to document with autodoc) are in another directory,
|
||||
# add these directories to sys.path here. If the directory is relative to the
|
||||
@@ -63,9 +64,9 @@ author = u'Niru Maheswaranathan'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.1.4'
|
||||
version = tableprint.__version__
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.1.4'
|
||||
release = tableprint.__version__
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
@@ -8,7 +8,7 @@ Tableprint is a library for printing out numerical data in Ascii formatted table
|
||||
Installation
|
||||
------------
|
||||
|
||||
First, we need to install the module. We can do that using pip:
|
||||
First, we need to install the module. We can do that using ``pip``:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
==========
|
||||
TablePrint
|
||||
==========
|
||||
|
||||
`tableprint`_ is a library for printing out numerical data in Ascii formatted tables.
|
||||
|
||||
.. _tableprint: https://github.com/nirum/tableprint/
|
||||
|
||||
Reference in New Issue
Block a user