We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problems with reST syntax in PR #614 (and issue #553)
NeXus/definitions/build/manual/source/classes/base_classes/NXpdb.rst:50: SEVERE: Unexpected section title or transition. ===================================================================================== NeXus/definitions/build/manual/source/classes/base_classes/NXpdb.rst:54: ERROR: Unexpected indentation. NeXus/definitions/build/manual/source/classes/base_classes/NXpdb.rst:55: WARNING: Block quote ends without a blank line; unexpected unindent. NeXus/definitions/build/manual/source/classes/base_classes/NXpdb.rst:68: SEVERE: Unexpected section title or transition. ===================================================================================== NeXus/definitions/build/manual/source/classes/base_classes/NXpdb.rst:72: SEVERE: Unexpected section title or transition. ===================================================================================== NeXus/definitions/build/manual/source/classes/base_classes/NXpdb.rst:86: SEVERE: Unexpected section title or transition. ===================================================================================== NeXus/definitions/build/manual/source/classes/base_classes/NXpdb.rst:55: ERROR: Unknown target name: "loop".
The text was updated successfully, but these errors were encountered:
when showing computer code in reST, need to use "::" on preceding line of prose, then indent the computer code, such as this line of reST
the following code shows how to document computer code:: print("Hello, world.")
which renders like this:
the following code shows how to document computer code::
print("Hello, world.")
Sorry, something went wrong.
fix #615
df4e704
Since this will be merged when #614 is merged it can be closed.
prjemian
No branches or pull requests
Problems with reST syntax in PR #614 (and issue #553)
The text was updated successfully, but these errors were encountered: