lp://qastaging/~charm-contributors/pyjuju/docs
Created by
Kapil Thangavelu
and last modified
- Get this branch:
- bzr branch lp://qastaging/~charm-contributors/pyjuju/docs
Members of
juju Charm Contributors
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
2 branches
proposed for merging into this one.
No branches
dependent on this one.
Superseded
for merging
into
lp://qastaging/pyjuju
- Juju Engineering: Pending requested
-
Diff: 10433 lines (+9970/-0) (has conflicts)79 files modified.bzrignore (+7/-0)
.lbox (+1/-0)
Makefile (+132/-0)
source/_templates/ubuntu1204/globaltoc.html (+4/-0)
source/_templates/ubuntu1204/layout.html (+111/-0)
source/_templates/ubuntu1204/sourcelink.html (+4/-0)
source/_templates/ubuntu1204/static/jquery.js (+4/-0)
source/_templates/ubuntu1204/static/js/bootstrap.js (+1836/-0)
source/_templates/ubuntu1204/static/lib/bootstrap.min.css (+727/-0)
source/_templates/ubuntu1204/static/lib/font/font-awesome.css (+309/-0)
source/_templates/ubuntu1204/static/lib/font/fontawesome-webfont.svg (+255/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-apollo.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-clj.js (+18/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-css.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-go.js (+1/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-hs.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-lisp.js (+3/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-lua.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-ml.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-n.js (+4/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-proto.js (+1/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-scala.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-sql.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-tex.js (+1/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-vb.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-vhdl.js (+3/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-wiki.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-xq.js (+3/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-yaml.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/prettyprint.css (+1/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/prettyprint.js (+28/-0)
source/_templates/ubuntu1204/static/ubuntu1204-core.css (+4/-0)
source/_templates/ubuntu1204/static/ubuntu1204-sphinx.css (+223/-0)
source/_templates/ubuntu1204/static/ubuntu1204.js (+28/-0)
source/_templates/ubuntu1204/theme.conf (+15/-0)
source/about.rst (+40/-0)
source/charm-quality.rst (+156/-0)
source/charm-store.rst (+122/-0)
source/charm-tests.rst (+289/-0)
source/charm-upgrades.rst (+117/-0)
source/charm.rst (+396/-0)
source/conf.py (+200/-0)
source/constraints.rst (+243/-0)
source/drafts/charm-namespaces.rst (+72/-0)
source/drafts/developer-install.rst (+49/-0)
source/drafts/expose-services.rst (+20/-0)
source/drafts/juju-status-changes.rst (+51/-0)
source/drafts/resolved.rst (+60/-0)
source/drafts/service-config.rst (+162/-0)
source/expose-services.rst (+43/-0)
source/faq.rst (+124/-0)
source/generate_modules.py (+107/-0)
source/getting-started.rst (+176/-0)
source/glossary.rst (+121/-0)
source/hook-debugging.rst (+108/-0)
source/implicit-relations.rst (+61/-0)
source/index.rst (+43/-0)
source/internals/agent-presence.rst (+154/-0)
source/internals/charm-store.rst (+466/-0)
source/internals/expose-services.rst (+143/-0)
source/internals/subordinate-internals.rst (+184/-0)
source/internals/unit-agent-hooks.rst (+307/-0)
source/internals/unit-agent-startup.rst (+156/-0)
source/internals/zookeeper.rst (+215/-0)
source/juju-drafts.rst (+10/-0)
source/juju-internals.rst (+11/-0)
source/marketing.html (+45/-0)
source/operating-systems.rst (+105/-0)
source/policy.rst (+193/-0)
source/provider-configuration-ec2.rst (+78/-0)
source/provider-configuration-local.rst (+55/-0)
source/provider-configuration-openstack.rst (+143/-0)
source/relation-hook-commands.rst (+93/-0)
source/relation-info.rst (+53/-0)
source/relation-reference.rst (+67/-0)
source/subordinate-services.rst (+185/-0)
source/upgrades.rst (+57/-0)
source/user-tutorial.rst (+300/-0)
source/write-charm.rst (+447/-0)
Branch information
Recent revisions
- 73. By dann frazier
-
Fix review-queue link
In HTML, this was rendering as:
[[http://
jujucharms. com/review- queue|Review Queue]] Where http://
jujucharms. com/review was a clickable hyperlink targeting
the URL of the same text - which does not exist.This changes the HTML to render:
Review Queue
Which links to: http://
jujucharms. com/review- queue - 71. By Brandon Holtsclaw
-
merge draft fixes from 128770
- 69. By Jorge Castro
-
Add Charm Quality criteria. This has been on the public wiki and has been through discussion, so let's move it to the docs for more officialness.
- 66. By Liam Young
-
mysql-client-
core-5. 1 is no longer available in precise, the current version is mysql-client- core-5. 5 - 65. By Martin Packman
-
Document ssl-hostname-
verification for openstack provider [r=hazmat] - 64. By Martin Packman
-
Fix headings in openstack provider page [r=mark-mims]
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/pyjuju