An open API service indexing awesome lists of open source software.

https://github.com/korniichuk/docs

Personal documentation
https://github.com/korniichuk/docs

airflow hive hiveql

Last synced: 7 months ago
JSON representation

Personal documentation

Awesome Lists containing this project

README

          

.. contents:: Table of contents

Clone the docs
==============
::

$ git clone https://github.com/korniichuk/docs.git

User guide
==========
Make pdf
--------
::

$ cd docs
$ rst2pdf SRC_RST_FILE_PATH DST_PDF_FILE_PATH

Where:

* ``SRC_RST_FILE_PATH`` -- source rst file path,
* ``DST_PDF_FILE_PATH`` -- destination pdf file path.

Example::

$ cd docs
$ rst2pdf hive.rst hive.pdf