tradingview / pine_script_docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pine Script™ v5 User Manual

This repo contains the source for the Pine Script™ v5 User Manual of TradingView's Pine programming language, which deprecates the Pine Script™ v4 User Manual. The source uses reStructuredText markup and we use Sphinx to build the final HTML content.

How to build html docs

Follow these steps:

  • Execute sudo make install_tools
  • Execute make syncpackages (this will download the theme)
  • Execute make html

Your docs will be in the build/html folder.

Writing guidelines for contributors

See our English language and RST writing guidelines for this Manual.

About


Languages

Language:Python 92.1%Language:Makefile 7.7%Language:Shell 0.2%