forked from weka-io/waf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the apidocs and The Waf Book
- Loading branch information
Thomas Nagy
committed
Apr 6, 2015
1 parent
47cf5ce
commit 8ac4646
Showing
16 changed files
with
70 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,28 @@ | ||
Main repository for waf 1.8 on http://waf.googlecode.com/git/ | ||
------------------------------------------------------------- | ||
Waf 1.8 is on https://github.com/waf-project/waf | ||
------------------------------------------------ | ||
|
||
waflib the core library | ||
waflib/Tools essential waf tools | ||
waflib/extras contributed tools which are not included in the | ||
waf file by default (except "compat15") | ||
build_system_kit examples of build systems that can be created from waf | ||
waflib/extras contributed tools which are not included in the waf file by default | ||
build_system_kit examples of build systems that can be created from Waf | ||
tests various unit tests, most are unused anymore | ||
playground experiments and integration tests for the tools in | ||
the folder waflib/extras | ||
demos integration tests - the folder can be configured | ||
as a standalone project | ||
playground experimental examples and test, most tools lie in the folder waflib/extras | ||
demos integration tests - the folder can be configured as a standalone project | ||
demos/* integration tests and examples used as documentation | ||
docs documentation | ||
docs/sphinx project extracting the docstrings from the source code to | ||
create the apidocs | ||
docs/sphinx project extracting the docstrings from the source code to create the API documentation | ||
|
||
Documentation repository on http://docs.waf.googlecode.com/git/ | ||
--------------------------------------------------------------- | ||
Documentation | ||
------------------------------------------------- | ||
|
||
Contains the documentation: | ||
API documentation http://docs.waf.googlecode.com/git/apidocs_17/index.html | ||
The Waf Book http://docs.waf.googlecode.com/git/book_17/single.html | ||
The Waf Book for Waf 1.6 (deprecated) http://docs.waf.googlecode.com/git/book_16/single.html | ||
The Waf Book for Waf 1.5 (deprecated) http://docs.waf.googlecode.com/git/book_15/single.html | ||
API documentation https://waf.io/apidocs/ | ||
The Waf Book https://waf.io/book/ | ||
|
||
Programming details | ||
------------------- | ||
Coding guidelines | ||
----------------- | ||
|
||
* We use tabs, no spaces | ||
* Do not use x.split("\n") but x.splitlines() | ||
* Do not catch all exceptions unless you have a good reason to do so (no "except:") | ||
* File handles are too easy to get wrong, use Node.readf/Node.writef/Utils.readf/Utils.writef | ||
|
||
Wiki documentation on http://wiki.waf.googlecode.com/git/ | ||
--------------------------------------------------------- | ||
|
||
The wiki documentation is always outdated | ||
|
||
Previous branches | ||
----------------- | ||
|
||
old svn repository http://waf.googlecode.com/svn/trunk/ (for waf 1.5, read-only and unused) | ||
old branch for waf 1.5 http://waf.googlecode.com/svn/branches/waf-1.5/ (again, read-only and unused) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.