pomeh / 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. You can visit this guide at http://docs.sublimetext.info/. It is hosted via ReadTheDocs and built using Sphinx.

Following our fundraiser on BountySource during July-August 2014, we've started revising all topics and adding new ones. You can follow our progress 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:

Gratipay

Contributing

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

When previewing the docs, a standard Sphinx theme will be used by default, but you can install and use the ReadTheDocs theme if you prefer that:

pip install sphinx_rtd_theme

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

After the build is finished you can open build/html/index.html in your default browser.

About

Sublime Text Unofficial Documentation

http://docs.sublimetext.info

License:Other