Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 488 Bytes

File metadata and controls

19 lines (14 loc) · 488 Bytes

3DRadSpace Documentation

Official documentation for 3DRadSpace!

Setting up:

1.) Clone this repository:

  • git clone https://github.com/3DRadSpace/3D_Rad_Space_Documentation

2.) Install MkDocs (may want to run these as admin)

  • pip install mkdocs
  • pip install mkdocs_custom_fences
  • pip install mkdocs-material

3.) Locally deploy

  • cd <...>/ 3D_Rad_Space_Documentation/
  • mkdocs serve

4.) Start writing!

  • Docs are at <root>\docs\ and they are written in Markdown.