Skip to content

Commit

Permalink
FIX #1: renamed "img/index_dump.PNG" to "img/dump_of_index.png"
Browse files Browse the repository at this point in the history
the reason I reopen the bug issues is because the git didn't
detect changes of file suffix, so I renamed the figure.
  • Loading branch information
monitor1379 committed Nov 23, 2016
1 parent c97d8fe commit 407b7b9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes
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 alt="dump()" src="./img/index_dump.png" /></p>
<p><img alt="dump()" src="./img/dump_of_index.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
File renamed without changes
2 changes: 1 addition & 1 deletion mddocs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Dump a object into file.

which is rendered by MkDocs with theme `yeti`:

![dump()](img/index_dump.png)
![dump()](img/dump_of_index.png)


Much more legible, no?
Expand Down

0 comments on commit 407b7b9

Please sign in to comment.