File tree 4 files changed +6
-87
lines changed
4 files changed +6
-87
lines changed Original file line number Diff line number Diff line change 1
- include README.md LICENSE
1
+ include README.rst LICENSE
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Caches thread objects. Fun stuff.
8
8
An absolute must if you want to interface with or scrape from 4chan,
9
9
using a Python script.
10
10
11
+ Documentation is located `here <http://basc-py4chan.readthedocs.org/en/latest/index.html >`_, still being written but already quite useful.
12
+
11
13
`You can install this wrapper library straight from
12
14
PyPi <https://pypi.python.org/pypi/BASC-py4chan> `__.
13
15
@@ -23,7 +25,7 @@ the following improvements.
23
25
24
26
(we might need to move this to documentation)
25
27
26
- Changes by `antonizoon <https://github.com/antonizoon >`__ :
28
+ Changes by `antonizoon <https://github.com/antonizoon >`_ :
27
29
28
30
- **4chan Link Structure Update ** - 4chan has heavily reformed it's
29
31
link structure, finally removing the strange folder structure
@@ -45,7 +47,7 @@ Changes by `antonizoon <https://github.com/antonizoon>`__:
45
47
46
48
--------------
47
49
48
- Changes by `Anorov <https://github.com/Anorov/py-4chan >`__ :
50
+ Changes by `Anorov <https://github.com/Anorov/py-4chan >`_ :
49
51
50
52
- **Anorov's underscore\_ function\_ notation ** - Even I have to say that
51
53
CamelCase is beginning to suck, so we've adopted Anorov's function
Original file line number Diff line number Diff line change 29
29
package_dir = {
30
30
'basc_py4chan' : 'basc_py4chan' ,
31
31
},
32
- package_data = {'' : ['README.md ' , 'LICENSE' ]},
32
+ package_data = {'' : ['README.rst ' , 'LICENSE' ]},
33
33
install_requires = ['requests >= 1.0.0' ]
34
34
)
You can’t perform that action at this time.
0 commit comments