Closed
Description
Right now it's not clear how authors of examples should claim authorship so they can get proper credit. There are several alternatives around:
- Table with version history: https://oriolabril.github.io/pymc3/pymc-examples/examples/generalized_linear_models/GLM-robust-with-outlier-detection.html?highlight=author#notes
- Authors on top of the blogpost: https://oriolabril.github.io/pymc3/pymc-examples/examples/getting_started.html?highlight=author, https://oriolabril.github.io/pymc3/pymc-examples/examples/case_studies/mediation_analysis.html?highlight=author. This would probably be compatible with ablog authorship. But I (Oriol) wasn't planning on exposing the page grouping examples by author and don't really see the use for it in this particular case.
- Authorship description at the end of the example, listing also authors of major updates, but not those of minor updates/rerunning of notebooks. https://oriolabril.github.io/pymc3/pymc-examples/examples/survival_analysis/bayes_param_survival_pymc3.html?highlight=author#authors or https://oriolabril.github.io/pymc3/pymc-examples/examples/case_studies/blackbox_external_likelihood.html?highlight=author#authors
We could even use https://github.com/sloria/sphinx-issues with the user, pr roles to simplify linking to github users and relevant PRs if using approaches 1 or 3.