switching back to pytest.org self-hosting for docs - there is too much issues where i needed/need to poke people :/
This commit is contained in:
parent
81f4a07548
commit
59067684cd
10
doc/Makefile
10
doc/Makefile
|
@ -39,8 +39,14 @@ help:
|
||||||
clean:
|
clean:
|
||||||
-rm -rf $(BUILDDIR)/*
|
-rm -rf $(BUILDDIR)/*
|
||||||
|
|
||||||
install: clean html
|
install: html
|
||||||
rsync -avz _build/html/ code:www-pytest/
|
@rsync -avz _build/html/ pytest.org:/www/pytest.org/latest
|
||||||
|
|
||||||
|
installpdf: latexpdf
|
||||||
|
@scp $(BUILDDIR)/latex/pytest.pdf pytest.org:/www/pytest.org/latest
|
||||||
|
|
||||||
|
installall: clean install installpdf
|
||||||
|
@echo "done"
|
||||||
|
|
||||||
html:
|
html:
|
||||||
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<td>
|
<td>
|
||||||
<a href="{{ pathto('index') }}">home</a>
|
<a href="{{ pathto('index') }}">home</a>
|
||||||
</td><td>
|
</td><td>
|
||||||
<a href="{{ pathto('contents') }}">contents</a>
|
<a href="{{ pathto('contents') }}">TOC contents</a>
|
||||||
</td></tr><tr><td>
|
</td></tr><tr><td>
|
||||||
<a href="{{ pathto('getting-started') }}">install</a>
|
<a href="{{ pathto('getting-started') }}">install</a>
|
||||||
</td><td>
|
</td><td>
|
||||||
|
|
|
@ -7,6 +7,8 @@ Installation and Getting Started
|
||||||
|
|
||||||
**PyPI package name**: `pytest <http://pypi.python.org/pypi/pytest>`_
|
**PyPI package name**: `pytest <http://pypi.python.org/pypi/pytest>`_
|
||||||
|
|
||||||
|
**documentation as PDF**: `download latest <http://pytest.org/latest/pytest.pdf>`_
|
||||||
|
|
||||||
.. _`getstarted`:
|
.. _`getstarted`:
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
|
|
@ -6,7 +6,7 @@ Welcome to pytest!
|
||||||
- **a mature full-featured testing tool**
|
- **a mature full-featured testing tool**
|
||||||
|
|
||||||
- runs on Posix/Windows, Python 2.4-3.2, PyPy and Jython
|
- runs on Posix/Windows, Python 2.4-3.2, PyPy and Jython
|
||||||
- :ref:`comprehensive online and PDF documentation <toc>`
|
- :ref:`comprehensive online <toc>` and `PDF documentation <pytest.pdf>`_
|
||||||
- continuously `tested on many Python interpreters <http://hudson.testrun.org/view/pytest/job/pytest/>`_
|
- continuously `tested on many Python interpreters <http://hudson.testrun.org/view/pytest/job/pytest/>`_
|
||||||
- used in :ref:`many projects and organisations <projects>`, in test
|
- used in :ref:`many projects and organisations <projects>`, in test
|
||||||
suites ranging from 10 to 10s of thousands of tests
|
suites ranging from 10 to 10s of thousands of tests
|
||||||
|
|
Loading…
Reference in New Issue