Skip to content

4dsound/nap-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Generates the NAP Framework system documentation, available at docs.nap.tech. Documentation includes the user manual and info on all available system resources. The user manual is generated from the .md files located in the app/manual directory. Framework documentation is extracted from NAP source code. Documentation is guaranteed to be in sync with the main branch.

docs.nap.tech
Netlify Status

Dependencies

Installation of the virtual python environment (pipenv)

Create a virtual python environment for the project and install all required python dependencies:

$ pip install --user pipenv
$ cd nap-docs
$ pipenv install

Build using pipenv

Run the build.py script inside the app directory to auto-generate system documentation using doxygen. The script clones and pulls the NAP repo if required. The result will be copied into the docs directory.

$ pipenv shell
$ cd app
$ python build.py
$ exit

Build without pipenv

Make sure all dependencies are installed first!

$ cd app
$ python build.py

About

NAP Framework documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 84.2%
  • Python 10.9%
  • HTML 4.9%