gdw + documentation   54

DocHub | Instant Documentation Search
Mozilla Developer Central has long been a go to source for for technical documentation of web-standards based development. Now this excellent resource for info on HTML, CSS, JavaScript and the DOM has been organized with a nice clean UI.
css  documentation  html  javascript  reference  wpd 
7 days ago by gdw
HTML5 Rocks - A resource for open web HTML5 developers
Google:
HTML5 introduces many cutting-edge features that enable developers to create apps and websites with the functionality, speed, performance, and experience of desktop applications. But unlike desktop applications, apps built on the web platform can reach a much broader audience using a wider array of devices. HTML5 accelerates the pace of your innovation and enables you to seamlessly roll out your latest work to all your users simultaneously.
css3  development  documentation  html  html5  google 
15 days ago by gdw
Python Module of the Week - Python Module of the Week
The Python Module of the Week series, or PyMOTW, is a tour of the Python standard library through short examples. This is version 1.132, last updated Jul 08, 2011 to cover the ConfigParser module.
documentation  programming  python  reference  tutorial 
7 weeks ago by gdw
Welcome to Read The Docs — Read The Docs 1.0 documentation
Read the Docs hosts documentation for the open source community. It supports Sphinx docs written with reStructuredText, and can pull from your Subversion, Bazaar, Git, and Mercurial repositories. The code is open source, and available on github.

The documentation for the site is organized into two different sections below. One is for users of readthedocs.org, that is the first section. The next section is for users of the code that powers the site. All of the RTD code is open source, so you can run your own instance. Presumably in an internal install inside your company, or something.
documentation  sphinx  reStructuredText  opensource  python 
february 2012 by gdw
Read the Docs - create, host, and browse documentation
Read the Docs hosts documentation, making it fully searchable and easy to find. You can import your docs using any major version control system, including Mercurial, Git, Subversion, and Bazaar. We support webhooks so your docs get built when you commit code. There's also support for versioning so you can build docs from tags and branches of your code in your repository. A full list of features is available.

It's free and simple. Read the Getting Started guide to get going!
django  docs  documentation  hosting  python  itp 
february 2012 by gdw
Literate Programming
Donald Knuth. "Literate Programming (1984)" in Literate Programming. CSLI, 1992, pg. 99.
I believe that the time is ripe for significantly better documentation of programs, and that we can best achieve this by considering programs to be works of literature. Hence, my title: "Literate Programming."

Let us change our traditional attitude to the construction of programs: Instead of imagining that our main task is to instruct a computer what to do, let us concentrate rather on explaining to human beings what we want a computer to do.

The practitioner of literate programming can be regarded as an essayist, whose main concern is with exposition and excellence of style. Such an author, with thesaurus in hand, chooses the names of variables carefully and explains what each variable means. He or she strives for a program that is comprehensible because its concepts have been introduced in an order that is best for human understanding, using a mixture of formal and informal methods that reinforce each other.
development  documentation  literate  programming  reference 
january 2012 by gdw
(the eff-bot guide to) The Standard Python Library
Based in part on over 3,000 newsgroup articles written by Python veteran Fredrik Lundh since 1995, this book provides brief descriptions and sample scripts for all standard modules in the Python 2.0 library.
books  documentation  programming  python  reference  free  online 
january 2012 by gdw
Home - Clojure Documentation - Clojure Development
This is the home of the Clojure Documentation space.

To help you on your way, we've inserted some of our favourite macros on this home page. As you start creating pages, blogging and commenting you'll see the macros below fill up with all the activity in your space
clojure  documentation 
december 2011 by gdw
Learn Clojure - for Clojure developers-to-be
This web site is an attempt to gather together everything you will need to learn Clojure, assuming that you already know another programming language or two or three.
clojure  documentation  programming  tutorial  itp 
december 2011 by gdw
PEP 8 -- Style Guide for Python Code
This document gives coding conventions for the Python code comprising the
standard library in the main Python distribution.
documentation  programming  python  reference  style 
december 2011 by gdw
Git from the bottom up | Lost in Technopolis
In my pursuit to understand Git, it’s been helpful for me to understand it from the bottom up — rather than look at it only in terms of its high-level commands.
article  development  distributed  documentation  git 
august 2011 by gdw
Doxygen
Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D.
development  documentation  programming  software  tools 
august 2011 by gdw
YARD - A Ruby Documentation Tool
YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be? exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions.
docs  documentation  tools  ruby 
july 2011 by gdw
[Ruby-Doc.org: Documenting the Ruby Language]
The ruby-doc.org Ruby documentation project is an effort by the Ruby community to provide complete and accurate documentation for the Ruby programming language.
development  documentation  programming  reference  ruby 
july 2011 by gdw
How-To Guide for Descriptors
Defines descriptors, summarizes the protocol, and shows how descriptors are called. Examines a custom descriptor and several built-in python descriptors including functions, properties, static methods, and class methods. Shows how each works by giving a pure Python equivalent and a sample application.
documentation  howto  programming  python  descriptors 
june 2011 by gdw
Docutils FAQ (Frequently Asked Questions)
Docutils is a system for processing plaintext documentation into useful formats, such as HTML, XML, and LaTeX. It supports multiple types of input, such as standalone files (implemented), inline documentation from Python modules and packages (under development), PEPs (Python Enhancement Proposals) (implemented), and others as discovered.
python  Docutils  documentation  plaintext 
may 2011 by gdw
OsiriX Technical Guides
Welcome to the OsiriX Technical Guides. Theses Guides are documented by the OsiriX development Team.
OsiriX  technical  documentation  medical  imaging 
may 2011 by gdw
BeginnersGuide/Programmers - PythonInfo Wiki
Python for Programmers

