| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
| |
Add external link to NEP45 in tocs of dev/index
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
| |\
| |
| | |
DOC: Remove CoC pages from Sphinx
|
| | |
| |
| |
| |
| | |
code_of_conduct.rst and report_handling_manual.rst duplicate
pages now on Hugo.
|
| | |
| |
| |
| |
| |
| | |
Colon missing in heading.
Added sphinx anchor for PR-timeline (html anchor was OK).
|
| |/
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
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: rreword much of the howto-docs guide
|
| |\
| |
| | |
DOC: Point Contributing page to new NEP 45
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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`.
|
| | |
| |
| |
| |
| |
| | |
Moved the link for C style to NEP 45.
In NEP 45, replaced explicit link to PEP 7 with a :pep: link.
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* DOC: Fixes for 18 broken links
This, with PR #16465, should fix nearly all the remaining broken links
on the site. 4 or 5 others should be easy to fix and just
need attention from someone more knowledgeable -- will
open an issue. For release notes with dead links,
I could usually find links on archive.org for roughly contemporary
versions.
* DOC: Update to "Fixes for 18 broken links #16472"
* Obsolete links, previously commented out, now deleted:
https://github.com/numpy/numpy/pull/16472#discussion_r433928958
* Semantic markup for reference to Python class:
https://github.com/numpy/numpy/pull/16472#discussion_r433553928
* Missing :ref: in internal link:
https://github.com/numpy/numpy/pull/16472#discussion_r433554484
Not included: Resolution on using external/internal doc link in .py:
https://github.com/numpy/numpy/pull/16472#discussion_r433554824
* DOC: Add internal link for 'Fixes for 18 broken links' PR #16472
Making reference [1] an internal link in function_base.py => numpy.vectorize.html
* DOC: Redirect 2 link fixes in PR #16472
* governance.rst link reverted
* ununcs.rst `overridden` link goes where it was meant to
per https://github.com/numpy/numpy/pull/16472#pullrequestreview-424666070
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixed links for branch delete and graph visualizer.
Updated instructions for branch delete (git since 1.7.0 (Sept 2010)
has allowed --delete sted ':').
'Learn git' link pointed to Bitbucket instructions; replaced with GitHub
instructions.
Minor rewording in 'Pushing changes to the main repo'.
This is NOT a review of the page, only some fixes.
|
| |
|
|
|
| |
* improve development debugging doc
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
| | |
|
| |
|
|
|
| |
See https://mail.python.org/pipermail/numpy-discussion/2020-May/080625.html
for the public discussion on this.
|
| | |
|
| |
|
| |
Add missing closing brackets, script to generate the list in the PR gh-16051.
|
| |
|
|
|
| |
* Fixed order of items and link to mailing list.
* Fixed link for github.
|
| | |
|
| |
|
| |
* BLD: Added doc_requirements.txt and improve documentation around building docs
|
| | |
|
| |
|
|
|
| |
Building the html docs from source requires a working LaTeX
build environment to get the equations rendered properly.
|
| |
|
|
|
|
| |
Added instructions to the developer guide on initializing the
submodules containing numpydoc and the scipy sphinx theme
before building the documentation.
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
TST: run refguide-check on rst files in doc/*
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Name all categories as singular (or adjectives). Also move the fragments
into an ``upcoming_changes`` folder to be more discoverable.
Notes that we format some things as bullet points traditionally (right now
towncrier only truly supports bullet point format, but I have a PR to fix
that).
|
| |\
| |
| | |
DOC: update "Contributing to NumPy" with more activities/roles
|
| | | |
|
| | | |
|
| |\ \
| | |
| | | |
DOC: Emphasize the need to run tests when building from source
|
| | |/
| |
| |
| |
| |
| | |
Add note on testing in docs of "setting up dev envirnoment" and "building NumPy from source"
closes #14037
|
| |\ \
| | |
| | | |
DOC: Use `pip install .` where possible instead of calling setup.py
|
| | | | |
|
| | |/
| |
| |
| | |
pip will itself call setup.py install with the rights options.
|
| |\ \
| | |
| | | |
ENH: use towncrier to build the release note
|
| | |/ |
|
| |/
|
|
|
|
|
|
| |
I believe that we pretty much decided on this and @njsmith wished
to not be the NumFOCUS liason, so this suggests to replace me and him
for the subcommittee as well. This is up for discussion, if anyone
else is interested I would be happy to exchange it and if Nathaniel
wants to remain on the subcommittee we can go another route.
|