matcatc / Test_Parser

parses and displays the output from test logs
http://matcatc.github.com/Test_Parser
GNU General Public License v3.0
1 stars 0 forks source link

documentation and setup.py #26

Closed matcatc closed 14 years ago

matcatc commented 14 years ago

It'd be nice if whenever we created a distributable, the documentation would be built and included.

This might require something more advanced like a MAKEFILE or a more complex build system (paver, buildout, setuptools, etc.)

matcatc commented 14 years ago

According to this: http://stackoverflow.com/questions/1754966/how-can-i-run-a-makefile-in-setup-py/1763900#1763900, we can override what setup.py cmd's will do. This way we can override sdist (and others) to build the documentation before building the distributable.

matcatc commented 14 years ago

paver claims to be able to build documentation as part of its build process, but the documentation is lacking. From what I can glean, it only works with sphinx.

matcatc commented 14 years ago

Now working. Whenever setup.py sdist is invoked, all the documentation is completely rebuilt.

Would like to eventually make it so that it only rebuild necessary files, but that'll have to wait.

Need to include documentation in setup.py now.

matcatc commented 14 years ago

included data files in setup.py

closed by 2d6ae365694f0a39536f537ae072b8eedf2e5ff7