Skip to content

Commit

Permalink
docs formatting adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Simkovic committed Mar 20, 2017
1 parent fe0b589 commit 6d62de9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@

{%- block footer %}
<footer class="footer">
<div class="container">
<p class="pull-right">
<a href="#">Back to top</a>
{% if theme_source_link_position == "footer" %}
<br/>
{% include "sourcelink.html" %}
{% endif %}
</p>

<br/>
<div class="container">
<p class="pull-right">
<a href="#">Back to top</a>
{% if theme_source_link_position == "footer" %}
<br/>
{% include "sourcelink.html" %}
{% endif %}
</p>
<div style="padding: 10px 0px">
<div style="width:50%; float:left">
{%- if show_copyright %}
Expand All @@ -47,5 +47,8 @@
{%- endif %}
</div>
</div>
</div>
<br/>
<br/>
</footer>
{%- endblock %}
2 changes: 1 addition & 1 deletion docs/examples/rst/python_convert_conpred.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ File Format Conversion
In order to convert files in ConKit, we need to use the ConKit I/O framework.

.. note::
ConKit I/O framework consists of three main functions that handle the relevant parsers: :func:`read() <conkit.io.read>`, :func:`write() <conkit.io.write>` and :func:`convert() <conkit.io.convert>. The latter effectively uses the former two but handles everything in one step.
ConKit I/O framework consists of three main functions that handle the relevant parsers: :func:`read() <conkit.io.read>`, :func:`write() <conkit.io.write>` and :func:`convert() <conkit.io.convert>`. The latter effectively uses the former two but handles everything in one step.

**1. Files can be read in ConKit's internal hierarchies using simple Python code.**

Expand Down

0 comments on commit 6d62de9

Please sign in to comment.