summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Add small exampleAnderson Bravalheri2022-06-141-0/+42
* Minor formatting/editorial improvements on ext_modules docsAnderson Bravalheri2022-06-141-30/+40
* docs/userguide/ext_modules.rst: More sysconfig variablesMatthias Koeppe2022-06-141-1/+2
* docs/userguide/ext_modules.rst: Add more specifics about Extension attributesMatthias Koeppe2022-06-142-1/+10
* docs/userguide/ext_modules.rst: NewMatthias Koeppe2022-06-141-0/+40
*---. Doc improvements (#3363, #3364, #3367)Anderson Bravalheri2022-06-1315-412/+519
|\ \ \
| | | * Add note about availability of entry-pointsAnderson Bravalheri2022-06-131-1/+11
| | | * Language adjustmentsAnderson Bravalheri2022-06-131-4/+4
| | | * Remove unused partsAnderson Bravalheri2022-06-132-14/+1
| | | * Apply suggestions from code reviewAnderson Bravalheri2022-06-133-4/+4
| | | * Update userguide on `miscellaneous` and `extension`Anderson Bravalheri2022-06-126-177/+247
| | * | Apply suggestions from code reviewAnderson Bravalheri2022-06-131-4/+4
| | * | Update dependency management docsAnderson Bravalheri2022-06-124-160/+181
| | |/
| * | Apply suggestions from code reviewAnderson Bravalheri2022-06-133-4/+4
| * | Improve docs by avoiding confusion with distutilsAnderson Bravalheri2022-06-127-54/+73
| |/
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2022-06-121-12/+12
|\ \
| * | Update base URL for PEPs (#61)Hugo van Kemenade2022-06-041-1/+1
* | | Fix up subsections of the "Entry Points for Plugins" sectionSaniya Maheshwari2022-06-121-15/+10
* | | Apply suggestions from code reviewSaniya Maheshwari2022-06-121-3/+4
* | | Added a single space around the `=` sign in `setup.py` snippetsSaniya Maheshwari2022-06-121-5/+5
* | | Fixed up indentation issueSaniya Maheshwari2022-06-121-5/+5
* | | Added a few lines to make the purpose of the syntax clearSaniya Maheshwari2022-06-121-1/+21
* | | Section on Entry Points SyntaxSaniya Maheshwari2022-06-121-10/+55
* | | Removed Dependency Management section of the Entry Points pageSaniya Maheshwari2022-06-111-23/+0
* | | Added note in `pyproject.toml` snippet for plugin exampleSaniya Maheshwari2022-06-111-0/+1
* | | Changed indentation in `setup.cfg` snippetsSaniya Maheshwari2022-06-111-9/+9
* | | Better opening statement for the Entry Points pageSaniya Maheshwari2022-06-111-4/+15
* | | Plugin name is `timmins-plugin-fancy`Saniya Maheshwari2022-06-111-3/+3
* | | Corrected syntax in `setup.py`Saniya Maheshwari2022-06-111-2/+2
| |/ |/|
* | Changes to the User Guide's Entry Points page (#3355)Anderson Bravalheri2022-06-111-56/+399
|\ \
| * | Apply suggestions from code reviewAnderson Bravalheri2022-06-111-2/+2
| * | Changed the last paragraph of the old example into a summary statementSaniya Maheshwari2022-06-111-3/+8
| * | Removed example in old documentationSaniya Maheshwari2022-06-111-30/+0
| * | Illustrate different ways of implementing/loading EPsSaniya Maheshwari2022-06-111-0/+73
| * | This statement is not requiredSaniya Maheshwari2022-06-111-2/+0
| * | Replace 'console script' with 'console/GUI script'Saniya Maheshwari2022-06-111-2/+2
| * | Subsection on `importlib.metadata` and its backportSaniya Maheshwari2022-06-111-3/+16
| * | Added a note on what `display_eps` would look likeSaniya Maheshwari2022-06-101-4/+15
| * | Added a lengthy example on entry points and pluginsSaniya Maheshwari2022-06-101-3/+165
| * | Added blank lineSaniya Maheshwari2022-06-101-0/+1
| * | Fix verbatim in rst docsAnderson Bravalheri2022-06-091-1/+1
| * | Add note regarding `PySimpleGUI` Saniya Maheshwari2022-06-091-0/+3
| * | Apply suggestions from code reviewSaniya Maheshwari2022-06-091-5/+4
| * | Modified Console scripts exampleSaniya Maheshwari2022-06-091-5/+9
| * | Function configured as console/GUI script should not take argumentsSaniya Maheshwari2022-06-091-0/+10
| * | Elaborated on the 'wrapper script' partSaniya Maheshwari2022-06-091-5/+17
| * | Added note on distinction between `console_scripts` and `gui_scripts`Saniya Maheshwari2022-06-091-0/+13
| * | Added 'GUI Scripts' sectionSaniya Maheshwari2022-06-091-0/+52
| * | Illustrate input/output with/without console scriptsSaniya Maheshwari2022-06-081-2/+8
| * | Changed `setup.py` snippet in console scripts exampleSaniya Maheshwari2022-06-081-8/+5