Skip to content

Commit

Permalink
adding comments html disqus
Browse files Browse the repository at this point in the history
  • Loading branch information
kzheng01@gmail.com authored and kzheng01@gmail.com committed Jul 26, 2019
1 parent 52aa653 commit 6029313
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 10 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
* :ref:`modindex`
* :ref:`search`


.. raw:: html
:file: _static/comments.html
23 changes: 23 additions & 0 deletions docs/build/html/_static/comments.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<div id="disqus_thread"></div>
<script>

/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://kzheng.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>

<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

<script id="dsq-count-scr" src="//kzheng.disqus.com/count.js" async></script>
14 changes: 5 additions & 9 deletions docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,18 +166,14 @@ <h1>欢迎浏览投资百科文档!<a class="headerlink" href="#id1" title="
</ul>
</div>
</div>

<div class="section" id="id2">
<h1>目录和表格<a class="headerlink" href="#id2" title="永久链接至标题"></a></h1>
<ul class="simple">
<li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">索引</span></a></p></li>
<li><p><a class="reference internal" href="py-modindex.html"><span class="std std-ref">模块索引</span></a></p></li>
<li><p><a class="reference internal" href="search.html"><span class="std std-ref">搜索页面</span></a></p></li>
</ul>
</div>


<div id="disqus_thread"></div>
<div id="disqus_thread"></div>
<script>

/**
Expand All @@ -196,8 +192,10 @@ <h1>目录和表格<a class="headerlink" href="#id2" title="永久链接至标
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>


<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

<script id="dsq-count-scr" src="//kzheng.disqus.com/count.js" async></script></div>


</div>
Expand Down Expand Up @@ -241,8 +239,6 @@ <h1>目录和表格<a class="headerlink" href="#id2" title="永久链接至标
</script>







Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions docs/source/_static/comments.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<div id="disqus_thread"></div>
<script>

/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://kzheng.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>

<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

<script id="dsq-count-scr" src="//kzheng.disqus.com/count.js" async></script>
3 changes: 3 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
* :ref:`modindex`
* :ref:`search`


.. raw:: html
:file: _static/comments.html

0 comments on commit 6029313

Please sign in to comment.