From 73fd434af5c6b0f641032d52fd1cd26fe7a1a315 Mon Sep 17 00:00:00 2001 From: Gerardo Tauriello <gerardo.tauriello@unibas.ch> Date: Thu, 26 Apr 2018 17:52:55 +0200 Subject: [PATCH] Fix sphinx warnings/errors --- modules/doc/actions.rst | 2 +- modules/io/doc/io.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/doc/actions.rst b/modules/doc/actions.rst index 0ef131cf6..c8502eff4 100644 --- a/modules/doc/actions.rst +++ b/modules/doc/actions.rst @@ -37,7 +37,7 @@ future. Optionally, the local scores for lDDT can also be dumped to the output file. Additionally, cleaned up structures can be saved to the disk. The output file has following format: -.. code-block:: python +.. code-block:: none { "result": { diff --git a/modules/io/doc/io.rst b/modules/io/doc/io.rst index 0f5c04dd4..580c6650a 100644 --- a/modules/io/doc/io.rst +++ b/modules/io/doc/io.rst @@ -351,7 +351,7 @@ before computing the lDDT scores it is required to pass parameter file based on Engh and Huber parameters, and on the atomic radii as defined in the Cambridge Structural Database. OpenStructure ships with default file called `stereo_chemical_props.txt` located in `$OST_ROOT/share/openstructure` -directory. A function :function:`~ost.io.ReadStereoChemicalPropsFile` is used to +directory. A function :func:`~ost.io.ReadStereoChemicalPropsFile` is used to read this file. -- GitLab