Skip to content

vm6502q/pyqrack.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyqrack.github.io

Official documentation for PyQrack

Contribution guidelines

If you want to contribute to the official documentation of PyQrack please follow the following guidelines.

Local testing

If you want to locally test the documentation:

git clone git@github.com:vm6502q/pyqrack.github.io.git
cd pyqrack.github.io/
make html
chrome build/html/index.html

Open index.html in your preferred browser.

Autodocumentation

The documentation for PyQrack is generated through sphinx. Any changes that are made in the docstrings of the original code are reflected here. In case you have additions or changes that are to be made for documentation, please file an issue on PyQracks's repository.

Formatting Style

Docstrings & Comments

Any form of documentation must follow Google Python Style Guide

Formatter

Just use black.

About

Official documentation for PyQrack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages