mirror of
https://github.com/opsschool/curriculum.git
synced 2026-01-15 12:15:03 +00:00
docs: Update installation instructions & style
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
This commit is contained in:
10
README.md
10
README.md
@@ -6,7 +6,7 @@ Ops School Curriculum
|
||||
[](https://gratipay.com/Ops-School/)
|
||||
|
||||
The current documentation based on these sources can be seen at:
|
||||
http://www.opsschool.org/
|
||||
<http://www.opsschool.org/>
|
||||
|
||||
Welcome!
|
||||
|
||||
@@ -26,15 +26,13 @@ If you are looking to add content, fix formatting, syntax, typos or other
|
||||
wonderful things, please follow this process:
|
||||
|
||||
* Read the [Style Guide](http://www.opsschool.org/en/latest/meta/style_guide.html)
|
||||
* Install Sphinx: `easy_install Sphinx sphinx_rtd_theme` or `pip install -r requirements.txt`
|
||||
* Install Sphinx: `pip install -r requirements.txt` (This is best done in a virtual environment.)
|
||||
* Fork the `opsschool/curriculum` repository to your own account
|
||||
* Check out a branch to make your changes on: `git checkout --branch <my_topic>`
|
||||
* Execute `make html` to build the docs in to `_build/`
|
||||
* Make your changes
|
||||
* Execute `make html` again and verify your changes don't cause any
|
||||
warnings/errors
|
||||
* Commit with a descriptive message, and submit a pull request from your branch
|
||||
to `master`
|
||||
* Execute `make html` again and verify your changes don't cause any warnings/errors
|
||||
* Commit with a descriptive message, and submit a pull request from your branch to `master`
|
||||
* One of the editors will review the change, and either merge it or provide some
|
||||
feedback. Community review is also encouraged.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user