Skip to content

RyanGreenup/software_development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT1010 -- Statistics

Running the Book

cargo add \
    mdbook \
    mdbook-katex \
    mdbook-catppuccin \
    mdbook-callouts \
    mdbook-yml-header \
    mdbook-mermaid \
    mdbook-toc \
    just \
    --force

# mdbook-catppuccin install
# mdbook-mermaid install
just serve

Troubleshooting

I cannot get mdbook to watch the files for me 🤷

Consider increasing inotify limits

echo 256   | sudo tee /proc/sys/fs/inotify/max_user_instances
echo 749024| sudo tee /proc/sys/fs/inotify/max_user_watches

TODOs

  • Activity Diagram
    • PlantUML
    • Mermaid
  • UML Diagram
    • PlantUML
    • Mermaid
  • Database Schema
    • DuckDB
    • SQLite
    • PostgresQL
  • Architectural Configuration Diagram
  • Subsystem Architectural Design Diagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published