File tree 3 files changed +11
-8
lines changed
3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 2
2
echo " Converting .md → .rst..."
3
3
pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=python/README.rst README.md
4
4
pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/README.rst README.md
5
- pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/manual.rst ccxt.wiki/Manual.md
6
- pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/install.rst ccxt.wiki/Install.md
7
- pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/exchanges.rst ccxt.wiki/Exchange-Markets.md
8
- pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/exchanges-by-country.rst ccxt.wiki/Exchange-Markets-By-Country.md
5
+ pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/FAQ.rst wiki/FAQ.md
6
+ pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/manual.rst wiki/Manual.md
7
+ pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/install.rst wiki/Install.md
8
+ pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/exchanges.rst wiki/Exchange-Markets.md
9
+ pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/exchanges-by-country.rst wiki/Exchange-Markets-By-Country.md
9
10
echo " Successfully converted .md → .rst"
Original file line number Diff line number Diff line change 30
30
"browserify" : " browserify --debug ./ccxt.browser.js > ./build/ccxt.browser.js" ,
31
31
"pandoc-python-readme" : " pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=python/README.rst README.md" ,
32
32
"pandoc-doc-readme" : " pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/README.rst README.md" ,
33
- "pandoc-doc-manual" : " pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/manual.rst ccxt.wiki/Manual.md" ,
34
- "pandoc-doc-install" : " pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/install.rst ccxt.wiki/Install.md" ,
35
- "pandoc-doc-exchanges" : " pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/exchanges.rst ccxt.wiki/Exchange-Markets.md" ,
36
- "pandoc-doc-exchanges-by-country" : " pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/exchanges-by-country.rst ccxt.wiki/Exchange-Markets-By-Country.md" ,
33
+ "pandoc-doc-faq" : " pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/FAQ.rst wiki/FAQ.md" ,
34
+ "pandoc-doc-manual" : " pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/manual.rst wiki/Manual.md" ,
35
+ "pandoc-doc-install" : " pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/install.rst wiki/Install.md" ,
36
+ "pandoc-doc-exchanges" : " pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/exchanges.rst wiki/Exchange-Markets.md" ,
37
+ "pandoc-doc-exchanges-by-country" : " pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/exchanges-by-country.rst wiki/Exchange-Markets-By-Country.md" ,
37
38
"postinstall" : " opencollective postinstall && node postinstall.js"
38
39
},
39
40
"types" : " ./ccxt.d.ts" ,
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ Welcome to the ccxt wiki!
64
64
65
65
## Troubleshooting
66
66
67
+ - [ Frequently Asked Questions] ( https://github.com/ccxt/ccxt/wiki/FAQ )
67
68
- [ Overriding The Nonce] ( https://github.com/ccxt/ccxt/wiki/Manual#overriding-the-nonce )
68
69
- [ Error Handling] ( https://github.com/ccxt/ccxt/wiki/Manual#error-handling )
69
70
- [ Troubleshooting] ( https://github.com/ccxt/ccxt/wiki/Manual#troubleshooting )
You can’t perform that action at this time.
0 commit comments