doctrine-website icon indicating copy to clipboard operation
doctrine-website copied to clipboard

Some references are made with underscores instead of hyphens

Open jwage opened this issue 6 years ago • 0 comments

For example:

 :ref:`pessimistic locking <transactions_and_concurrency_pessimistic_locking>`

This works in sphinx even though the chapter file is named with hyphens instead of underscores. The parser must do some kind of check on both formats or normalization of formatting for lookups/resolution.

jwage avatar Apr 12 '18 23:04 jwage