Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frqnck/apix-docs

The APIx documentation for https://github.com/frqnck/apix/
https://github.com/frqnck/apix-docs

Last synced: about 18 hours ago
JSON representation

The APIx documentation for https://github.com/frqnck/apix/

Awesome Lists containing this project

README

        

APIx Manual & Documentation
===========================

The APIx Manual and Documentation use [reStructuredText](http://docutils.sourceforge.net/rst.html) format/parser and the [Sphinx](http://sphinx-doc.org) tool.

There are two distinct documentation trees contained within this directory:

Official Manual
---------------

* [Introduction](source/introduction.rst)
* [Quick Start](source/quickstart.rst>)
* [Configuration](source/config.rst>)
* [Example Project](source/example.rst>)
* [Plugins](source/plugins/index.rst>)

This manual is also rendered online on: Officila APIx Manual (http://apix.readthedocs.org)

API Documentation
-----------------

This is extracted from the APIx source code and comments using `Javadoc `_ and `PHPDoc `_ formats.

Viewable at: [index](source/apix/index.rst>)

Installation
------------

To install Sphinx and dependencies run ``pip install sphinxcontrib-phpdomain`` then run ``make html``.

Contributing
------------

See [Contributing](CONTRIBUTING.md).

License
-------
APIx is licensed under the New BSD license -- see the [LICENSE](LICENSE) for the full license details.