Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build elements: Add reference to BuildElement's built-in configchandan/source-doc-directory | Chandan Singh | 2018-10-25 | 1 | -0/+3 |
| | | | | | | | | | | | For each element plugin derived from BuildElement, add reference to the built-in functionality documentation of BuildElement. * buildelement.py: Add anchor for built-in functionality. * plugins/elements/*.py: Add refence to BuildElement's built-in functionality for each build element. Related to #713. | ||||
* | Remove shebangs from python files | Gökçen Nurlu | 2018-06-19 | 1 | -1/+0 |
| | | | | Fixes #424 | ||||
* | doc: Added plugins as ToC elements instead of orphaned links | Tristan Van Berkom | 2018-06-09 | 1 | -2/+3 |
| | | | | | | | | | | | | o Now the page titles are declared in plugins, allowing for a more descriptive ToC o Makefile and plugin.rsttemplate updated to not produce the title, to no longer use `:orphan:` for plugin pages, and to ignore any private modules in the plugin directories. o Interestingly, now the docs will fail to build if you add a new plugin and forget to add it to the documentation. | ||||
* | makemaker.py: Fix typo in comment | Mathieu Bridon | 2017-08-10 | 1 | -1/+1 |
| | | | | This seems to be a simple copy-paste mistake. | ||||
* | makemaker.yaml: Configuration with variables | Tristan Van Berkom | 2017-01-07 | 1 | -0/+1 |
| | |||||
* | Adding Perl MakeMaker build element | Tristan Van Berkom | 2016-12-31 | 1 | -0/+40 |