Skip to main content

The CodeChat system for software documentation

Project description

CodeChat transforms source code into a web page, allowing developers to view their program as a beautiful and descriptive document by adding headings, formatting, hyperlinks, diagrams, images, and other forms of rich content to capture the ideas and insights that naturally flow from the process of writing a program. It also provides a blank slate in which to plan ahead, by sketching out an algorithm before committing it to code or laying out a design document which can evolve as the code does. This literate programming paradigm changes the way developers think by intermingling ideas with their implementation as code, dramatically improving a programmer’s abilities.

Installation

See the install intructions.

Background

Put simply, literate programming (LP) is the realization that a program is a document written to and for fellow programmers, not simply a list of instructions for a computer. LP tools therefore produce a nicely-formatted document which contains the code intermixed with explanatory prose. Donald Knuth introducted literate programming using his WEB tool in his seminal paper. Per Figure 1 of this paper, the WEB system takes a .w document as input then produces either a “tangled” source file for compilation or a “woven” document as a .tex file. The document is beautiful; the WEB source is difficult to digest (see Figure 2a-c); the source code is completely unreadable (see Figure 3). While a plethora of tools developed over the years attempt to address these problems, only one LP-inspired variant has gained widespread acceptance: documentation generators, such as Doxygen and JavaDoc, which extract documentation directly from source code, rather than extracting source code from the documentation, as WEB and most LP tools do. CodeChat addresses these LP weaknesses by producing a doucment directly from the code; employing human-readable markup (reStructuredText); and by supporting a GUI to make editing an LP document-program faster and easier.

Tutorial

The CodeChat tutorial guides new users into exploring CodeChat’s literate programming abilities. Start here! Or, peruse the examples below to see the ways in which CodeChat transforms plain source code into beautiful documents.

Examples

Some examples of literate programming using CodeChat:

Contributing

This is a fairly basic implementation; much improvement is needed! Please use the issue tracker to report bugs or request features; even better, contribute to the code!

License

Copyright (C) 2012-2015 Bryan A. Jones.

This file is part of CodeChat.

CodeChat is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

CodeChat is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with CodeChat. If not, see http://www.gnu.org/licenses/.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CodeChat-1.1.0b0.zip (63.3 kB view details)

Uploaded Source

Built Distribution

CodeChat-1.1.0b0-py2-none-any.whl (63.9 kB view details)

Uploaded Python 2

File details

Details for the file CodeChat-1.1.0b0.zip.

File metadata

  • Download URL: CodeChat-1.1.0b0.zip
  • Upload date:
  • Size: 63.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for CodeChat-1.1.0b0.zip
Algorithm Hash digest
SHA256 4efe2ceaf1cc5f8fd3328e37002dcb79bb1bbdf732717efba6074f89ccb1fd89
MD5 533117ce1e4c5a6e9650a593ae4a0047
BLAKE2b-256 97e795de9ae05cc92b779910f43f6117a6e17d063da88f275b6bead99b276237

See more details on using hashes here.

File details

Details for the file CodeChat-1.1.0b0-py2-none-any.whl.

File metadata

File hashes

Hashes for CodeChat-1.1.0b0-py2-none-any.whl
Algorithm Hash digest
SHA256 776515941cc7294530c1d2550ecc17e1a90cf9c288412b53425ab52fe76dd408
MD5 74c31fe5f6fe5e4b809959da931c9ddf
BLAKE2b-256 401228d0cc7c792f66085accb5698651099ec2a86ef95c6903a2063cda22bf7f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page