Skip to content

Commit

Permalink
Do not commit compiled docs, but build them when building package
Browse files Browse the repository at this point in the history
  • Loading branch information
viblo committed Nov 2, 2019
1 parent a2c493b commit 9874022
Show file tree
Hide file tree
Showing 224 changed files with 20 additions and 60,639 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,6 +2,8 @@
build/
chipmunk_src/**/*.o
dist/
docs/html/
docs/doctrees/
.tox/
*.obj
.vscode/
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -17,7 +17,7 @@ matrix:
- PYTHON="python3"
- TOXENV=py3
- PIP_INSTALL="pip install --user"
- BUILD_CMD="python3 setup.py sdist bdist_wheel"
- BUILD_CMD="python3 setup.py build_sphinx sdist bdist_wheel"
- GITHUB_UPLOAD=yes
- os: osx
osx_image: xcode9.1
Expand All @@ -26,7 +26,7 @@ matrix:
- PYTHON="python2"
- TOXENV=py27
- PIP_INSTALL="pip install --user"
- BUILD_CMD="python2 setup.py bdist_wheel"
- BUILD_CMD="python2 setup.py build_sphinx bdist_wheel"
- os: linux
env: TOXENV=py27
python: 2.7
Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.in
Expand Up @@ -3,7 +3,8 @@ include LICENSE.txt
include README.rst
include THANKS.txt
#docs
recursive-include docs *
recursive-include docs/src *
recursive-include docs/html *
#examples
include examples/*.py
include examples/*.png
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -44,7 +44,7 @@ install:
- "python -m pip install --upgrade wheel"

build_script:
- python setup.py bdist_wheel
- python setup.py build_sphinx bdist_wheel

test_script:
# get the wheel file and use it as input to tox
Expand Down
4 changes: 0 additions & 4 deletions docs/html/.buildinfo

This file was deleted.

Binary file removed docs/html/.doctrees/advanced.doctree
Binary file not shown.
Binary file removed docs/html/.doctrees/benchmarks.doctree
Binary file not shown.
Binary file removed docs/html/.doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/html/.doctrees/examples.doctree
Binary file not shown.
Binary file removed docs/html/.doctrees/index.doctree
Binary file not shown.
Binary file removed docs/html/.doctrees/installation.doctree
Binary file not shown.
Binary file removed docs/html/.doctrees/license.doctree
Binary file not shown.
Binary file removed docs/html/.doctrees/news.doctree
Binary file not shown.
Binary file removed docs/html/.doctrees/overview.doctree
Binary file not shown.
Binary file removed docs/html/.doctrees/pymunk.autogeometry.doctree
Binary file not shown.
Binary file removed docs/html/.doctrees/pymunk.constraint.doctree
Binary file not shown.
Binary file removed docs/html/.doctrees/pymunk.doctree
Binary file not shown.
Binary file not shown.
Binary file removed docs/html/.doctrees/pymunk.pygame_util.doctree
Binary file not shown.
Binary file removed docs/html/.doctrees/pymunk.pyglet_util.doctree
Binary file not shown.
Binary file removed docs/html/.doctrees/pymunk.vec2d.doctree
Binary file not shown.
Binary file removed docs/html/.doctrees/pymunkoptions.doctree
Binary file not shown.
Binary file removed docs/html/.doctrees/showcase.doctree
Binary file not shown.
Binary file removed docs/html/.doctrees/tutorials.doctree
Binary file not shown.
Binary file not shown.
Binary file removed docs/html/_images/My_Sincerest_Apologies.png
Binary file not shown.
Binary file removed docs/html/_images/SubTerrex.png
Binary file not shown.
Binary file removed docs/html/_images/angry-birds-python.png
Binary file not shown.
Binary file removed docs/html/_images/arcade-library.png
Binary file not shown.
Binary file removed docs/html/_images/arrows.png
Binary file not shown.
Binary file removed docs/html/_images/arrows1.png
Binary file not shown.
Binary file removed docs/html/_images/balls_and_lines.png
Binary file not shown.
Binary file removed docs/html/_images/beneath-the-ice.png
Binary file not shown.
Binary file removed docs/html/_images/billiARds.png
Binary file not shown.
Binary file removed docs/html/_images/bouncing_balls.png
Binary file not shown.
Binary file removed docs/html/_images/box2d_pyramid.png
Binary file not shown.
Binary file removed docs/html/_images/box2d_vertical_stack.png
Binary file not shown.
Binary file removed docs/html/_images/breakout.png
Binary file not shown.
Binary file removed docs/html/_images/carconf.png
Binary file not shown.
Binary file removed docs/html/_images/carrom-rl.png
Binary file not shown.
Binary file removed docs/html/_images/constraints.png
Binary file not shown.
Binary file removed docs/html/_images/contact_and_no_flipy.png
Binary file not shown.
Binary file removed docs/html/_images/contact_with_friction.png
Binary file not shown.
Binary file removed docs/html/_images/copy_and_pickle.png
Binary file not shown.
Binary file removed docs/html/_images/damped_rotary_spring_pointer.png
Binary file not shown.
Binary file removed docs/html/_images/deformable.png
Binary file not shown.
Binary file removed docs/html/_images/flipper.png
Binary file not shown.
Binary file removed docs/html/_images/index_video.png
Binary file not shown.
Binary file removed docs/html/_images/invisipin.png
Binary file not shown.
Binary file removed docs/html/_images/kivy_pymunk_demo.png
Binary file not shown.
Binary file removed docs/html/_images/matplotlib_util_demo.png
Diff not rendered.
Binary file removed docs/html/_images/newtons_cradle.png
Diff not rendered.
Binary file removed docs/html/_images/platformer.png
Diff not rendered.
Binary file removed docs/html/_images/playground.png
Diff not rendered.
Binary file removed docs/html/_images/point_query.png
Diff not rendered.
Binary file removed docs/html/_images/pygame_util_demo.png
Diff not rendered.
Binary file removed docs/html/_images/pyglet_util_demo.png
Diff not rendered.
Binary file removed docs/html/_images/pyphysicssandbox.png
Diff not rendered.
Binary file removed docs/html/_images/reinforcement-learning-car.png
Diff not rendered.
Binary file removed docs/html/_images/slide_and_pinjoint.png
Diff not rendered.
Binary file removed docs/html/_images/slide_and_pinjoint1.png
Diff not rendered.
Binary file removed docs/html/_images/spiderweb.png
Diff not rendered.
Binary file removed docs/html/_images/using_sprites.png
Diff not rendered.
Binary file removed docs/html/_images/using_sprites_pyglet.png
Diff not rendered.
Binary file removed docs/html/_images/virtuaplant.png
Diff not rendered.
803 changes: 0 additions & 803 deletions docs/html/_modules/_abcoll.html

This file was deleted.

109 changes: 0 additions & 109 deletions docs/html/_modules/collections/abc.html

This file was deleted.

124 changes: 0 additions & 124 deletions docs/html/_modules/index.html

This file was deleted.

0 comments on commit 9874022

Please sign in to comment.