This repo contains the source for the Pine v5 User Manual of TradingView's Pine programming language, which deprecates the Pine v4 User Manual. The source uses reStructuredText markup and we use Sphinx to build the final HTML content.
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.
See our English language and RST writing guidelines for this Manual.