How to manage end user documentation for a project under continuous integration?
        Posted  
        
            by mcdon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mcdon
        
        
        
        Published on 2010-04-08T20:35:09Z
        Indexed on 
            2010/04/10
            7:53 UTC
        
        
        Read the original article
        Hit count: 340
        
I have a project under continuous integration and would like to add end user documentation to the project. The end user documentation is a user manual, not API documentation. In our environment we use windows, c#, msbuild, cruisecontrol.net and subversion. We are currently using DocToHelp to create our help file, which is based on an msword document.
I'm looking for some guidance on how to manage the end user documentation. What documentation tools should I use? Should any of the documentation tools be part of the build script? Should the output files from the documentation tool be stored in subversion? What type of help files would be best to use?
© Stack Overflow or respective owner