This blog post is the sixth, and the last, of a series of blog posts about Literate [Clojure] Programming in Org-mode where I explain how I develop my [Clojure] applications using literate programming concepts and principles.
This last post introduce a tool that leverage the side effect of having all the codes neatly discussed: it gives the possibility to automatically generate all different kinds of project documentation with a single key-binding. The documentation that we will generate are:
- Human readable HTML general project documentation
- Programming API documentation
- Book style complete project documentation in PDF
This series of blog posts about literate [Clojure] programming in Org-mode is composed of the following articles:
- Configuring Emacs for Org-mode
- Project folder structure
- Anatomy of a Org-mode file
- Tangling all project files
- Publishing documentation in multiple formats (this post)
- Unit Testing
Continue reading “Literate [Clojure] Programming: Publishing Documentation In Multiple Formats”