Kenneth Reitz
785d5e561d
Added ability to publish easily.
...
Whitespace fixes.
2010-11-11 13:19:43 -05:00
Michael Jones
7e7b5077f5
Updated version number and handling for PyPI registration
v1.0.0
2010-11-10 08:11:30 +13:00
Michael Jones
406652cfe0
Updating contributors
2010-11-10 08:11:11 +13:00
Michael Jones
4ad7a62b7b
Removed comment, issue can be resolved another way
2010-06-19 21:21:16 -07:00
Ben Ford
1b7293e9a1
Fix README naming bug in setup.py
2010-05-21 06:19:44 +08:00
michaeljones
55f67d4c75
Updated to rst for README and added contributor
...
Thanks to johnpaulett for the .gitignore file.
Github rst rendering has improved so switching back to that.
2010-05-16 19:06:13 +10:00
John Paulett
11551daa5a
Ignore pyc files.
...
When sphinx-to-github is used as a git submodule and sphinx in run, the
submodule appears dirty because of the sphinxtogithub.pyc.
2010-05-16 16:54:11 +08:00
michaelj
cbcd86d886
Run for both html and dirhtml
...
Previously dirhtml build types were ignored by the extension
2010-04-23 19:19:55 +10:00
Michael Jones
4a9a1d644a
Fixes for flaws introduced through testing
...
It is possible to rely on testing too much! The last round of changes
work fine for the test suite but infact broke the behaviour of the
extension. More work required on the test suite I think.
2010-01-09 15:44:12 +00:00
Michael Jones
e98c23737e
Added more test cases
...
Tests for Layout, LayoutFactory and setup(app). Resulted in structuring
some code so that LayoutFactory uses other factories to generate the
helpers and handlers for the Layout.
2010-01-09 15:04:28 +00:00
Michael Jones
9b472949ad
Updated setup.py for markdown formatted README
...
setup.py was still referencing README.rst. We changed to README.md
because of superior github rendering of markdown, we might need to
changed back if any part of the python distribution system requires the
description, which is taken from the README, to be in restructured text.
2010-01-09 10:07:46 +00:00
Michael Jones
af4cee8df4
Correctly README formatting for markdown
2009-12-21 17:10:50 +00:00
Michael Jones
ca5e0f8b29
Changed to markdown README has githubs rst rendering is quite poor
2009-12-21 17:05:27 +00:00
Michael Jones
2cf89618e2
Adjusted README to reflect latest contributions
2009-12-21 16:53:40 +00:00
winhamwr
9d4ab1dc0f
Added a note to the README about running unit tests via setuptools.
2009-12-22 00:30:04 +08:00
winhamwr
5c537e244d
Changed the test directory to tests.
2009-12-22 00:30:03 +08:00
winhamwr
7088e20e47
Added top-level objects from the sphinxtogithub package to __init__.py so that tests don't need to change their references
2009-12-22 00:30:03 +08:00
winhamwr
9eaa8f6af6
Fixed typo in bin/sphinxtogithub
2009-12-22 00:30:01 +08:00
winhamwr
b79bf0b642
Made the sphinxtogithub package non-executable in favor of the script in bin
2009-12-22 00:30:01 +08:00
winhamwr
7fa82e39a7
Fixed package-finding in setup.py
2009-12-22 00:30:00 +08:00
winhamwr
455f5a0848
Added MANIFEST file
2009-12-22 00:29:46 +08:00
winhamwr
8669f9b3d6
First crack at setup.py file. Took my best guess on a version number and a couple of other things
2009-12-22 00:29:23 +08:00
winhamwr
fbe5cf8fed
Re-arranged project in to a package for easy installation with pip and to remove the need to duplicate sphinxtogithub.py for testing
2009-12-22 00:29:03 +08:00
Michael Jones
2c238aa918
Updated README
2009-12-14 11:09:56 +00:00
David Aguilar
3bd9cd8471
sphinxtogithub.py: Handle hard-coded '_sources/' in javascript files
...
Sphinx's searchtools.js has a hard-coded '_sources/' string.
This adds a Replacer object to handle the '_sources/' string
in javascript files.
Signed-off-by: David Aguilar <davvid@gmail.com >
2009-12-14 19:08:21 +08:00
mpj
5ebb0c3b7a
Removed legacy script and added alternatives section to README
2009-11-26 11:30:36 +00:00
mpj
eacd0e25d5
Only work with html build. Only print with verbose
2009-11-22 20:37:21 +00:00
mpj
9d21963206
Tweaked README formatting
2009-11-22 20:00:35 +00:00
mpj
11ac0168b9
Updated README to reflect changes
2009-11-22 19:57:11 +00:00
mpj
f795e1a0b7
Added unit tests for rename objects
2009-11-22 19:45:59 +00:00
mpj
c95ba83c7d
Added sphinx setup and extension code
2009-11-22 19:45:46 +00:00
mpj
67547afddd
Remove old non-underscore directories before renaming
2009-11-22 19:29:45 +00:00
mpj
b233123944
Added partial testsuite and refactored
2009-11-22 18:47:55 +00:00
mpj
1cd16edcc7
Renamed script so it can be used as a Python module
2009-11-22 17:36:13 +00:00
mpj
2b7c16b24c
Added BSD licence
2009-11-19 10:43:41 +00:00
mpj
5c259e2afe
Implemented in a "Clean Code" manner with verbose option
...
Design is inspired by Google's Clean Code talks and is aimed at
testability, though currently there are no tests.
2009-11-19 10:34:37 +00:00
mpj
eae9ea21ae
Added old script for historic interest
2009-11-19 10:00:08 +00:00
michaeljones
f627eaf7d7
Correcting README inaccuracy.
2009-11-15 09:17:44 -07:00
michaeljones
4841e56f7d
Correcting README markup error
2009-11-15 09:15:43 -07:00
mpj
704fb7f115
Switched to certik's Python rewrite
2009-11-15 16:12:35 +00:00
Michael Stephens
6a28e580c6
prefer GNU sed if multiple versions are available
2009-11-16 00:00:25 +08:00
mpj
44c25b9b69
Minor update
2009-04-25 13:50:00 +01:00
mpj
af4446f48e
Initial commit
2009-04-25 13:47:16 +01:00