https://github.com/korniichuk/docs
Personal documentation
https://github.com/korniichuk/docs
airflow hive hiveql
Last synced: 7 months ago
JSON representation
Personal documentation
- Host: GitHub
- URL: https://github.com/korniichuk/docs
- Owner: korniichuk
- License: unlicense
- Created: 2017-01-21T17:42:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T17:42:51.000Z (over 8 years ago)
- Last Synced: 2025-01-17T08:28:12.006Z (9 months ago)
- Topics: airflow, hive, hiveql
- Homepage:
- Size: 1.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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_PATHWhere:
* ``SRC_RST_FILE_PATH`` -- source rst file path,
* ``DST_PDF_FILE_PATH`` -- destination pdf file path.Example::
$ cd docs
$ rst2pdf hive.rst hive.pdf