You can contribute to the public repository and raise issues there. Please also make sure to follow the code of conduct and to read the contributing notes. Make sure to also read about :ref:`testing` before you open a pull request.
Clone and install this repository as
git clone --recurse-submodules -j8 git@github.com:benmaier/netwulf.git
makeNote that make per default lets pip install a development
version of the repository.
The JS base code in /netwulf/js/ is a fork of Ulf Aslak's
interactive web
app. If this
repository is updated, change to /netwulf/js/, then do
git fetch upstream
git merge upstream/master
git commit -m "merged"
git pushIf you want to upload to PyPI, first convert the new README.md to
README.rst
make readmeIt will give you warnings about bad .rst-syntax. Fix those errors in
README.rst. Then wrap the whole thing
make pypiIt will probably give you more warnings about .rst-syntax. Fix those
until the warnings disappear. Then do
make upload