The tutorials on this page are aimed at people who have previous experience with other programming languages (C, Perl, Lisp, Visual Basic, etc.).
documentation  programming  python  reference  tutorials  itp 
march 2011 by gdw
Pd Documentation
This is the HTML documentation for Pd, a patchable environment for audio analysis, synthesis, and processing, with a rich set of multimedia capabilities. The latest version of this page can be found at: http://www.crca.ucsd.edu/~msp/software.html
audio  documentation  music  pd  puredata 
march 2011 by gdw
Docutils: Documentation Utilities
Written in Python, for General- and Special-Purpose Use

Docutils is an open-source text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX. It includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language.
documentation  howto  markup  python 
march 2011 by gdw
reStructuredText
reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents. reStructuredText is designed for extensibility for specific application domains.

The primary goal of reStructuredText is to define and implement a markup syntax for use in Python docstrings and other documentation domains, that is readable and simple, yet powerful enough for non-trivial use.
documentation  markup  python  text 
march 2011 by gdw
Guide to Python introspection
Introspection reveals useful information about your program's objects. Python, a dynamic, object-oriented programming language, provides tremendous introspection support. This article showcases many of its capabilities, from the most basic forms of help to the more advanced forms of inquisition.
development  documentation  programming  python  introspection 
march 2011 by gdw
Casabona - Making your technology appealing & easy to use
I can take your communications project from the concept stage through planning, writing and design, and final publication or production. I can also help plan, prototype, and design Web sites and Web-based applications.

did aquaminds documentation, notetaker, noteshare
documentation  multimedia  grapphic  design  usability 
january 2011 by gdw
FLOSS Manuals (en)
FLOSS Manuals is a collection of manuals about free and open source software together with the tools used to create them and the community that uses those tools. They include authors, editors, artists, software developers, activists, and many others. There are manuals that explain how to install and use a range of free and open source softwares, about how to do things (like design) with open source software, and manuals about free culture services that use or support free software and formats.
documentation  howto  technology 
december 2010 by gdw
WebGL Public Wiki
Welcome to the WebGL public wiki! Here you'll find resources that will help you learn about WebGL, including the current specification, documentation, implementation status, as well as a repository of known demos and web apps that take advantage of WebGL.
documentation 
december 2010 by gdw
Neurogami - Smart application development
Ruby and JRuby development for Web and desktop applications.
ruby  documentation  James  Britt 
october 2010 by gdw
[Ruby-Doc.org: Documenting the Ruby Language]
The ruby-doc.org Ruby documentation project is an effort by the Ruby community to provide complete and accurate documentation for the Ruby programming language.
documentation  programming  reference  ruby 
october 2010 by gdw
Documentation (Ruby)
Here you will find pointers to manuals, tutorials and references that will come in handy when you feel like coding in Ruby.
documentation  programming  reference  ruby 
october 2010 by gdw
Logic Pro and MainStage 64-bit mode FAQ
Logic Pro 9.1 and MainStage 2.1 can be used in 64-bit mode on Mac OS X v10.6.2 or later. Here are some frequently asked questions about using Logic Pro and MainStage in 64-bit mode.
audio  documentation  logic  pro  9  32-bit  64-bit  faq 
october 2010 by gdw
Sphinx - Python Documentation Generator
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation, written by Georg Brandl and licensed under the BSD license.

It was originally created for the new Python documentation, and it has excellent facilities for the documentation of Python projects, but C/C++ is already supported as well, and it is planned to add special support for other languages as well.
documentation  programming  python  tools 
september 2010 by gdw
Natural Docs - Wikipedia, the free encyclopedia
Natural Docs is a multi-language documentation generator. It is written in Perl
documentation  supercollider 
september 2010 by gdw
Apple - Mac OS X Server Snow Leopard - Resources - Documentation
Resources
Learn about training programs, service and support options, developer information, and more
osx  server  documentation  10.6 
august 2010 by gdw
Git Community Book
Welcome to the Git Community Book. This book has been built by dozens of people in the Git community, and is meant to help you learn how to use Git as quickly and easily as possible.
book  documentation  git  reference 
july 2010 by gdw
Git Reference
This is the Git reference site. This is meant to be a quick reference for learning and remembering the most important and commonly used Git commands. The commands are organized into sections of the type of operation you may be trying to do, and will present the common options and commands needed to accomplish these common tasks.
development  documentation  git  programming  reference 
june 2010 by gdw
Mac Dev Center: Memory Usage Performance Guidelines: Introduction to Memory Usage Performance Guidelines
Analyzing your memory usage is one way to fix other performance problems you may have, such as an increased code footprint or slow code. Efficient memory usage is critical to performance in any application. Increased memory usage not only increases the in-memory footprint of your application, it also increases the time spent allocating and manipulating that memory.
apple  osx  memory  management  documentation  programming  mac 
february 2010 by gdw

Copy this bookmark:



description:


tags: