From 3b31e945c74cd3ed279e2924f9d4bbe9e7278243 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Fri, 25 Mar 2022 10:53:53 -0400 Subject: [PATCH] Document the use of docstrings and best practices in the project apply Valentins suggestions some extra clarifications --- CONTRIBUTING.rst | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a28962bc5a..85f99a9840 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -186,6 +186,45 @@ WMCore defines its own pylintrc `here `_ specification, for docstring conventions. +- `Sphinx `_ for Sphinx docstrings. +- `reStructuredText `_ for rst markup reference. + + Extra documentation ------------------- @@ -193,8 +232,10 @@ In case you're having issues with git and working through a branch feature, you In addition to that, we've also compiled a long list of important git `commands `_. If none of those work for you, google and stackoverflow will be your best friend. +=========================== Structural and in-depth documentation -============ +=========================== + WMCore structure -------------------