Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc/source/install.rst: Add requirements to use the bst cachejjardon/install_deps | Javier Jardón | 2018-04-24 | 1 | -0/+5 |
| | | | | See #358 | ||||
* | doc/source/install.rst: Add fuse to the list of dependencies | Javier Jardón | 2018-04-24 | 1 | -0/+1 |
| | | | | See #358 | ||||
* | doc/source/install.rst: Update build instructions for Fedora | Javier Jardón | 2018-04-24 | 1 | -2/+2 |
| | |||||
* | doc/source/install.rst: Update build instructions for Debian Testing/Sid | Javier Jardón | 2018-04-24 | 1 | -3/+2 |
| | |||||
* | doc/source/install.rst: Update install instruction for Debian strech | Javier Jardón | 2018-04-24 | 1 | -2/+2 |
| | |||||
* | doc/source/install.rst: Removing blank line which appeared below title | Tristan Van Berkom | 2018-04-23 | 1 | -1/+0 |
| | | | | Sections have 2 blank lines before them, and no blank line after them. | ||||
* | doc/source/install.rst: minimum bubblewrap version is 0.1.2 | Javier Jardón | 2018-04-23 | 1 | -1/+1 |
| | |||||
* | Revert "doc/source/install.rst: Mention bwrap version requirements" | Javier Jardón | 2018-04-23 | 1 | -6/+1 |
| | | | | | | | | | Seems this was not propperly rebased; libostree and bubblewrap requirements are already there. Also the paragraph about docker was removed in commit f0b350f158ed14c97613dc22b83ed89759b8d255 This reverts commit 7854fc5037204474d16618c657a1cd1ca12c888e. | ||||
* | doc/source/index.rst: Make main documentation title sober again. | Tristan Van Berkom | 2018-04-23 | 1 | -3/+3 |
| | | | | Drop the happy welcome phrase with exclamation point. | ||||
* | doc/source/install.rst: Mention bwrap version requirements | milloni | 2018-04-20 | 1 | -1/+6 |
| | |||||
* | doc/source/index.rst: Replace welcome paragraphjjardon/doc_readme | Javier Jardón | 2018-04-18 | 1 | -10/+7 |
| | |||||
* | Add about page | Javier Jardón | 2018-04-18 | 2 | -0/+2 |
| | |||||
* | main_core.rst: Change title and moved authoring, sandboxing and cachekeys ↵ | James Ennis | 2018-04-17 | 4 | -19/+6 |
| | | | | documentation here | ||||
* | core_framework.rst: New file containing content that was in main_core.rst | James Ennis | 2018-04-17 | 2 | -20/+19 |
| | |||||
* | config.rst: Renamed to user_config.rst and anchors changed | James Ennis | 2018-04-17 | 3 | -3/+3 |
| | |||||
* | invoking.rst: renamed to commands.rst (anchors also changed) | James Ennis | 2018-04-17 | 3 | -5/+5 |
| | |||||
* | Consistent titling | James Ennis | 2018-04-17 | 11 | -58/+58 |
| | |||||
* | index.rst: Remove unnecessary toctree blocks | James Ennis | 2018-04-17 | 1 | -15/+0 |
| | |||||
* | Add a general documentation section | James Ennis | 2018-04-17 | 3 | -5/+20 |
| | |||||
* | main_authoring.rst: move to using buildstream | James Ennis | 2018-04-17 | 3 | -6/+3 |
| | |||||
* | main_install.rst: New file with install, docker and artifacts | James Ennis | 2018-04-17 | 5 | -11/+24 |
| | | | | | | | We now have a main installing page with three sections: 1. How to install buildstream onto your machine. 2. How to run buildstream inside docker image. 3. How to install an artifact server | ||||
* | index.rst: remove captions | James Ennis | 2018-04-17 | 1 | -4/+0 |
| | |||||
* | doc/source/format.rst: Some enhancements in how we document dependencies | Tristan Van Berkom | 2018-04-16 | 2 | -33/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Added link target in the project.conf documentation for the element-path * List elements in examples without the leading `elements/` path, this is misleading and predates the existence of the element-path * Specify "element path relative" instead of "project relative", this was also outdated. Use these opportunities to link back to the element path project.conf docs section * Document dependency attributes differently - Use a list of attributes - Link back to the first example when speaking of shorthand, instead of duplication the example in two places - Enhanced description of how junction attributes are used - Note that ordering in dependency declaration lists is not meaningful This is an incorporation of Javier Jardón's patch for issue #358 This fixes issue #358. | ||||
* | buildstream/plugin.py, doc/source/projectconf.rst: Changed policy for core ↵ | Tristan Van Berkom | 2018-04-15 | 1 | -25/+6 |
| | | | | | | | | | | | | | | plugin format revisioning The policy for format revisioning of core plugins maintained in BuildStream now changes such that we revision all plugins under the same core format version. This means that format extensions in plugins should be revisioned in the global _versions.BST_FORMAT_VERSION along with the core format, this simplifies parameterization of project.conf for usage of core plugins. This did not really require any code support as our plugins have never been revisioned before. | ||||
* | source/install.rst: Update ArchLinux installation instructions | Javier Jardón | 2018-04-11 | 1 | -2/+2 |
| | |||||
* | doc/source/install.rst: Update list of base requirements | Javier Jardón | 2018-04-11 | 1 | -2/+3 |
| | |||||
* | doc/source/projectconf.rst: Document restrictions on option and option ↵ | Tristan Van Berkom | 2018-04-06 | 1 | -0/+11 |
| | | | | variable names. | ||||
* | doc/source/projectconf.rst: Properly document the project name. | Tristan Van Berkom | 2018-04-06 | 1 | -2/+10 |
| | | | | This is a part of issue #339 | ||||
* | doc/source/projectrefs.rst: Ammended documentation for project.refs | Tristan Van Berkom | 2018-04-05 | 1 | -22/+25 |
| | | | | This was missing the main `projects` toplevel key | ||||
* | source/index.rst: Add resources page to "contributing" section | Javier Jardón | 2018-03-29 | 1 | -0/+1 |
| | |||||
* | Add basic resources page | Javier Jardón | 2018-03-29 | 1 | -0/+10 |
| | | | | with info about git repo, IRC, mailing list and big tracker | ||||
* | docs: Remove orphan tag from all pages | Javier Jardón | 2018-03-28 | 15 | -15/+0 |
| | | | | | | This is not needed anymore as all documented are part of the index This is a part of the fix for #246 | ||||
* | source/main_authoring.rst: Use toctree instead normal list | Javier Jardón | 2018-03-28 | 1 | -33/+9 |
| | | | | | | So index appear in left menu This is a part of the fix for #246 | ||||
* | source/main_using.rst: Use toctree instead normal list | Javier Jardón | 2018-03-28 | 1 | -3/+5 |
| | | | | | | So index appear in left menu This is a part of the fix for #246 | ||||
* | source/main_core.rst: Use toctree instead normal list | Javier Jardón | 2018-03-28 | 1 | -4/+5 |
| | | | | | | So index appear in left menu This is a part of the fix for #246 | ||||
* | install.rst: Change ~ for $HOME just incase it expands to characters bash ↵ | James Ennis | 2018-03-27 | 1 | -1/+1 |
| | | | | does not like | ||||
* | install.rst: Inform the user to restart their terminal once their PATH is ↵ | James Ennis | 2018-03-27 | 1 | -0/+4 |
| | | | | adjusted | ||||
* | Docs: Adding deb source plugin to the docs index | Tristan Van Berkom | 2018-03-25 | 1 | -1/+1 |
| | |||||
* | Remove unused imports | Jürg Billeter | 2018-03-25 | 1 | -1/+1 |
| | |||||
* | Add documentation on sandbox option | Jim MacArthur | 2018-03-23 | 2 | -0/+53 |
| | |||||
* | source/conf.py: change copyright/author to "BuildStream Team" | Javier Jardón | 2018-03-22 | 1 | -3/+3 |
| | |||||
* | Add HACKING document to official docs | Javier Jardón | 2018-03-22 | 2 | -0/+7 |
| | |||||
* | index.rst: Fixed typo in About BuildStream | James Ennis | 2018-03-20 | 1 | -1/+1 |
| | |||||
* | source/conf.py: Update copyright year to 2018 | Javier Jardón | 2018-03-20 | 1 | -1/+1 |
| | |||||
* | source/conf.py: Keep documentation version in sync | Javier Jardón | 2018-03-20 | 1 | -2/+4 |
| | |||||
* | source/install.rst: put Debian version under the same subsection | Javier Jardón | 2018-03-20 | 1 | -4/+8 |
| | |||||
* | source/index.rst: Separate general and reference documentation | Javier Jardón | 2018-03-20 | 1 | -4/+4 |
| | | | | | | | Move artifacts from Installing section to general documentation This change is needed to make the TOC work correctly with the new theme | ||||
* | Change theme to sphinx_rtd_theme | Javier Jardón | 2018-03-20 | 2 | -25/+19 |
| | | | | | The sphinx_rtd_theme is a sphinx theme designed to look modern and be mobile-friendly http://sphinx-rtd-theme.readthedocs.io/en/latest/index.html | ||||
* | Documenting project.refs | Tristan Van Berkom | 2018-03-20 | 4 | -21/+143 |
| | | | | | | | | | o Adding explanation of the `ref-storage` option in project.conf o Adjusting some adjacent relevant documentation o Adding a new projectrefs.rst section for the project.refs format itself, and linking it from the main authoring page. | ||||
* | source/install.rst: Add instructions to install Arch packages | Rafael Fontenelle | 2018-03-17 | 1 | -0/+9 |
| |