summaryrefslogtreecommitdiff
path: root/doc/source/dev
Commit message (Collapse)AuthorAgeFilesLines
...
* DOC: Apply suggestions from Matti reviewSayed Adel2021-08-311-14/+17
| | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
* DOC: Add support for documenting C/C++ via Doxygen & BreatheSayed Adel2021-08-304-7/+250
|
* DOC: Reorganized the documentation contribution docs (#19645)Mukulika2021-08-123-0/+190
| | | | | | | | * DOC: Reorganized documentation contribution docs 1. Removed Documentation conventions page 2. Merged A guide to NumPy documentation into How to contribute to NumPy documentation 3. Moved Building NumPy reference and docs to Development section 4. Removed the Documentation index stub
* DOC: Add link and explanation of _add_newdocs to developer guide (#19546)Yashasvi Misra2021-07-231-0/+4
|
* DOC: Remove duplicate information about governancemelissawm2021-07-053-53/+3
| | | | | | This is a second part of unifying the governance documentation (See also numpy/numpy.org#450) Closes #17496
* DOC: Removed duplicate instructions for building docs from dev/index pageMukulika2021-06-251-34/+4
|
* DOC: fix duplicate navbar in development documentation index (#19264)Melissa Weber Mendonça2021-06-171-17/+0
| | | | | Also update pinned version of sphinx in environment.yml Fixes gh-19028
* DOC: Make screenshot labels biggerTania Allard2021-05-101-0/+0
|
* DOC: Make FAQ titlesTania Allard2021-05-101-54/+64
|
* DOC: Remove extra --Tania Allard2021-05-101-1/+1
| | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* DOC: Fix lists indentationTania Allard2021-05-101-0/+1
| | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* DOC: Fix indentationTania Allard2021-05-101-1/+1
| | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* DOC: Fix list indentationTania Allard2021-05-101-4/+2
|
* DOC: Fix lists and add imagesTania Allard2021-05-103-12/+22
|
* DOC: Add troubleshoot itemsTania Allard2021-05-102-7/+19
|
* DOC: Update a page title with proper case (#18962)Misal Raj2021-05-091-1/+1
|
* DOC: fix clone over ssh instructions #18917 (#18918)legoffant2021-05-061-1/+1
|
* Highlight markdown syntax.Chiara Marmo2021-05-041-10/+10
|
* Fix markdown formatting. Remove unuseful 'py'.Chiara Marmo2021-05-031-25/+15
|
* Add a set of standard replies.Chiara Marmo2021-05-031-3/+75
|
* DOC: Update snapshotsTania Allard2021-04-262-0/+0
|
* DOC: Break linesTania Allard2021-04-264-45/+118
|
* Apply suggestions from code reviewTania Allard2021-04-261-10/+10
| | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* Update doc/source/dev/development_gitpod.rstTania Allard2021-04-261-2/+1
| | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* DOC: Add Gitpod development documentationTania Allard2021-04-2311-0/+170
|
* DOC: trim headings - purely cosmetic.Ross Barnowski2021-04-121-14/+14
|
* DOC: Update howto-docs with link to NumPy tutorials.melissawm2021-04-121-19/+30
| | | | | | Includes a few textual fixes suggested in gh-16386 and new link to Daniele Procidas's newly renamed Diátaxis Framework (instead of the Divio blog).
* Merge pull request #18705 from rgommers/governance-people-updateMatti Picus2021-04-011-27/+11
|\ | | | | DOC: update Steering Council membership and people on governance page
| * DOC: update Steering Council membership and people on governance pageRalf Gommers2021-03-311-27/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We welcome two new SC members, Melissa and Inessa. The people moving to emeritus status have not been very active or not active at all for a while. They all still have commit rights, and if they get more active again their membership can be restored. There are also a few changes to the NumFOCUS Subcommittee and Institutional Partners members, to reflect recent changes. After this update, all listed people are currently actively contributing to NumPy. That does not only include technical contributions, but also participating in community meetings, mentoring newcomers, and many other activities across the project. [ci skip]
* | DOC: update development environment docs for conda virtual environmentsRalf Gommers2021-03-211-6/+17
|/
* DOC: Added documentation for linter (#18423)Ganesh Kathiresan2021-03-101-0/+31
|
* MAINT: Update master to main after branch rename (gh-18544)Stefan van der Walt2021-03-047-49/+49
| | | | | | | | | | | | | | | | | | | | | | | * Upload docs to main branch of neps/devdocs * Update `master` to `main` to be consistent with current state of renaming * Remove badges from README * Replace remaining instances of `master` with `main` * Add back logo * Fix CircleCI branch checks * Fix GA branch name * master->main in issue templates. * master->main for 2 links to numpy archive. * Change master to main in NEP 23 Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* DOC: Move links to the end of the sections in new debugging textSebastian Berg2020-12-051-4/+6
|
* Apply suggestions from code reviewSebastian Berg2020-12-051-8/+10
| | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
* DOC: Add information about leak checking and valgrindSebastian Berg2020-12-053-0/+190
| | | | | | | | | This is not meant to be a fool-proof guide. It isn't and I do not want to expect people to use it... But I realize that I use these things semi-regulary (even if I never bother to remove all wrinkles) and it is good to have the information somewhere so that everyone knows where to look.
* DOC: Fix typos (general documentation)Alexander Kuhn-Regnier2020-10-211-1/+1
|
* DOC: Added a PR "Reviewer guidelines" document. (#17252)Melissa Weber Mendonça2020-10-193-3/+130
|
* DOC: Fix empty 'C style guide' page (#17503)Ben Nathanson2020-10-092-10/+2
| | | | | Add external link to NEP45 in tocs of dev/index Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* Merge pull request #17448 from bjnath/rm-dupe-cocCharles Harris2020-10-043-385/+0
|\ | | | | DOC: Remove CoC pages from Sphinx
| * DOC: Remove CoC pages from SphinxBen Nathanson2020-10-043-385/+0
| | | | | | | | | | code_of_conduct.rst and report_handling_manual.rst duplicate pages now on Hugo.
* | DOC: Fixes for PR 17440Ben Nathanson2020-10-031-0/+2
| | | | | | | | | | | | Colon missing in heading. Added sphinx anchor for PR-timeline (html anchor was OK).
* | DOC: Cleaner PR templateBen Nathanson2020-10-031-9/+26
|/ | | | | | | | | | Make the instructions easy to see and hard to delete unread. Moves some text to new sections in dev/development_workflow.rst. The dashes above and below the heading, which in monospace seem too long, fit it well in Chromium browsers and reasonably in Firefox.
* DOC: work around a bug in the new thememattip2020-09-051-0/+16
|
* DOC: Amend gh-16757 to make Marten van Kerkwijk emeritusBen Nathanson2020-07-051-2/+2
|
* DOC: Add Matti Picus to steering council pageBen Nathanson2020-07-051-10/+13
| | | | | | | | | | | | | Per announcement in https://mail.python.org/pipermail/numpy-discussion/2020-June/080760.html. I've alphabetized the steering council names (some but not all had been alphabetized). Added diacritical mark in Stéfan. This page partially overlaps https://numpy.org/about/. Submitting a separate PR. I imagine at some point we want to transfer over the remaining contents of this older page and cleanly remove it.
* DOC: Simplify and update git setup page (gh-16671)bjnath2020-06-264-99/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: Simplify and update git setup page Changed title from "Getting started with Git development" to more specific "Setting up git for NumPy development" Updated the outdated GitHub screenshot for forking button, added more screenshots. Simplified the narrative. Fixed bad github links (always pointed to NumPy's github). Clarified SSH setup, role, and effect on git remote -v. Clarified meaning of "upstream" and "origin". Replaced read of .git/config (platform-specific) with call to git config. * DOC: Add links, remove section from PR #16671 Per suggestion, removed outdated advice on getting pull branches. Added back rST anchors, should have left them in. * DOC: Add page anchor for PR #16671 Add '.. _development-setup:' page anchor.
* DOC: Tighten howto-docs guide #16259 (#16385)bjnath2020-06-111-129/+136
| | | * DOC: rreword much of the howto-docs guide
* Merge pull request #16500 from bjnath/move_c_style_linkRalf Gommers2020-06-062-5/+4
|\ | | | | DOC: Point Contributing page to new NEP 45
| * DOC: Add NEP45 and NEP29 targets, use <NEPxx> linksBen Nathanson2020-06-062-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per gh-16500, changed link style to :ref:`<NEPxx>`. Added a NEP45 target to NEP 45, and added a NEP29 target to NEP 29 since it has the irregular NEP0029 target. The two new NEP targets aren't picked up, though the older ones are. Tried make clean in neps and docs. ``` /home/bjn/numpy_git/numpy-1/doc/source/dev/index.rst:191: WARNING: undefined label: nep45 (if the link has no caption the label must precede a section header) HOWTO_RELEASE.rst.txt:43: WARNING: undefined label: nep29 (if the link has no caption the label must precede a section header) HOWTO_RELEASE.rst.txt:50: WARNING: undefined label: nep29 (if the link has no caption the label must precede a section header) ``` The nep objects.inv does seem to have both the nep29 and nep44 targets.
| * DOC: Use intersphinx for NEP referencesBen Nathanson2020-06-041-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Per #16500 discussion, adds link updates to PR. Replaces NEP URLs with intersphinx links in these files: * doc/HOWTO_RELEASE.rst.txt * doc/source/dev/howto-docs.rst * numpy/doc/dispatch.py * numpy/lib/format.py and incorporates @rossbar's #16502 change of `config.py`.