-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pushing new structure for sphinx nav
- Loading branch information
Gabriel Monroy
committed
Aug 2, 2013
1 parent
e0db967
commit 639e80c
Showing
18 changed files
with
173 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
======== | ||
converge | ||
======== | ||
|
||
.. automethod:: client.deis.DeisClient.formations_converge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
:title: client | ||
:description: -- todo: change me | ||
:keywords: deis, documentation, api | ||
|
||
.. _client: | ||
|
||
CLI Reference | ||
============= | ||
|
||
:Release: |version| | ||
:Date: |today| | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
cheatsheet | ||
login | ||
converge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
===== | ||
login | ||
===== | ||
|
||
.. automethod:: client.deis.DeisClient.auth_login |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
:title: Conduct | ||
:description: -- todo: change me | ||
:keywords: deis, documentation, community, bdfl, code, conduct, code of conduct | ||
|
||
.. _conduct: | ||
|
||
Conduct | ||
======= | ||
|
||
The deis community welcomes and encourages participation by **everyone**. | ||
|
||
No matter how you identify yourself or how others perceive you: we welcome | ||
you. We welcome contributions from everyone as long as they interact | ||
constructively with our community. | ||
|
||
The deis developer community continues to grow, and it is inevitable that | ||
disagreements and conflict will arise. We ask that participants conduct | ||
themselves according to these principles: | ||
|
||
- **Be welcoming, friendly, and patient.** | ||
|
||
- **Be considerate.** | ||
|
||
Your work will be used by other people, and you in turn will depend on | ||
the work of others. Any decision you take will affect users and | ||
colleagues, and you should take those consequences into account when | ||
making decisions. Remember that we're a world-wide community, so you | ||
might not be communicating in someone else's primary language. | ||
|
||
- **Be respectful.** | ||
|
||
Not all of us will agree all the time, but disagreement is no excuse | ||
for poor behavior and bad manners. We might all experience some | ||
frustration now and then, but we cannot allow that frustration to turn | ||
into a personal attack. It’s important to remember that a community | ||
where people feel uncomfortable or threatened is not a productive one. | ||
|
||
- **Be careful in the words that you choose.** | ||
|
||
Be kind to others. Do not insult or put down other participants. | ||
Behave professionally. Remember that harassment and sexist, racist, or | ||
exclusionary jokes are never appropriate for the community. | ||
|
||
(Thanks to the `Debian`_ and `Django`_ communities for their text and | ||
their inspiration.) | ||
|
||
.. _`Debian`: http://www.debian.org/intro/diversity | ||
.. _`Django`: https://www.djangoproject.com/conduct/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
:title: Contributing Overview | ||
:description: TOOD | ||
:keywords: todo | ||
|
||
.. _contributingoverview: | ||
|
||
Overview | ||
======== | ||
|
||
File Bugs & Enhancements | ||
------------------------ | ||
Find a bug? Want to see a new feature? Have a request | ||
for the maintainers? Open a `GitHub issue`_ and we’ll get the conversation | ||
started. | ||
|
||
Write Documentation | ||
------------------- | ||
We are always looking to improve and expand our | ||
documentation. Most docs reside in the main repository under the `docs/`_ | ||
directory. Simply fork the project, update docs and send us a pull request. | ||
|
||
Enhance Chef Integration | ||
------------------------ | ||
We want Chef users to feel at home using Deis. Got an | ||
idea for improving our Chef integration? Have some thoughts on making the | ||
`deis-cookbook`_ more reusable? Open a `GitHub issue`_ and let us know! | ||
|
||
Add New Cloud Providers | ||
----------------------- | ||
Want to see Deis extended to a new cloud provider? Go | ||
for it! Adding new providers is easy. Just follow the `EC2 example`_ and make | ||
sure you provide test coverage in your pull request. | ||
|
||
Improve Deis Core | ||
----------------- | ||
Deis core is a Django/Celery application with a Python CLI. | ||
We are always looking for help improving the core framework, tooling and test | ||
coverage. Interested in contributing to Deis core? Let’s chat in IRC. | ||
|
||
.. _`Github issue`: https://github.com/opdemand/deis/issues/new | ||
.. _`docs/`: https://github.com/opdemand/deis/tree/master/docs | ||
.. _`deis-cookbook`: https://github.com/opdemand/deis-cookbook | ||
.. _`EC2 Example`: https://github.com/opdemand/deis/blob/master/celerytasks/ec2.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
:title: Coding Standards | ||
:description: -- todo: change me | ||
:keywords: deis, documentation, contributing, developer, setup | ||
|
||
.. _standards: | ||
|
||
Coding Standards | ||
================ | ||
|
||
**Coming soon...** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
:title: Concepts | ||
:description: -- todo: change me | ||
:keywords: deis, documentation, contributing, developer, setup | ||
|
||
.. _concepts: | ||
|
||
Concepts | ||
======== | ||
|
||
**Coming soon...** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
:title: Getting Started | ||
:description: TOOD | ||
:keywords: gettingstarted | ||
|
||
.. _gettingstarted: | ||
|
||
|
||
Getting Started | ||
=============== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
concepts | ||
tutorial | ||
installation |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters