aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sprinkle more links to heptapod in the docs, update some older pagesMatti Picus2021-03-011-0/+10
|
* Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-051-0/+0
| | | | | | This should cancel the change to ALL FILES that turns them executable. The present backout has been manually tweaked so that it does not actually contain any change to file contents.
* conditionally call vmp_native_enable/disable (only if platform supports it), ↵Richard Plangger2017-04-031-0/+0
| | | | VMP_SUPPORTS_NATIVE_PROFILING defined on x86
* Fix some references.Manuel Jacob2014-10-241-1/+1
|
* Remove nonexistent documents, update references to getting-startedRami Chowdhury2013-08-281-2/+2
|
* Big cleanup: make things more consistent (headers, whitespace, blank lines) ↵Manuel Jacob2013-05-101-12/+9
| | | | and use more useful sphinx features (e.g. for cross-referencing).
* (lac, cfbolz) kill maemo, svn-help, obsolete parts of the coding guide and ↵Laura Creighton2011-04-251-122/+1
| | | | the development method
* (dmalcolm, lac): Mass rename of documentation files from .txt to .rst, to ↵David Malcolm2011-03-141-0/+360
help editors recognize the format Script used (in pypy/doc): for f in $(find -name "*.txt"); do hg rename $f $(echo $f | sed -e"s|.txt|.rst|"); done