Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 350 Bytes

File metadata and controls

15 lines (12 loc) · 350 Bytes

Advanced DevOps - Package Management exercise

Topics

  • manage packaging
  • build the base documentation for package
  • publish documentation for package to 'Read the Docs'
  • release package to PyPI (test server)

Tools

  • Sphinx -> helps create starter documentation files, under 'docs' folder.
  • vs code
  • django
  • PyPI
  • GitHub Actions