docs: add guides and summary

This commit is contained in:
Tiara Rodney 2022-04-02 03:04:28 +02:00
parent 6b96bf8efb
commit 0b16acf68c
12 changed files with 146 additions and 70 deletions

View file

@ -1,7 +1,7 @@
Contribution Guidelines
=======================
TO-DO test
TODO
Prerequisites
-------------
@ -13,9 +13,11 @@ You need the following tools to be installed:
.. code-block:: shell
$ git clone git@bitbucket.org:victorykit/ezcfn.git
$ cd ezcfn
$ git clone git@bitbucket.org:victorykit/httpaste.git
$ cd httpaste
$ python3 -m pipenv install -d
$ python3 -m pipenv run tox -e test
$ python3 -m pipenv run tox -e build
$ python3 -m pipenv run tox -e build-docs
$ python3 -m pipenv run tox -e docs
$ python3 -m pipenv run tox -e lint
$ python3 -m pipenv run tox -e format