Skip to content

Commit

Permalink
sphinx docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Oct 24, 2017
1 parent ecaf811 commit 44b9ed6
Show file tree
Hide file tree
Showing 10 changed files with 102 additions and 115 deletions.
9 changes: 9 additions & 0 deletions convert-md-2-rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh
echo "Converting .md → .rst..."
pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=README.rst README.md
pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/README.rst README.md
pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/manual.rst ccxt.wiki/Manual.md
pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/install.rst ccxt.wiki/Install.md
pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/exchanges.rst ccxt.wiki/Exchange-Markets.md
pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/exchanges-by-country.rst ccxt.wiki/Exchange-Markets-By-Country.md
echo "Successfully converted .md → .rst"
45 changes: 31 additions & 14 deletions doc/README.rst

Large diffs are not rendered by default.

84 changes: 0 additions & 84 deletions doc/checklist.rst

This file was deleted.

Loading

0 comments on commit 44b9ed6

Please sign in to comment.