Commit f65712b8955bcc5d71a35e00478d9c448bdf06be
1 parent
6329df84
Exists in
master
and in
90 other branches
Added basic template for installation
Showing
3 changed files
with
47 additions
and
23 deletions
Show diff stats
docs/conf.py
... | ... | @@ -44,7 +44,7 @@ master_doc = 'index' |
44 | 44 | |
45 | 45 | # General information about the project. |
46 | 46 | project = u'softwarepublico' |
47 | -copyright = u'2014, Universidade de Brasilia. \n Esta documentação está licenciada sob a Licença Creative Commons Atribuição-CompartilhaIgual 4.0 Internacional.' | |
47 | +copyright = u'2014, Universidade de Brasília - UnB. Documentação licenciada sob a Licença Creative Commons Atribuição-CompartilhaIgual 4.0 Internacional' | |
48 | 48 | |
49 | 49 | # The version info for the project you're documenting, acts as replacement for |
50 | 50 | # |version| and |release|, also used in various other places throughout the |
... | ... | @@ -197,7 +197,7 @@ latex_elements = { |
197 | 197 | # author, documentclass [howto, manual, or own class]). |
198 | 198 | latex_documents = [ |
199 | 199 | ('index', 'softwarepublico.tex', u'softwarepublico Documentation', |
200 | - u'Universidade de Brasilia', 'manual'), | |
200 | + u'Universidade de Brasília', 'manual'), | |
201 | 201 | ] |
202 | 202 | |
203 | 203 | # The name of an image file (relative to this directory) to place at the top of |
... | ... | @@ -241,7 +241,7 @@ man_pages = [ |
241 | 241 | # dir menu entry, description, category) |
242 | 242 | texinfo_documents = [ |
243 | 243 | ('index', 'softwarepublico', u'softwarepublico Documentation', |
244 | - u'Universidade de Brasilia', 'softwarepublico', 'One line description of project.', | |
244 | + u'Universidade de Brasília', 'softwarepublico', 'One line description of project.', | |
245 | 245 | 'Miscellaneous'), |
246 | 246 | ] |
247 | 247 | |
... | ... | @@ -262,9 +262,9 @@ texinfo_documents = [ |
262 | 262 | |
263 | 263 | # Bibliographic Dublin Core info. |
264 | 264 | epub_title = u'softwarepublico' |
265 | -epub_author = u'Universidade de Brasilia' | |
266 | -epub_publisher = u'Universidade de Brasilia' | |
267 | -epub_copyright = u'2014, Universidade de Brasilia' | |
265 | +epub_author = u'Universidade de Brasília' | |
266 | +epub_publisher = u'Universidade de Brasília' | |
267 | +epub_copyright = u'2014, Universidade de Brasília. Documentação licenciada sob a Licença Crea tive Commons Atribuição-CompartilhaIgual 4.0 Internacional' | |
268 | 268 | |
269 | 269 | # The basename for the epub file. It defaults to the project name. |
270 | 270 | #epub_basename = u'softwarepublico' | ... | ... |
docs/index.rst
1 | -.. softwarepublico documentation master file, created by | |
2 | - sphinx-quickstart on Thu Nov 6 15:48:07 2014. | |
3 | - You can adapt this file completely to your liking, but it should at least | |
4 | - contain the root `toctree` directive. | |
5 | 1 | |
6 | -Welcome to softwarepublico's documentation! | |
7 | -=========================================== | |
2 | +Documentação do Software Público Brasileiro (SPB) | |
3 | +================================================= | |
8 | 4 | |
9 | -Contents: | |
5 | +Bem-vindo a documentação do Portal do Software Público Brasileiro. | |
10 | 6 | |
11 | 7 | .. toctree:: |
12 | - :maxdepth: 2 | |
13 | - | |
14 | - | |
15 | - | |
16 | -Indices and tables | |
17 | -================== | |
18 | - | |
19 | -* :ref:`genindex` | |
20 | -* :ref:`modindex` | |
21 | -* :ref:`search` | |
8 | + :maxdepth: 3 | |
22 | 9 | |
10 | + install | ... | ... |
... | ... | @@ -0,0 +1,36 @@ |
1 | +Instalação | |
2 | +========== | |
3 | + | |
4 | +Repositório do SPB | |
5 | +------------------- | |
6 | + | |
7 | + | |
8 | + | |
9 | +Instalação das Ferramentas (via pacote) | |
10 | +--------------------------------------- | |
11 | + | |
12 | + | |
13 | + | |
14 | +Configurações | |
15 | +-------------- | |
16 | + | |
17 | + | |
18 | +Nginx | |
19 | ++++++ | |
20 | + | |
21 | + | |
22 | +Colab | |
23 | ++++++ | |
24 | + | |
25 | + | |
26 | +Gitlab | |
27 | +++++++ | |
28 | + | |
29 | + | |
30 | +Noosfero | |
31 | +++++++++ | |
32 | + | |
33 | + | |
34 | + | |
35 | +Mailman | |
36 | ++++++++ | ... | ... |