| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| | |
Updates to doc for MSVC construction vars
|
| |
| |
| |
| | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \
| |/
|/| |
Add sepearat pypi README-package.rst for pypi's long description text
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Earlier change to update SEE ALSO section dropped
some required markup.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \
| | |
| | | |
Apply formatting preferences to sconsign man
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The sconsign manpage hasn't received the same update to
formatting styles as scons, do that. Minimal content change.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \ \
| |/ /
|/| /
| |/ |
Re-implement scons-local build + travis ci updates for build
|
| |
| |
| |
| | |
using it
|
| | |
|
| |
| |
| |
| | |
tarball for distribution
|
| | |
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \
| | |
| | | |
A bit of tweaking on Action Objects in manpage
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |/
| |
| |
| | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|/
|
|
|
|
| |
Initial content is the compilation_db material
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Recent changes introduced the use of the Docbook 5 syntax for external
links (<link xlink:href="https://www.example.com"/>), which works okay
for the doc build, but breaks the internal tools which do formal validation
against the scons-modified docbook DTD ("sconsdoc") because sconsdoc is
a modification of Docbook 4.5 thus pinning us to that version.
xlink was a Docbook 5 introduction to use more standard W3C syntax
for the links (xlink is a W3C spec of its own).
Back off this new usage: go back to the old usage pattern
(<ulink url="https://www.example.com">), because trying to uplift
sconsdoc looks a fairly substantial task.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Switch API docs to readthedocs theme
* Add links in manpage SEE ALSO to external websites. These are not just
live, but also listed out (Linux manpages won't have the hyperlinks)
* Links use docbook5 xlink:href instead of deprecated (claimed to be
removed, but apparently not) ulink syntax
* Comment out manpage Examples section, and leave a pointer to
scons-cookbook.readthedocs.io instead
* Regenerate everything, mainly to pick up compilation_db stuff.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\
| |
| | |
Initial logic for Sphinx build of API docs - replacing epydoc
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Opinion time - when special members are included in the docs,
the output isn't really readable, it's too cluttered. Don't
seem to be able to get the autoclasstoc stuff working, which
was supposed to help with that.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |
| |
| |
| | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |
| |
| |
| | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |
| |
| |
| |
| |
| | |
autoclasstoc enabled, but not particularly used yet.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |
| |
| |
| | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
First cut includes a Makefile as generated by Sphinx plumbling,
needs to be wired into sconscripts instead.
A few regular scons files are updated to address build errors/warnings.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \
| | |
| | | |
Add compilation db for use by clang tools and cquery (fix issue #3355)
|
| | | |
|
| | |
| | |
| | |
| | | |
clear source and set default target as 'compile_commands.json'.
|
| | | |
|
| | |
| | |
| | |
| | | |
database
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
&f-GetOption; was not properly camelcased in recent commit.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update the markup in the cmdline chapter.
Also checked in two generated docs which were changed
by a couple of earlier changesets.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \ \
| | | |
| | | | |
Update manpage Extending section
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Extending SCons: this is mainly syntax: adding/adjusting markup,
reformatting code examples, adding the word "Example:" in a
few places, moving a paragraph outside a list since it applies
to the whole list, not to the last item of the list.
A list is reformatted to a <simplelist> for a shorter layout.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \ \
| | | |
| | | | |
Update manpage Examples section
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Examples: mainly syntax: adding/adjusting markup, reformatting
code examples, etc.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \ \
| | | |
| | | | |
Update manpage Configuration File section
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
CONFIGURATION FILE REFERENCE: markup added/updated, examples
reformatted.
A chunk of text followed the included "GENERATED CONSTRUCTION VARIABLE
DESCRIPTIONS" which describes how to access consvars, this was
moved before the inclusion for better flow. A bit was added to
the final paragraph before that inclusion to remind that actual
consvars are based on which tools were actually able to initialize.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|/ /
| |
| |
| |
| |
| |
| | |
OPTIONS: add/change markup. A few comments modified on CacheDir
usage, and on Help. Dropped a reference to SCCS/RCS retrieval.
Signed-off-by: Mats Wichmann <mats@linux.com>
|