1
0
Fork 0

Updated documentation and URLs.

dev
Franco Masotti 2021-03-15 16:12:07 +01:00
parent ff83bad783
commit 78e5ed2a88
Signed by: frnmst
GPG Key ID: 24116ED85666780A
5 changed files with 12 additions and 8 deletions

View File

@ -13,7 +13,7 @@ documentation.
Documentation
-------------
https://frnmst.github.io/fpydocs/
https://docs.franco.net.eu.org/fpydocs/
License
-------
@ -40,4 +40,4 @@ Trusted source
You can check the authenticity of new releases using my public key.
Instructions, sources and keys can be found at `frnmst.gitlab.io/software <https://frnmst.gitlab.io/software/>`_.
Instructions, sources and keys can be found at `blog.franco.net.eu.org/software <https://blog.franco.net.eu.org/software/>`_.

View File

@ -1,4 +1,4 @@
Contributing
============
:doc:`Contributing [common] <../contributing_common>` version `2.0.0 <https://github.com/frnmst/fpydocs/releases/tag/2.0.0>`_
:doc:`Contributing [common] <../contributing_common>` version `3.0.0 <https://software.franco.net.eu.org/frnmst/fpydocs/src/tag/3.0.0>`_

View File

@ -1,5 +1,5 @@
Introduction
============
This repository contains common documentation instruction used
This repository contains common documentation instructions used
in multiple Python projects.

View File

@ -1,4 +1,4 @@
Workflow
========
:doc:`Workflow [common] <../workflow_common>` version `2.0.0 <https://github.com/frnmst/fpydocs/releases/tag/2.0.0>`_
:doc:`Workflow [common] <../workflow_common>` version `3.0.0 <https://software.franco.net.eu.org/frnmst/fpydocs/src/tag/3.0.0>`_

View File

@ -38,10 +38,10 @@ Sequence
Follow these instructions in sequential order.
1. setup git signing
````````````````````
1. preliminary configuration
````````````````````````````
- IF not enabled previously
- IF not enabled previously setup git signing
-
@ -55,6 +55,10 @@ Follow these instructions in sequential order.
git config user.signingkey ${gpg_signing_key}
- IF not enabled previously setup a bare git repository serving
static pages. `Follow this blog post <https://blog.franco.net.eu.org/notes/an-alternative-to-github-pages.html>`_
2. finish working on the development branch
```````````````````````````````````````````