Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some python docs fail to build due to the same syntax error #46

Closed
neikos opened this issue Jun 6, 2012 · 1 comment
Closed

Some python docs fail to build due to the same syntax error #46

neikos opened this issue Jun 6, 2012 · 1 comment

Comments

@neikos
Copy link
Contributor

neikos commented Jun 6, 2012

I had to make the following same modification to each file below to make them build:

- .. include:: shards/linearizable.rst

  • .. include::shards/linearizable.rst

I don't know the syntax of *.rst files, but the space after the '::' struck me as being odd, so I removed it and then everything built

doc/api/shards/atomic_add.rst
doc/api/shards/atomic_and.rst
doc/api/shards/atomic_div.rst
doc/api/shards/atomic_mod.rst
doc/api/shards/atomic_mul.rst
doc/api/shards/atomic_or.rst
doc/api/shards/atomic_sub.rst
doc/api/shards/atomic_xor.rst
doc/api/shards/del.rst
doc/api/shards/get.rst
doc/api/shards/list_lpush.rst
doc/api/shards/list_rpush.rst
doc/api/shards/put.rst
doc/api/shards/set_add.rst
doc/api/shards/set_intersect.rst
doc/api/shards/set_remove.rst
doc/api/shards/set_union.rst
doc/api/shards/string_append.rst
doc/api/shards/string_prepend.rst

@neikos
Copy link
Contributor Author

neikos commented Jun 27, 2012

I'm closing my own issue. The docs are building fine in the latest commits.

@neikos neikos closed this as completed Jun 27, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant