.. link: .. description: .. tags: .. date: 2013/08/16 00:00:00 .. title: Documentor .. slug: documentor .. class:: alert alert-info pull-top .. contents:: *Module:* `documentor.py `_ API =============================================================== No description. *Imports:* ------------ - `analyzer `_ - `arguments `_ - `new_conf `_ - `os `_ - `subprocess `_ *Global Functions:* --------------------- *Function:* `_deploy(output, deploy) [at ln:37] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def _deploy(output, deploy): | Deploy the site to Github Pages. ---- *Function:* `_get_project_name(projectname, project) [at ln:28] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def _get_project_name(projectname, project): | Build a project name or use the one provided by the user. ---- *Function:* `_serve(output) [at ln:57] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def _serve(output): | Serve the application in localhost. ---- *Function:* `document() [at ln:67] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def document(): | Run the commands selected by the user with Documentor.