Skip to content

Commit

Permalink
docs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed Apr 21, 2019
1 parent a60a6a6 commit fa89154
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Example of report for the command::

Documentation
-------------
`Bombard documentation <https://bombard.readthedocs.io/en/latest/>`_
`Bombard documentation <https://bombard.masterandrey.com/en/latest/>`_


.. |build_status| image:: https://travis-ci.org/masterandrey/bombard.png
Expand Down
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
# built documents.
#
# The short X.Y version.
import sys
sys.path.insert(0, '../')
import bombard
version = bombard.version()


version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2'
Expand Down Expand Up @@ -86,7 +92,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'default' #'alabaster'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
5 changes: 4 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,11 @@ Documentation
-------------

.. toctree::
:glob:
:maxdepth: 3

quickstart
quickstart/install
quickstart/bootstrap
campaign
report

15 changes: 0 additions & 15 deletions docs/quickstart.rst → docs/quickstart/bootstrap.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
Quick start
===========

Installation
------------
.. code-block:: bash
pip install bombard --upgrade
If you want to use specific Python version you can use something like that

.. code-block:: bash
python3.7 -m pip install bombard --upgrade
Bootstrapping
-------------

Expand Down
11 changes: 11 additions & 0 deletions docs/quickstart/install.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Installation
------------
.. code-block:: bash
pip install bombard --upgrade
If you want to use specific Python version you can use something like that

.. code-block:: bash
python3.7 -m pip install bombard --upgrade

0 comments on commit fa89154

Please sign in to comment.