##// END OF EJS Templates
Merge pull request #13702 from Carreau/mdocs...
Merge pull request #13702 from Carreau/mdocs Misc documentation fixes.

File last commit:

r27424:11f94ae1 Carreau-patch-3
r27696:35918166 merge
Show More
MANIFEST.in
47 lines | 865 B | text/plain | TextLexer
Fernando Perez
Minor doc updates, ensure README is in final tarball.
r6599 include README.rst
Jonathan Frederic
s/COPYING.txt/COPYING.rst
r15990 include COPYING.rst
Matthias Bussonnier
Update LICENCE and Copying to match....
r24268 include LICENSE
Fernando Perez
Fixes to build system.
r1522 include setupbase.py
Matthias Bussonnier
Update LICENCE and Copying to match....
r24268 include MANIFEST.in
Matthias Bussonnier
Also run test with Pytest....
r25117 include pytest.ini
Matthias Bussonnier
Cleanup and type annotate completer.py...
r25705 include mypy.ini
Matthias Bussonnier
Update LICENCE and Copying to match....
r24268 include .mailmap
Matthias Bussonnier
pyflakes to avoid missing imports
r26208 include .flake8
Samuel Gaist
[pre-commit] Add initial configuration
r26883 include .pre-commit-config.yaml
Matthias Bussonnier
fix long description
r27317 include long_description.rst
Matthias Bussonnier
Update LICENCE and Copying to match....
r24268
recursive-exclude tools *
exclude tools
exclude CONTRIBUTING.md
Matthias Bussonnier
ignore .editorconfig
r24273 exclude .editorconfig
Matthias Bussonnier
Create SECURITY.md
r27424 exclude SECURITY.md
Ville M. Vainio
more crlf
r1033
Brian Granger
Fixing a few bugs to get the win32 installer working again.
r2060 graft scripts
MinRK
update MANIFEST.in...
r4169
Fernando Perez
Ignore local static copy of mathjax in MANIFEST
r5005 # Load main dir but exclude things we don't want in the distro
MinRK
update MANIFEST.in...
r4169 graft IPython
Brian E Granger
Finished initial reworking and updating of setup.py and friends, including the MANIFEST.in. Everything seems...
r1244
Fernando Perez
Fix missing files in MANIFEST.in causing setup from sdist to fail.
r5176 # Documentation
Brian E Granger
Fixed setupbase.py and MANIFEST.in to reflect all the changes to docs. Currently,...
r1259 graft docs
exclude docs/\#*
MinRK
exclude gzipped manpages from sdist
r6611 exclude docs/man/*.1.gz
Ville M. Vainio
docs: remove build crap from sdist with manifest.in
r1192
Matthias Bussonnier
Exclude .git-blame-ignore-revs to fix CI...
r25441 exclude .git-blame-ignore-revs
Brian Granger
Updating MANIFEST.in for new examples location.
r9192 # Examples
graft examples
Fernando Perez
Fixes to build/setup machinery....
r1525 # docs subdirs we want to skip
prune docs/build
MinRK
update MANIFEST.in...
r4169 prune docs/gh-pages
MinRK
don't build sphinx docs for sdist
r6145 prune docs/dist
Ville M. Vainio
more crlf
r1033
Fernando Perez
Fix missing files in MANIFEST.in causing setup from sdist to fail.
r5176 # Patterns to exclude from any directory
Ville M. Vainio
more crlf
r1033 global-exclude *~
global-exclude *.flc
Matthias Bussonnier
Update LICENCE and Copying to match....
r24268 global-exclude *.yml
Ville M. Vainio
more crlf
r1033 global-exclude *.pyc
Fernando Perez
Fix missing files in MANIFEST.in causing setup from sdist to fail.
r5176 global-exclude *.pyo
Ville M. Vainio
more crlf
r1033 global-exclude .dircopy.log
MinRK
exclude `.git`...
r12201 global-exclude .git
MinRK
exclude notebook checkpoints from manifest
r15028 global-exclude .ipynb_checkpoints