Skip to content

Getting Started GSoD #19183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
eb0a00a
Initial draft of getting_started.py
jeromefv Nov 16, 2020
fa77153
Added links, additional text, formatting
jeromefv Nov 12, 2020
be9c148
Additional text and references for customization
jeromefv Nov 16, 2020
42f754b
* Added Style Guide .rst file with outline
jeromefv Nov 16, 2020
9419b12
Pie charts plus more sections
jeromefv Nov 23, 2020
1d8061d
Refining getting_started.py comments
jeromefv Nov 23, 2020
2183c5a
Small tweaks to both files
jeromefv Nov 23, 2020
5871848
Fixed installation section and helper function doc
jeromefv Nov 25, 2020
a24c9cd
Resolving 6 comments from PR for getting_started
jeromefv Nov 30, 2020
b55966d
style_guide.rst referenced in toctree
jeromefv Dec 2, 2020
ddfeb4a
style_guide & getting_started modifications
jeromefv Dec 3, 2020
0ba4f1e
style_guide.rst typos, table section, terminology
jeromefv Dec 3, 2020
5af38d6
style_guide.rst table fix
jeromefv Dec 5, 2020
f679c00
Language for clarification, comments above
jeromefv Dec 15, 2020
53c1776
Added code examples for formatting and rebased
jeromefv Dec 24, 2020
66a16e5
Fixed wording and linked docs for pyplot.show
jeromefv Jan 15, 2021
c240daf
Resolving comments for getting_started.py
jeromefv Jan 21, 2021
f9dbb01
Fixed trailing whitespaces
jeromefv Jan 21, 2021
7f7ce1f
Repairing broken reST section formatting
jeromefv Jan 21, 2021
8547339
Removed extra comment for formatting line 354 in .py
jeromefv Jan 27, 2021
2d41998
Fixed reference for pyplot.subplots
jeromefv Feb 1, 2021
0721ab4
Changed language for plot elements plus rebase
jeromefv Feb 15, 2021
317e07e
Modifications to style_guide.rst for review,
jeromefv Feb 20, 2021
86a1570
Terminology clarification for Figure, Axes, Artist
jeromefv Mar 1, 2021
2273289
Changed examples in style_guide.rst
jeromefv Mar 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/devel/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ process or how to fix something feel free to ask on `gitter
development_setup.rst
testing.rst
documenting_mpl.rst
style_guide.rst
add_new_projection.rst
gitwash/index.rst
coding_guide.rst
release_guide.rst
Expand Down
Loading