Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talpor/talpor-handbook
Repository for the central hub of the different talPor Handbooks
https://github.com/talpor/talpor-handbook
Last synced: about 1 month ago
JSON representation
Repository for the central hub of the different talPor Handbooks
- Host: GitHub
- URL: https://github.com/talpor/talpor-handbook
- Owner: talpor
- Created: 2015-07-30T10:29:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T11:52:48.000Z (over 9 years ago)
- Last Synced: 2024-04-16T18:39:06.350Z (8 months ago)
- Size: 520 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# talpor-handbook
##The talPor Solutions Handbook
This repository of documents uses [mkdocs](http://www.mkdocs.org/) to generate an HTML documentation.
All source documents are in the docs directory and are written using Mardown notation.
## Building
Install mkdocs:
`pip install -r requirements.pip`
To generate the page's HTML run:
`mkdocs build`
To run a local server that lets you browse the generated HTML
`mkdocs serve`