From 055b77e8e9b7ab6ffdfcad8d01c0f20737dbd3dd Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Sat, 9 Jun 2018 17:14:10 -0400 Subject: doc: Added plugins as ToC elements instead of orphaned links 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. --- buildstream/plugins/elements/pip.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'buildstream/plugins/elements/pip.py') diff --git a/buildstream/plugins/elements/pip.py b/buildstream/plugins/elements/pip.py index b979a6d21..e2f33b207 100644 --- a/buildstream/plugins/elements/pip.py +++ b/buildstream/plugins/elements/pip.py @@ -18,8 +18,9 @@ # Authors: # Mathieu Bridon -"""Pip build element - +""" +pip - Pip build element +======================= A :mod:`BuildElement ` implementation for installing Python modules with pip -- cgit v1.2.1 From 4016bec1d747481ca8354c1c798fba0271d4696b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6k=C3=A7en=20Nurlu?= Date: Mon, 18 Jun 2018 16:27:35 +0100 Subject: Remove shebangs from python files Fixes #424 --- buildstream/plugins/elements/pip.py | 1 - 1 file changed, 1 deletion(-) (limited to 'buildstream/plugins/elements/pip.py') diff --git a/buildstream/plugins/elements/pip.py b/buildstream/plugins/elements/pip.py index e2f33b207..e62f713a6 100644 --- a/buildstream/plugins/elements/pip.py +++ b/buildstream/plugins/elements/pip.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2017 Mathieu Bridon # -- cgit v1.2.1