forked from wolfSSL/wolfssl
changes docs to single page
This commit is contained in:
@ -58,7 +58,7 @@ test : clean-pyc
|
|||||||
tox
|
tox
|
||||||
|
|
||||||
docs :
|
docs :
|
||||||
$(MAKE) -C docs html
|
$(MAKE) -C docs singlehtml
|
||||||
|
|
||||||
# publishes module at pypi
|
# publishes module at pypi
|
||||||
upload : test
|
upload : test
|
||||||
|
@ -6,12 +6,12 @@ resource-constrained environments primarily because of its small size, speed,
|
|||||||
and portability.
|
and portability.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
============
|
||||||
|
|
||||||
In order to use ``wolfssl Python``, you'll also need to install ``wolfssl C``.
|
In order to use ``wolfssl Python``, you'll also need to install ``wolfssl C``.
|
||||||
|
|
||||||
Mac OSX
|
Mac OSX
|
||||||
~~~~~~~
|
-------
|
||||||
|
|
||||||
Installing from ``homebrew`` and ``pip`` package managers:
|
Installing from ``homebrew`` and ``pip`` package managers:
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ Installing from ``source code``:
|
|||||||
|
|
||||||
|
|
||||||
Linux
|
Linux
|
||||||
~~~~~
|
-----
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ Linux
|
|||||||
|
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
-------
|
=======
|
||||||
|
|
||||||
To run the tox tests in the source code, you'll need ``tox`` and a few other
|
To run the tox tests in the source code, you'll need ``tox`` and a few other
|
||||||
requirements. The source code relies at **WOLFSSL_DIR/wrapper/python/wolfssl**
|
requirements. The source code relies at **WOLFSSL_DIR/wrapper/python/wolfssl**
|
||||||
|
@ -1,13 +1,8 @@
|
|||||||
.. include:: ../README.rst
|
|
||||||
|
|
||||||
Summary
|
|
||||||
=======
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
installation
|
||||||
usage
|
usage
|
||||||
api
|
api
|
||||||
examples
|
examples
|
||||||
|
licensing
|
||||||
.. include:: ../LICENSING.rst
|
|
||||||
|
1
wrapper/python/wolfssl/docs/installation.rst
Normal file
1
wrapper/python/wolfssl/docs/installation.rst
Normal file
@ -0,0 +1 @@
|
|||||||
|
.. include:: ../README.rst
|
1
wrapper/python/wolfssl/docs/licensing.rst
Normal file
1
wrapper/python/wolfssl/docs/licensing.rst
Normal file
@ -0,0 +1 @@
|
|||||||
|
.. include:: ../LICENSING.rst
|
Reference in New Issue
Block a user