You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Anthony Johnson 6aa8ced49f Add dl based listing of namespace objects with truncated names
This replaces a table that was constraining text area
9 years ago
autoapi Add dl based listing of namespace objects with truncated names 9 years ago
tests Sorting on list and detail pages, plus type and ref type fixes to classes 9 years ago
.gitignore Large refactor. Cleans up, adds tests, intermediate namespaces 9 years ago
MANIFEST.in Initial commit 9 years ago
README.rst Initial commit 9 years ago
setup.cfg Initial commit 9 years ago
setup.py Large refactor. Cleans up, adds tests, intermediate namespaces 9 years ago

README.rst

Sphinx Auto API
===============

A tool that generates a full API ref (Javadoc style) for your project.
It requires no RST and is fully automated,
while being integrated into Sphinx.

The first implementation is for Microsoft .Net.
Other implementations are encouraged for your language.

Design
------

Read more about the deisgn in our Design doc.

Future
------
Our goal is to support the following soon:

* Javascript
* PHP
* Python
* Go