summaryrefslogtreecommitdiffstats
path: root/doc/generated
Commit message (Collapse)AuthorAgeFilesLines
* Regenerated docs for 3.1.2 releaseWilliam Deegan2019-12-17239-3001/+4072
|
* Merge branch 'master' into py3-doctasksWilliam Deegan2019-12-103-35/+71
|\
| * Merge pull request #3475 from mwichmann/addopt-docsWilliam Deegan2019-12-105-355/+181
| |\ | | | | | | Document that AddOption has limitations
| | * [PR 3475] update docs/generated [ci skip]Mats Wichmann2019-11-165-355/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's debated about whether the generated should be checked in at all; without an answer to that, they've fallen far enough out of sync that it becomes harder to use "git diff" as a spot-check that nothing strange is happening due to any given doc change. This should resync them to current. Signed-off-by: Mats Wichmann <mats@linux.com>
* | | [PR 3443] regen all generated files [ci skip]Mats Wichmann2019-12-05239-4377/+3097
| | | | | | | | | | | | | | | | | | | | | | | | Checking in all the examples generated on Ubuntu, which is the default "build platform", to pick up changes caused by a Py3 build. Signed-off-by: Mats Wichmann <mats@linux.com>
* | | Improve building of docs using Py3 [ci skip]Mats Wichmann2019-12-052-6/+6
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * context managers on file r/w + use shutil.copy where it makes sense. * lxml wants (demands?) that xml files be processed as bytes * for the phase where we gen the entity files, read as text anyway * Need to solve a problem where the generated xml is putting the \n in literally, not evaluating it. * Fix some examples broken for py3 * Fix more octal constant instances * Cleanups suggested by PyCharm: staticmethods, two blanks before class definition, others. This addresses issues called out in #3300, but is not a complete solution because the actual doc build step still fails with the epydoc failures (which aren't directly because of Py3; epydoc build doesn't work any better on my system with Py3, even with the forked version with patches). Signed-off-by: Mats Wichmann <mats@linux.com>
* | Added support for "-imacros" to ParseFlagsIvan Kravets2019-11-061-5/+6
|/
* Merge pull request #3425 from mwichmann/tool-docsWilliam Deegan2019-09-072-15/+99
|\ | | | | manpage: clarify that tools=[list] overrides [ci skip]
| * [#3425] review comment: pluralize source fileMats Wichmann2019-09-071-1/+1
| | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com>
| * [PR #3425] further tweak "default" tool wording [ci skip]Mats Wichmann2019-09-071-13/+13
| | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com>
| * [PR #3425] provide path to src for tool defaults [ci skip]Mats Wichmann2019-09-071-1/+3
| | | | | | | | | | | | addresses review comment Signed-off-by: Mats Wichmann <mats@linux.com>
| * [PR #3245] fix sider complaint about misspelling [ci skip]Mats Wichmann2019-09-071-1/+1
| | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com>
| * manpage: clarify that tools=[list] overrides [ci skip]Mats Wichmann2019-09-072-15/+97
| | | | | | | | | | | | | | | | | | Also some formatting tweaks, and a couple of typos. The description of the default tool now lists some of what that may include. Signed-off-by: Mats Wichmann <mats@linux.com>
* | Merge branch 'master' into remove_aegis_bits_issue_2639William Deegan2019-09-073-34/+35
|\ \ | |/
| * Fix xml entity generation in examples [ci skip]Mats Wichmann2019-09-074-38/+38
| | | | | | | | | | | | | | | | Closes #3003: those examples which wanted to generate a phony address for a Python object were doing so incorrectly, causing output to end up with &amp;gt; instead of &gt;. Signed-off-by: Mats Wichmann <mats@linux.com>
* | update generated doc filesWilliam Deegan2019-09-072-4/+4
|/
* Clean up D compiler pagesMats Wichmann2019-08-273-444/+128
| | | | | | | | | | | | | | | | | Manpage duplicated (triplicated, actually) tons of construction variables because they were defined in each of the three possible names for the D compiler. Someone already started a DCommon.xml, this just finishes off the job of moving them there; the individual compiler-name docs now do not define any construction vars. THe ProgramAllAtOnce builder had the same problem, and got the same treatment. Note: lots of the cvars don't actually define the term. I don't use D so I'm not proposing any changes at this time, but it would be simple enough to merge in some simple wording if someone thinks it's important enough. Signed-off-by: Mats Wichmann <mats@linux.com>
* [PR #3423] further wording tweak for Dictionary [ci skip]Mats Wichmann2019-08-251-3/+3
| | | | | | | And replaces some written out "construction environment" and "construction variable" uses with existin entities. Signed-off-by: Mats Wichmann <mats@linux.com>
* Update Dictionary documentation to match implementation [ci skip]Mats Wichmann2019-08-251-7/+7
| | | | | | | | | | | | | | | | | | Dictionary is now described as returning a dict only if called with no arguments; if called with arguments it returns a string or list of strings (matching the implmenentation). Note env.Dump() only takes zero arguments or one, it it not documented as taking the multiple keys, so there's less ambiguity with it. Some examples twiddled a little, and in a couple of cases Dictionary is not used any longer - we might as well just index into the construction environment since that works. Fixes #3156 Signed-off-by: Mats Wichmann <mats@linux.com>
* Regenerated docs for 3.1.1 release.William Deegan2019-08-0810-52/+57
|
* Regenerated docs for X.Y.Z release.William Deegan2019-07-2010-33/+64
|
* More decider doc updates regarding adding new repo_node argumentWilliam Deegan2019-07-141-3/+3
|
* Update docsWilliam Deegan2019-07-147-24/+35
|
* Update docs for parse_flags keywordsMats Wichmann2019-05-144-18/+20
| | | | | | | | | The somewhat poorly named parse_flags keyword args actually work like the MergeFlags method - don't just split like the ParseFlags method, but do the merging as well. Tweak the docs and add a reference to env.MergeFlags. Signed-off-by: Mats Wichmann <mats@linux.com>
* [PR #3363] doc update for added flagsMats Wichmann2019-05-043-3/+6
| | | | | | Needed a doc regen to pick up the change. Signed-off-by: Mats Wichmann <mats@linux.com>
* Doc updatesWilliam Deegan2019-04-228-11/+25
|
* Update generated docs for Release 3.0.5William Deegan2019-03-265-39/+50
|
* Add textfile tool to defaultsMats Wichmann2019-02-082-2/+6
| | | | | | | | | PR #3242 added the Textfile and Substfile builders to the default builder list (for issue #3147), but didn't finish the job: the textfile tool needs to be added to the default list of tools as well. This time with a testcase that fails if the tool is not added. Minor doc tweak. Signed-off-by: Mats Wichmann <mats@linux.com>
* Add arm targets to doc for MSVS_ARCHMats Wichmann2019-02-061-3/+6
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* PR #3289: add generated docsMats Wichmann2019-02-053-434/+544
| | | | | | | | The three generated doc files, builders.gen, tools,gen and variables.gen are added to stay in sync with the msvs.xml change. Signed-off-by: Mats Wichmann <mats@linux.com>
* Regenerated docs for 3.0.4 releaseWilliam Deegan2019-01-206-28/+53
|
* Updated docs for 3.0.3 ReleaseWilliam Deegan2019-01-074-7/+7
|
* Regenerated docs for 3.0.3 releaseWilliam Deegan2019-01-064-6/+6
|
* Regenerated docs for 3.0.2 releaseWilliam Deegan2018-12-31236-3193/+4107
|
* rebuild docs with changes from applelink.xml changes. Fix mistyped ↵William Deegan2018-12-104-4/+63
| | | | APPLELINK_CURRENT_VERSION to APPLELINK_NO_CURRENT_VERSION
* fix broken xml in docsWilliam Deegan2018-12-063-8/+8
|
* Doc updates. Some issues with generated files, but use for nowWilliam Deegan2018-12-05238-4163/+3290
|
* Updated docs post updating Java tool xml fileWilliam Deegan2018-10-157-213/+233
|
* Resync generated docsMats Wichmann2018-10-038-58/+92
| | | | | | | | There have been a few doc changes since 3.0.1, this commit resyncs the generated docs to pick up fixes and wording. No code or test effect. Signed-off-by: Mats Wichmann <mats@linux.com>
* Fix running my_command example script in exampleWilliam Deegan2018-02-1910-34/+49
|
* Remove duplicate example. Likely caused by bad mergeWilliam Deegan2018-02-194-32/+38
| | | | Fixes #2983
* Regenerated docs for 3.0.1 release.William Deegan2017-11-143-22/+6
|
* Regenerated docs for 3.0.1 release.William Deegan2017-11-1420-114/+255
|
* Doc updatesWilliam Deegan2017-11-141-20/+20
|
* Regenerated docs for 3.0.0 release.William Deegan2017-09-1812-26/+212
|
* mergeWilliam Deegan2017-08-212-2/+10
|\
| * Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option ↵William Deegan2017-08-202-2/+10
| | | | | | | | could not be passed to SetOption
* | merge defaultWilliam Deegan2017-08-196-2/+78
|\ \ | |/
| * Added docs for use of the PyPackageDir functiongrbd2017-08-036-2/+78
| |
* | updates from build machineWilliam Deegan2017-06-14236-365/+334
|/