gimntut / sublime-undocs

Sublime Text Unofficial Documentation

Home Page:http://docs.sublimetext.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublime Text Unofficial Documentation

We started this project to fill the gaps in the Sublime Text official documentation.

Read this guide online for free.

Following our fundraiser on BountySource during July-August 2014, we've started revising all topics and adding new ones. You can follow our progress here and on our public Trello board.

Huge thanks to all our backers!

Support Us

If you find this guide useful, you can treat us to a beer or send a donation our way:

Recurring Tip One-off Tip
Gratipay ST Undocs Team

Contributing

This guide is hosted on ReadTheDocs and built with Sphinx.

We accept error reports and requests for new content via our issue tracker, and encourage you to send pull requests (but we cannot guarantee they will always be merged).

Please follow our style guidelines as described in CONTRIBUTING.md.

This repository includes a .sublime-project with predefined settings and a build system that builds the HTML docs using Sphinx.

Building (HTML Preview)

In order to build and preview the docs, you'll need Sphinx, which in turn requires Python 2.7. Python 3+ will not work.

pip install sphinx

By default, the docs' preview will display a standard Sphinx theme, but you can install and use ReadTheDocs' theme if you prefer that:

pip install sphinx_rtd_theme

If this theme is available, the build system will pick it up.

After the build is finished, you can open build/html/index.html in your browser to see the guide.

About

Sublime Text Unofficial Documentation

http://docs.sublimetext.info

License:Other


Languages

Language:Python 46.6%Language:HTML 20.8%Language:Makefile 16.0%Language:Batchfile 14.8%Language:CSS 1.8%