Skip to content
/ byexample Public

Helpful guides on how to integrate your project with NODA

License

Notifications You must be signed in to change notification settings

noda/byexample

Folders and files

NameName
Last commit message
Last commit date
Dec 27, 2023
Apr 4, 2024
Apr 4, 2024
Dec 27, 2023
Mar 21, 2023
Mar 17, 2023
Dec 27, 2023
Mar 14, 2023
Jan 25, 2022
Dec 27, 2023
Mar 14, 2023
Dec 27, 2023
Mar 21, 2023

Repository files navigation

NODA by Example

Helpful guides on how to integrate your project with NODA services.

Building the site

There is a Makefile in the root of the repository. The following targets are available:

  • make all - build all examples and the index
  • make index - build the index
  • make examples - build all examples

The build files is stored in the docs directory which is a GitHub pages site.

Whenever the master branch is updated the site is automatically built and published.

Build dependencies

  • Python 3.10
  • Pygments
  • PyYAML
  • Marko