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

Find a way to have a common format for github restructuredtext parser, sphinx and the efesto app #5

Open
robygior opened this issue Oct 10, 2012 · 1 comment

Comments

@robygior
Copy link

Sphinx uses some additional directives to generate docs. Those directives are mis-interpreted by standard rest parsers (like the one used by github or the upcoming efesto app).

The main problem is maintaining document references, for Example:

github/efesto will search for HTTP.rst
sphinx will search for HTTP.html

@akx
Copy link
Contributor

akx commented Oct 16, 2012

What do you mean with Sphinx looking for HTTP.html? Or rather, in which case does it do this? All the intra-docs refs I've done so far have been of the

:doc:`page`

format Sphinx likes. They remain uncooked if Sphinx is unaware of a page page existing in its world.

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

2 participants