Skip to content
/ mkdocs_template Public template

A empty project to setup a good documentation-site based on python-docstrings

Notifications You must be signed in to change notification settings

Papagaai35/mkdocs_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkdocs_template

A empty Python-project to setup a good documentation-site based on python-docstrings

Install

Use pip or conda env to install the nessesary packages

$ pip install -r requirements.txt

or

$ conda env update --file conda.yml

or

$ conda env create -n <env_name> --file conda.yml

Use

Place your documentation documents, as markdown-files in /docs, and put them in the nav section of the mkdocs.yml.

Python files in /src/<package_name> are automaticaly parsed and included.

$ mkdocs serve to start the live-reloading docs server.
$ mkdocs build to build the documentation site (in /site)

About

A empty project to setup a good documentation-site based on python-docstrings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages