You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/_build/html/index.html
+19-11Lines changed: 19 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -804,7 +804,15 @@ <h2>Other data<a class="headerlink" href="#other-data" title="Permalink to this
804
804
<divclass="section" id="changelog">
805
805
<h2>Changelog<aclass="headerlink" href="#changelog" title="Permalink to this headline">¶</a></h2>
806
806
<divclass="section" id="id9">
807
-
<h3>0.16<aclass="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
807
+
<h3>0.2<aclass="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
808
+
<ulclass="simple">
809
+
<li>Python 3 support</li>
810
+
<li>PEP8 and PyFlakes compliance</li>
811
+
<li>Coverage reports on testing via coveralls.io</li>
812
+
</ul>
813
+
</div>
814
+
<divclass="section" id="id10">
815
+
<h3>0.16<aclass="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
808
816
<ulclass="simple">
809
817
<li>Continuous integration testing with TravisCI</li>
810
818
<li>Fixed bug with empty strings in Document descriptions</li>
@@ -815,16 +823,16 @@ <h3>0.16<a class="headerlink" href="#id9" title="Permalink to this headline">¶<
815
823
<li>Added access checks when retrieving txt, pdf, img about a document</li>
816
824
</ul>
817
825
</div>
818
-
<divclass="section" id="id10">
819
-
<h3>0.15<aclass="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
826
+
<divclass="section" id="id11">
827
+
<h3>0.15<aclass="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
820
828
<ulclass="simple">
821
829
<li>File objects can now be submitted for uploading</li>
822
830
<li>Added more support for unicode data thanks to contributions by <aclass="reference external" href="https://twitter.com/#!/shaneshifflett">Shane Shifflet</a>.</li>
823
831
<li>Smarter lazy loading of Document attributes missing from a search</li>
824
832
</ul>
825
833
</div>
826
-
<divclass="section" id="id11">
827
-
<h3>0.14<aclass="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
834
+
<divclass="section" id="id12">
835
+
<h3>0.14<aclass="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
828
836
<ulclass="simple">
829
837
<li>Added <ttclass="docutils literal"><spanclass="pre">data</span></tt> attribute on Document for storing dictionaries of arbitrary metadata</li>
830
838
<li>Added <ttclass="docutils literal"><spanclass="pre">secure</span></tt> option for Document uploads to prevent data from being sent to OpenCalais</li>
@@ -833,22 +841,22 @@ <h3>0.14<a class="headerlink" href="#id11" title="Permalink to this headline">¶
833
841
<li>Added all Document upload arguments to <ttclass="docutils literal"><spanclass="pre">upload_directory</span></tt> method</li>
834
842
</ul>
835
843
</div>
836
-
<divclass="section" id="id12">
837
-
<h3>0.13<aclass="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
844
+
<divclass="section" id="id13">
845
+
<h3>0.13<aclass="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
838
846
<ulclass="simple">
839
847
<li><ttclass="docutils literal"><spanclass="pre">upload_directory</span></tt> method for documents</li>
840
848
</ul>
841
849
</div>
842
-
<divclass="section" id="id13">
843
-
<h3>0.12<aclass="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
850
+
<divclass="section" id="id14">
851
+
<h3>0.12<aclass="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
844
852
<ulclass="simple">
845
853
<li><ttclass="docutils literal"><spanclass="pre">get_or_create_by_title</span></tt> method for projects</li>
846
854
<li>Document and project creation methods now return an object, not the new id.</li>
847
855
<li>Projects can pulled by id or by title</li>
848
856
</ul>
849
857
</div>
850
-
<divclass="section" id="id14">
851
-
<h3>0.11<aclass="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
858
+
<divclass="section" id="id15">
859
+
<h3>0.11<aclass="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
852
860
<ulclass="simple">
853
861
<li>Document search now returns <ttclass="docutils literal"><spanclass="pre">mentions</span></tt> of the keyword in the documents</li>
854
862
<li><ttclass="docutils literal"><spanclass="pre">related_url</span></tt> and <ttclass="docutils literal"><spanclass="pre">published_url</span></tt> attributes now more easily accessible</li>
0 commit comments