commit 2508917f8694ea88b4c733fca2fc6ab886f2803b parent 4a23f7be7395cbcf04b9b59dd6071f9b6798df8d Author: Daniel Moch <daniel@danielmoch.com> Date: Mon, 3 Sep 2018 14:05:01 -0400 Generate PDF documentation Diffstat:
M | README.rst | | | 15 | --------------- |
M | docs/source/index.rst | | | 17 | +++++++++++++++++ |
M | nncli/__init__.py | | | 2 | +- |
3 files changed, 18 insertions(+), 16 deletions(-)
diff --git a/README.rst b/README.rst @@ -1,18 +1,3 @@ -.. image:: https://img.shields.io/pypi/l/nncli.svg - :alt: PyPI - License -.. image:: https://img.shields.io/travis/com/djmoch/nncli.svg - :alt: Travis (.com) - :target: https://travis-ci.com/djmoch/nncli -.. image:: https://img.shields.io/pypi/v/nncli.svg - :alt: PyPI - :target: https://pypi.org/project/nncli -.. image:: https://img.shields.io/coveralls/github/djmoch/nncli.svg - :alt: Coveralls github - :target: https://coveralls.io/github/djmoch/nncli -.. image:: https://img.shields.io/readthedocs/nncli.svg - :alt: Read the Docs - :target: https://nncli.readthedocs.io - nncli is a Python application that gives you access to your NextCloud Notes account via the command line. It's a "hard" fork of sncli_. You can access your notes via diff --git a/docs/source/index.rst b/docs/source/index.rst @@ -6,6 +6,23 @@ NextCloud Notes Command Line Interface ====================================== +.. only:: html + + .. image:: https://img.shields.io/pypi/l/nncli.svg + :alt: PyPI - License + .. image:: https://img.shields.io/travis/com/djmoch/nncli.svg + :alt: Travis (.com) + :target: https://travis-ci.com/djmoch/nncli + .. image:: https://img.shields.io/pypi/v/nncli.svg + :alt: PyPI + :target: https://pypi.org/project/nncli + .. image:: https://img.shields.io/coveralls/github/djmoch/nncli.svg + :alt: Coveralls github + :target: https://coveralls.io/github/djmoch/nncli + .. image:: https://img.shields.io/readthedocs/nncli.svg + :alt: Read the Docs + :target: https://nncli.readthedocs.io + .. include:: ../../README.rst .. toctree:: diff --git a/nncli/__init__.py b/nncli/__init__.py @@ -1,4 +1,4 @@ # -*- encoding: utf-8 -*- """NextCloud Notes Command Line Interface""" -__version__ = '0.2.0' +__version__ = '0.2.0-dev0'