Skip to content

Commit

Permalink
Merge branch 'rework-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Nov 4, 2016
2 parents 0d1c4ee + 87d00fe commit c7a5526
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Created by http://www.gitignore.io

### vim ###
Expand All @@ -19,4 +24,3 @@ Session.vim
auto-save-list
tramp
.\#*

11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@
.. |ReadTheDocs| image:: https://readthedocs.org/projects/debops/badge/?version=latest
:target: https://readthedocs.org/projects/debops/?badge=latest

This is the repository for `DebOps`_ documentation, managed using `Read The Docs`_.
This is the repository for the `DebOps`_ documentation.
It uses Sphinx_, yaml2rst_ and a bit of glue code.
The documentation is currently build on `Read The Docs`_.
The canonical URL of the documentation is: https://docs.debops.org/

.. _DebOps documentation: http://docs.debops.org/
.. _DebOps: http://debops.org/
.. _DebOps documentation: https://docs.debops.org/
.. _DebOps: https://debops.org/
.. _Sphinx: https://en.wikipedia.org/wiki/Sphinx_%28documentation_generator%29
.. _yaml2rst: https://github.com/htgoebel/yaml2rst
.. _Read The Docs: https://readthedocs.org/projects/debops/
Binary file removed docs/_lib/sphinxcontrib/__init__.pyc
Binary file not shown.
Binary file removed docs/_lib/sphinxcontrib/debops/__init__.pyc
Binary file not shown.
Binary file removed docs/_lib/sphinxcontrib/debops/func.pyc
Binary file not shown.

0 comments on commit c7a5526

Please sign in to comment.