We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc40d08 commit e619308Copy full SHA for e619308
.travis.yml
@@ -0,0 +1,9 @@
1
+language: python
2
+python:
3
+ - 3.5
4
+
5
+install:
6
+ - pip install sphinx
7
8
+script:
9
+ - make html
README.rst
@@ -0,0 +1,12 @@
+The NOT YET NAMED Python Book
+=============================
+.. image:: https://travis-ci.org/sopython/pythonbook.svg?branch=master
+ :target: https://travis-ci.org/sopython/pythonbook
+ :alt: Travis CI build status (Linux)
+.. image:: https://readthedocs.org/projects/pythonbook/badge/?version=latest
+ :target: https://readthedocs.org/projects/pythonbook/?badge=latest
10
+ :alt: Documentation Status
11
12
0 commit comments