AlannahDaw / documentation

Docs

Home Page:https://hexchat.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HexChat documentation

Build Status

Getting started

  • Install Python (tested with 2.7.x)
  • Install Python pip
  • Install Sphinx: pip install Sphinx
  • On Windows: SET PATH=C:\Python27;C:\Python27\Scripts;%PATH%
  • Run make html to build the HTML files
  • Run the Python webserver to test your changes: make server (http://localhost:8000/)

Conventions

  • 4 Spaces are used for indentation.
  • Ordered or unordered lists use visual indentation, where any non-list subelement would use an indentation of a multiple of 4 again.

Example:

- a list item
- a list item
  with a visually indented continuation
- a list item with a sub-list
  
  - that is also visually indented
- a list item with a code block

    .. code-block:: none

        that is not visually indented

About

Docs

https://hexchat.readthedocs.io


Languages

Language:HTML 46.0%Language:Python 17.7%Language:CSS 15.5%Language:Makefile 10.8%Language:Batchfile 10.0%