From 36255c36a8f4c9966d1bb01210c2f732ef42f32a Mon Sep 17 00:00:00 2001 From: Paul Vincent Craven Date: Thu, 15 Aug 2019 09:57:33 -0500 Subject: [PATCH] Update docs --- README.md | 4 +++- docs/source/index.rst | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fde31a9..f28d626 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ with [Arcade](http://arcade.academy), [Pyglet](https://pyglet.readthedocs.io/en/pyglet-1.3-maintenance/), [Pygame](https://www.pygame.org/news), etc. -Documentation available at: https://pytiled-parser.readthedocs.io/ +* Documentation available at: https://pytiled-parser.readthedocs.io/ +* GitHub project at: https://github.com/pvcraven/pytiled_parser +* PiPy: https://pypi.org/project/pytiled-parser/ The [Arcade](http://arcade.academy) library has [supporting code](http://arcade.academy/arcade.html#module-arcade.tilemap) to diff --git a/docs/source/index.rst b/docs/source/index.rst index d0b7f6a..8b5271b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -29,7 +29,8 @@ Examples .. _Pyglet: https://pyglet.readthedocs.io/en/pyglet-1.3-maintenance/ .. _Pygame: https://www.pygame.org/news -PyPi ----- +For More Info +------------- -* https://pypi.org/project/pytiled-parser/ \ No newline at end of file +* `PyTiled Parser on GitHub `_ +* `PyTiled Parser on PyPi `_