summaryrefslogtreecommitdiff
path: root/doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Use versioneer to manage numpy versions.Charles Harris2020-12-081-5/+4
| | | | | | | | | | | | The new tags look like '1.21.0.dev0+98.gaa0453721f', where '98' is the number of commits since the 1.21.0 branch was started and 'aa0453721f'. The chosen form may be specified in the 'setup.cfg' file. This PR adds two new files 'numpy/_version.py' and 'numpy/version.py'. The latter is kept because it is part of the public API and is actually used by some downstream projects, but it is no longer dynamically created. See https://github.com/python-versioneer/python-versioneer/ for more information.
* DOC: add a "make show" command to doc/MakefileRalf Gommers2020-05-311-1/+6
| | | | | | | | | Opens the front page of the docs built with `make html` in the default web browser. Idea copied from SciPy [ci skip]
* Merge pull request #16365 from WarrenWeckesser/tweak-doc-makefileCharles Harris2020-05-301-1/+1
|\ | | | | DOC: Fix an obvious mistake in a message printed in doc/Makefile.
| * DOC: Fix an obvious mistake in a message printed in doc/Makefile.Warren Weckesser2020-05-241-1/+1
| |
* | DOC,BLD: Update make dist html target.Ross Barnowski2020-05-271-2/+2
|/ | | | | | Switch html target for make dist to move away from the html-scipyorg theme. Makes the theme of the archived docs including stable consistent with the devdocs
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-191-1/+1
|
* [DOC] LaTeX: do PDF build with --halt-on-error optionjfbu2019-12-021-1/+1
|
* BUILD, DOC: add merge-doc target to update the numpy/doc repomattip2019-08-081-3/+37
|
* DOC, BUILD: cleanups and fix (again) 'build dist'mattip2019-07-191-7/+11
|
* BUILD: adapt "make version-check" to "make dist"mattip2019-07-141-17/+18
|
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-1/+1
| | | | | | * DOC, MAINT: Misc. typo fixes Found via `codespell`
* BUILD: move files out of _randomgenmattip2019-05-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first cut at building randomgen upgrade 'cythonize' and fix absolute imports to relative define NPY_NO_DEPRECATED_API and fix other warnings enable pgc64 by always using PCG_EMULATED_MATH refactor so import randomgen works add TODO comments for pcg64 improvements fix imports, module name in setup.py; remove _testing make cythonize non-recursive, restore examples to proper place update to randomgen 7bca296c0b9 replace mtrand with LegacyGenerator, tweak for compatibility port f879ef4 to fix GH10839 minimized difference between generator.pyx and _legacy.pyx fix namespace in doctests, mark results that are random update to randomgen commit 95c8cdd1c Incorporate testing of edge cases into main tests Rename test files to describe their purpose Import import locations to reflect numpy paths Correct tolerance on float32 tests Remove set_printoptions Remove complex normal Remove future imports Pull in BasicRNG source changes from original author Small doc fixes _mtrand => _rand Improve consistency of nan handling Prevent nans prducing values from int functions add randomgen documentation to the tree
* BUILD, BUG: fix from review, fix bug in git_versionmattip2019-04-251-1/+1
|
* MAINT: mention 'make dist' in error messsagemattip2019-04-161-2/+2
|
* BUILD: allow version-check to pass if GITVER is Unknown (sdist build)mattip2019-04-151-2/+4
|
* BUILD: fail documentation build if numpy version does not matchmattip2019-04-151-11/+25
|
* DOC, BUILD: fail the devdoc build if there are warningsmattip2019-03-211-1/+2
|
* DOC: revert #13058 and fix Makefilemattip2019-03-011-2/+6
|
* BLD: make doc build work more robustly.Ralf Gommers2019-02-271-2/+1
| | | | Follow-up to gh-12911
* BLD: fix doc build for distribution.Ralf Gommers2019-01-311-2/+5
|
* DOC, MAINT: Make `PYVER = 3` in doc/Makefile.Charles Harris2018-12-071-1/+1
| | | | | | | | The current version is 3.6, which is too specific. I got caught by that when python3.7 turned out to be my new python3 after upgrading fedora. [ci skip]
* BLD: use Python 3.6 instead of 2.7 as default for doc build.Ralf Gommers2018-03-291-1/+1
|
* DOC: BLD: update doc Makefile for some changes on hosting server.Ralf Gommers2017-06-181-9/+8
|
* BUG: fix TravisCI test issues when using setuptools unconditionally.Ralf Gommers2016-01-161-1/+1
| | | | Also remove all mentions of setupegg.py from the documentation.
* MAINT: fix mistake in doc upload rulePauli Virtanen2015-10-291-1/+1
| | | | [ci skip]
* MAINT: minor update to "make upload" doc build command.Ralf Gommers2015-10-251-0/+2
| | | | | | | Ensure that http://docs.scipy.org/doc/numpy/reference/ also has the content of the latest release. [ci skip]
* REL: add "make upload" command for built docs, update "make dist".Ralf Gommers2015-10-181-2/+19
| | | | | | | | | Changes to "make dist" for building docs: - remove .chm related line, we don't distribute those on docs.scipy.org - only include needed pdf files in dist.tar.gz [ci skip]
* DOC: update scipy.org doc build Makefile targetsPauli Virtanen2013-07-251-18/+11
|
* Add texinfo build target for documentTakafumi Arakaki2013-03-021-0/+13
|
* DOC: add developer docs based on gitwashPauli Virtanen2010-10-041-1/+9
|
* DOC: explicitly require Sphinx >= 1.0.1Pauli Virtanen2010-10-011-7/+0
|
* DOC: add FILES option to doc Makefile, for partial rebuildsPauli Virtanen2010-08-081-8/+10
|
* Make doc build to work againPauli Virtanen2009-10-021-1/+1
|
* docs: more robust version number introspec & qthelp targetPauli Virtanen2009-06-281-0/+4
|
* docs: fix inverted test in makefilePauli Virtanen2009-04-131-1/+1
|
* Deprecating sphinxext/autosummary in favor of the version in Sphinx >= 0.7Pauli Virtanen2009-04-131-0/+4
|
* doc/Makefile: fix bug in PYTHONPATH specificationPauli Virtanen2009-03-071-1/+1
|
* doc/Makefile: make dist target to build current version of numpyPauli Virtanen2009-03-071-7/+53
|
* docs: put CHM files in a zipPauli Virtanen2008-12-191-1/+1
|
* docs: fix minor issues, support htmlhelp.Pauli Virtanen2008-12-131-1/+17
| | | | | | | | | | | | | - Don't use :members: in automodule; it generates too much and not very useful output - Fix edit links and summarize.py - Add better htmlhelp build target - Add upload target - Fix permissions on make dist
* Move Sphinx extensions under Numpy's SVN trunkPauli Virtanen2008-11-301-5/+2
|
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+98