Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 15d4749

Browse files
committed
Docs formatting fix. [ci skip]
1 parent 1783989 commit 15d4749

40 files changed

+12142
-363
lines changed
2.61 KB
Binary file not shown.
-140 Bytes
Binary file not shown.
4.71 KB
Binary file not shown.
981 Bytes
Binary file not shown.
560 Bytes
Binary file not shown.

docs/_build/doctrees/index.doctree

-123 Bytes
Binary file not shown.
-149 Bytes
Binary file not shown.
-139 Bytes
Binary file not shown.

docs/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 453b3ea34db921989096c2f7d99f4c38
3+
config: 396417dd88b440092680b8a90d71e517
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/_sources/changelog.txt

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changelog
22
---------
33

4+
1.0.3
5+
~~~~~
6+
7+
* Encoding bug fix for metadata associated with documents via API
8+
9+
10+
1.0.2
11+
~~~~~
12+
13+
* URLs to PDFs can now be submitted for upload
14+
* Refactored setup.py and tests to be less complex
15+
16+
1.0.1
17+
~~~~~
18+
19+
* Python 3.4 testing
20+
* 400MB upload limit to match DocumentCloud's API restrictions
21+
422
1.0.0
523
~~~~~
624

@@ -13,21 +31,21 @@ Changelog
1331
0.2
1432
~~~
1533

16-
- Python 3 support
17-
- PEP8 and PyFlakes compliance
18-
- Coverage reports on testing via coveralls.io
34+
* Python 3 support
35+
* PEP8 and PyFlakes compliance
36+
* Coverage reports on testing via coveralls.io
1937

2038

2139
0.16
2240
~~~~
2341

24-
- Continuous integration testing with TravisCI
25-
- Fixed bug with empty strings in Document descriptions
26-
- Raise errors when a user tries to save a data keyword reserved by DocumentCloud
27-
- Allow all-caps file extensions
28-
- Retry requests that fail with an increasing backoff delay
29-
- Fixed a bug in how titles are assigned to a file object
30-
- Added access checks when retrieving txt, pdf, img about a document
42+
* Continuous integration testing with TravisCI
43+
* Fixed bug with empty strings in Document descriptions
44+
* Raise errors when a user tries to save a data keyword reserved by DocumentCloud
45+
* Allow all-caps file extensions
46+
* Retry requests that fail with an increasing backoff delay
47+
* Fixed a bug in how titles are assigned to a file object
48+
* Added access checks when retrieving txt, pdf, img about a document
3149

3250
0.15
3351
~~~~

0 commit comments

Comments
 (0)