Skip to content

borntyping/maintenance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maintenance

Creative Commons Attribution-ShareAlike 4.0 International License

Documentation Status

GitHub issues

Documentation on maintaining my open-source projects. Most of this will probably cover Python packaging.

Building

Run Sphinx on the documentation:

tox -e build

Open the index using your browser:

tox -e open

Rebuild the documenation when files are changed (requires watch-fs):

watch-fs -d docs 'tox -e build'

Style

Use code blocks marked with the language where possible:

.. code-block:: bash

    function error() { exit 1; }

Licence

Creative Commons Attribution-ShareAlike 4.0 International License

This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License_.

Author

Written and maintained by Sam Clements.

About

Documentaion on how I maintain open-source projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published