Remove HTML docs from the repo [ci skip]

This commit is contained in:
mpeterv
2015-09-24 19:07:56 +03:00
parent 7134d25ca5
commit c1fbb37843
61 changed files with 11 additions and 7065 deletions

View File

@@ -110,7 +110,9 @@ Download `src/argparse.lua` file and put it into the directory for Lua libraries
## Tutorial
The tutorial is available [online](http://argparse.readthedocs.org) and in the `doc` directory. If argparse has been installed using LuaRocks 2.1.2 or later, it can be viewed using `luarocks doc argparse` command.
The tutorial is available [online](http://argparse.readthedocs.org). If argparse has been installed using LuaRocks 2.1.2 or later, it can be viewed using `luarocks doc argparse` command.
Tutorial HTML files can be built using [Sphinx](http://sphinx-doc.org/): `sphinx-build docsrc doc`, the files will be found inside `doc/`.
## Testing