Skip to main content

No project description provided

Project description

Attention

  • First things to do when clone this monorepo , require python version >= 3.11 and < 4.0
    $ make init
    
  • Open vs-code by "Open workspace from file" -> select "backend.code-workspace"
  • Before working with any services
    # go to service source directory
    
    $ poetry install
    

Create docs guides

  • detail instruction to setup mkdocs
    https://realpython.com/python-project-documentation-with-mkdocs/
    
  • for monorepo
    https://github.com/backstage/mkdocs-monorepo-plugin
    
  • install packages
    $ poetry add mkdocs "mkdocstrings[python]" mkdocs-material mkdocs-autorefs mkdocs-monorepo-plugin
    
    run command bellow to init mkdocs for project
    $ poetry run mkdocs new .
    
  • with vscode install "docstring" extension
  • Run docs server
    $ make mkdocs-serve
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coca_tools-0.2.0.tar.gz (45.6 kB view hashes)

Uploaded Source

Built Distribution

coca_tools-0.2.0-py3-none-any.whl (104.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page