Metadata-Version: 2.1
Name: kabbes_smart_documentation
Version: 0.18.0
Home-page: https://pypi.org/project/kabbes_smart_documentation
Author: James Kabbes
Author-email: james.kabbes@gmail.com
Project-URL: GitHub, https://github.com/jameskabbes/smart_documentation
Project-URL: Documentation, https://jameskabbes.github.io/smart_documentation
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

[GitHub Pages](https://jameskabbes.github.io/smart_documentation)  
[PyPI](https://pypi.org/project/kabbes-smart-documentation)

# smart_documentation

Package for automatically generating documentation for Python repositories

# Steps to Set Up

1. copy the docs directory over to repository you are trying to auto document
2. make a workflows directory nested in a .github directory `mkdir .github/workflows/`
3. copy the make.yml file over to the workflows directory
4. adjust the project title in conf.py in the docs directory (found by searching "project title")
5. if project not stored in scr/**"project**title"\_\_ continue
6. replace **"src"** in the api.rst in the docs directory to the folder you want documented
7. replace the **"src"** in the **"ml_pipeline <\_autosummary/src>"** on the last line of the index.rst in the docs directory to the folder you want documented

# Usage Tips

- make sure the requirements.txt file is right since it won't build unless dependecies are installed correctly
- be sure to check that Gitpages are set up right for the repositorie
- if unable to push to gh-pages branch, create and push another to GitHub `git branch gh-pages`
