Skip to content

Commit e240fe2

Browse files
committed
reorder presentation
1 parent 8615d5b commit e240fe2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,15 @@ Main Functions
9999
``ean13(isbnlike)``
100100
Transforms an `isbnlike` string into an EAN13 number (validated canonical ISBN-13).
101101

102-
``info(isbn)``
103-
Gets the language or country assigned to this ISBN.
102+
``doi(isbn)``
103+
Returns a DOI's ISBN-A from a ISBN-13.
104104

105105
``mask(isbn, separator='-')``
106106
`Mask` (hyphenate) a canonical ISBN.
107107

108+
``info(isbn)``
109+
Gets the language or country assigned to this ISBN.
110+
108111
``meta(isbn, service='default')``
109112
Gives you the main metadata associated with the ISBN. As `service` parameter you can use:
110113
``'goob'`` uses the **Google Books service** (**no key is needed**) and
@@ -136,15 +139,6 @@ Main Functions
136139
Returns a dictionary of **classifiers** for a canonical ISBN. For the meaning of these classifiers see OCLC_.
137140
Most of the data in the underlying service are for books in english.
138141

139-
``doi(isbn)``
140-
Returns a DOI's ISBN-A from a ISBN-13.
141-
142-
``doi2tex(DOI)``
143-
Returns metadata formatted as BibTeX for a given DOI.
144-
145-
``ren(filename)``
146-
Renames a file using metadata from an ISBN in his filename.
147-
148142
``desc(isbn)``
149143
Returns a small description of the book.
150144
*Almost all data available are for US books!*
@@ -153,6 +147,12 @@ Main Functions
153147
Returns a dictionary with the url for cover.
154148
*Almost all data available are for US books!*
155149

150+
``doi2tex(DOI)``
151+
Returns metadata formatted as BibTeX for a given DOI.
152+
153+
``ren(filename)``
154+
Renames a file using metadata from an ISBN in his filename.
155+
156156

157157
See files test_core_ and test_ext_ for **a lot of examples**.
158158

0 commit comments

Comments
 (0)