Skip to content
/ ps Public

A brand new website for Physical Simulation paper summary, wiki, and many more.

Notifications You must be signed in to change notification settings

Adversarr/ps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PS is not only for Physical Simulation

Build

Requirements:

  • Python(with pip)

Setup the environment:

pip install -r requirements.txt

To serve:

mkdocs --color serve

To setup your webpage, push this repo to your github, and workflow will run automatically. The branch gh-pages stores the generated files.

Usage

The paper collection is automatic. See pages in /docs/Papers/_articles for details. References are:

  1. MkDocs
  2. Material for MkDocs

Develop

Overview: most functionalities depends on mkdocs-material and mkdocs, see mkdocs.yml for detailed configurations. Two feature wiki and registry is implemented via two Python hooks, see folder hooks for details.

Understanding the hook

Take paper registry as an example, The collection of paper is implemented in registry.py, to add your hook, modify

hooks:
  - hooks/registry.py

in mkdocs.yml

About

A brand new website for Physical Simulation paper summary, wiki, and many more.

Topics

Resources

Stars

Watchers

Forks