Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sprinkle more links to heptapod in the docs, update some older pages | Matti Picus | 2021-03-01 | 1 | -0/+10 |
| | |||||
* | Partial back-out of changeset 4b63e7093115 | Armin Rigo | 2017-04-05 | 1 | -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 Plangger | 2017-04-03 | 1 | -0/+0 |
| | | | | VMP_SUPPORTS_NATIVE_PROFILING defined on x86 | ||||
* | Fix some references. | Manuel Jacob | 2014-10-24 | 1 | -1/+1 |
| | |||||
* | Remove nonexistent documents, update references to getting-started | Rami Chowdhury | 2013-08-28 | 1 | -2/+2 |
| | |||||
* | Big cleanup: make things more consistent (headers, whitespace, blank lines) ↵ | Manuel Jacob | 2013-05-10 | 1 | -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 Creighton | 2011-04-25 | 1 | -122/+1 |
| | | | | the development method | ||||
* | (dmalcolm, lac): Mass rename of documentation files from .txt to .rst, to ↵ | David Malcolm | 2011-03-14 | 1 | -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 |