README.rst

Info

Parent directory

docs/

Last update

Added — 2019-05-27 17:14:11 +0200

Last source

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
:orphan:

==================================
Welcome to IssHub's documentation!
==================================

--------------------
Online documentation
--------------------

Documentation is available at `<https://isshub.readthedocs.io>`_

-------
Content
-------

This documentation will includes a lot of things, but not everything will be present from day one:

- install process
- run process
- dev process and tools
- how things works from a dev point of view (including source code documentation)
- how things works from a user point of view
- ...

-----------
Local build
-----------

To build the documentation:

- install dependencies::

    pip install -e .[docs]

- build the documentations::

    make doc

  or::

    cd docs
    make html


Then point your browser to: file:///path/to/isshub/docs/_build/html/index.html

Changes

docs: Documentation generation

Commit
Hash

91e6919e3713e0ac8945b3be8ce0140d7cb933ed

Date

2019-05-27 17:14:11 +0200

Type

Added

Stats

+46 -0

@@ -0,0 +1,46 @@
+:orphan:
+
+==================================
+Welcome to IssHub's documentation!
+==================================
+
+--------------------
+Online documentation
+--------------------
+
+Documentation is available at `<https://isshub.readthedocs.io>`_
+
+-------
+Content
+-------
+
+This documentation will includes a lot of things, but not everything will be present from day one:
+
+- install process
+- run process
+- dev process and tools
+- how things works from a dev point of view (including source code documentation)
+- how things works from a user point of view
+- ...
+
+-----------
+Local build
+-----------
+
+To build the documentation:
+
+- install dependencies::
+
+    pip install -e .[docs]
+
+- build the documentations::
+
+    make doc
+
+  or::
+
+    cd docs
+    make html
+
+
+Then point your browser to: file:///path/to/isshub/docs/_build/html/index.html