mslw / knowledge-base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The PsyInf Knowledge Base

The actual knowledge is in the kbi/ directory. The knowledge base can be rendered in HTML format by running make html in the root of the repository (requires Sphinx).

Adding a knowledge base item (KBI)

  • Create a new subdirectory in kbi/ with a zero-padded integer name (length-4) that matches the successor of the "highest" present directory (check active PRs for possible conflicts)
  • Pick the best matching template from the protoypes/ directory, and copy it into the new subdirectory as index.rst
  • Edit as necessary and propose a PR

About


Languages

Language:Python 59.3%Language:Makefile 40.7%