Skip to content

pyconjp/manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCon JP organizers manual

Documentation Status

How to build

$ git clone https://github.com/pyconjp/manual.git
$ cd manual
$ python3.12 -m venv env
$ . env/bin/activate
(env) $ pip install -r requirements.txt
(env) $ make html
(env) $ open build/html/index.html

Theme

How to contribute

  • このマニュアルをcloneしてガンガン commit したり Pull Request ください
  • PyCon JP スタッフはこのリポジトリへの書き込み権限があるので、直接 commit/push してもらって構いません
  • スタッフじゃない人も Pull Request もらえたら喜んで merge するので、typo 指摘とかなんでももらえると嬉しいです

Reference