Skip to content

Use pandoc to convert md to rst#438

Merged
lukebakken merged 1 commit intomasterfrom
fixes/lrb/fix-pypi-documentation
Feb 23, 2016
Merged

Use pandoc to convert md to rst#438
lukebakken merged 1 commit intomasterfrom
fixes/lrb/fix-pypi-documentation

Conversation

@lukebakken
Copy link
Copy Markdown
Contributor

I'll update the Wiki to list pandoc as a requirement:

https://github.com/basho/riak-python-client/wiki/Releasing-the-Python-Client

Comment thread README.md
=============

[Documentation for the Riak Python Client Library](http://basho.github.io/riak-python-client/index.html) is available here. The documentation source is found in [`docs/` subdirectory](https://github.com/basho/riak-python-client/tree/master/docs) and can be built with [Sphinx](http://sphinx.pocoo.org/).
[Documentation for the Riak Python Client Library](http://basho.github.io/riak-python-client/index.html) is available [here](http://basho.github.io/riak-python-client/index.html).
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rst barfed on the pre-formatted text within the hyperlink.

Add pandoc check to Makefile

Add pypandoc check to Makefile
@lukebakken
Copy link
Copy Markdown
Contributor Author

@lukebakken lukebakken force-pushed the fixes/lrb/fix-pypi-documentation branch from 83db97b to 0e1ced8 Compare February 22, 2016 18:16
@hazen
Copy link
Copy Markdown

hazen commented Feb 22, 2016

While we are mucking with READMEs, could we update some of the docs links? For example, the 2i link is to the 2.0.0 release. Thinking it should be http://docs.basho.com/riak/latest/dev/using/2i/.

@lukebakken
Copy link
Copy Markdown
Contributor Author

@javajolt working on that now

@lukebakken lukebakken force-pushed the fixes/lrb/fix-pypi-documentation branch from 0e1ced8 to 827787f Compare February 22, 2016 18:20
@lukebakken
Copy link
Copy Markdown
Contributor Author

@javajolt links in the README should all be fixed, good catch on that.

Comment thread setup.py
tests_require=tests_require,
package_data={'riak': ['erl_src/*']},
description='Python client for Riak',
long_description=long_description,
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume I'd actually have to do a release to see this work?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, but you can see it here too:

https://testpypi.python.org/pypi?:action=display&name=riak&version=2.4.2

That's from pushing to the test pypi site with the fix.

@hazen
Copy link
Copy Markdown

hazen commented Feb 23, 2016

👍 827787f

borshop added a commit that referenced this pull request Feb 23, 2016
Use pandoc to convert md to rst

Reviewed-by: javajolt
lukebakken added a commit that referenced this pull request Feb 23, 2016
@lukebakken lukebakken merged commit b064f42 into master Feb 23, 2016
@lukebakken lukebakken deleted the fixes/lrb/fix-pypi-documentation branch February 23, 2016 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants