Skip to content
/ dm-docs Public
forked from equinor/dm-docs

Documentation for Data Modelling

License

Notifications You must be signed in to change notification settings

l3abak/dm-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Modelling Docs

License build docs

Documentation

You can find the Data Modelling documentation at https://equinor.github.io/dm-docs.

Developing

See docs/README.md for instructions on extending the documentation.

Pre-commit

We use pre-commit to do a minimum of checks on the developer pc before committing. The same checks, plus a few more are also run in the build pipeline.
You should catch any errors early to save time.

Setup;

pip install pre-commit  # Should be installed in global python environment
pre-commit install  # Pre-commit will now run on every commit (can be skipped with 'git commit --no-verify')

# To run manually on all files
pre-commit run -a 

Contributing

Read our contributors' guide to get started.

About

Documentation for Data Modelling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published