Skip to content

Commit

Permalink
FIX #1: rename "docs/img/index_dump.PNG" to "docs/img/index_dump.png"
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1379 committed Nov 23, 2016
1 parent 5e32144 commit c97d8fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h2 id="what-is-sophon">What is Sophon?</h2>
</code></pre>

<p>which is rendered by MkDocs with theme <code>yeti</code>:</p>
<p><img src="img/index_dump.png" width=748 height=314 /></p>
<p><img alt="dump()" src="./img/index_dump.png" /></p>
<p>Much more legible, no?</p>
<p>As you see,
Sophon is a tool that could <strong>automatically generate Markdown-format API documentations</strong> from Python docstring,
Expand Down
3 changes: 2 additions & 1 deletion mddocs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ Dump a object into file.

which is rendered by MkDocs with theme `yeti`:

<img src="img/index_dump.png" width=748 height=314 />
![dump()](img/index_dump.png)


Much more legible, no?

Expand Down

0 comments on commit c97d8fe

Please sign in to comment.