https://github.com/horance-liu/pro-bash
https://github.com/horance-liu/pro-bash
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/horance-liu/pro-bash
- Owner: horance-liu
- Created: 2020-10-02T08:56:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T14:34:53.000Z (over 4 years ago)
- Last Synced: 2025-04-15T01:16:28.351Z (14 days ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bash spec
- setup virtual envionment
```
$ python3 -m venv .venv
$ source .venv/bin/activate
```- install sphnix
```
$ pip install --upgrade pip
$ pip install sphinx stanford_theme
```- quick start
```
$ sphinx-quickstart
```- generator
```
$ make html
```