if you get a metadata-generation-failed try running pip3 install --upgrade setuptools
after installing python 3 run the command use the command
-
py SSG\ssg.py [options]
-
example
py SSG\ssg.py -i .\Sherlock-Holmes-Selected-Stories\
Before making a PR consider running black .\SSG\
this will format the code alternatively you can run black .\SSG\file-you-worked-on.py
Before making a PR consider making a style check flake8 .\SSG\
This will check your code formating
Inside of the tests directory run the command py ssgTests.py
this should run all of the tests.
To run an individual test run the command py ssgTests.py SSGTest.[test you want to run]
If you need to add a testing file add it inside of the testFiles. Adding tests should all be inside of the SSGtests class
-
Choosing Output Directory
-
CSS support