#41 add a basic README.md
Merged 6 years ago by jhrozek. Opened 6 years ago by jhrozek.
SSSD/ jhrozek/docs readme  into  master

file added
+33
@@ -0,0 +1,33 @@ 

+ # SSSD documentation sources

+ 

+ This repository contains the sources of the documentation of SSSD. You can

+ contribute to SSSD by improving the documentation!

+ 

+ If you are looking for the rendered documentation in HTML format, please see

+ the [docs link on the sssd pagure instance](https://pagure.io/docs/SSSD/sssd/).

+ 

+ ## Contributing to the SSSD documentation

+ 

+ The SSSD documentation is written in RST. To contribute to the documentation:

+ 

+ 1. Make sure Sphinx is installed (`dnf install sphinx` on Fedora)

+ 2. Fork [this repository](https://pagure.io/SSSD/docs) on pagure

+ 3. Add your content.  The [sphinx documentation](http://www.sphinx-doc.org/en/stable/contents.html)

+    might prove useful. If you are adding a new page, don't forget to add it to

+    an index!

+ 4. Build the HTML pages with `make html`

+ 5. Inspect that the result looks good. The HTML result is located in the `_build` directory

+ 6. Create a local commit with your changes

+ 7. Push it to your pagure fork

+ 8. Create a pull request

+ 

+ One of the SSSD maintainers will then review the pull request.

+ 

+ For fixing trivial issues like typos, you can also use the "Fork and edit"

+ button in the [sssd docs repository](https://pagure.io/SSSD/docs) or just the

+ "Edit" button in your fork.

+ 

+ ## Building the SSSD documentation

+ 

+ SSSD developers should use [this guide](https://docs.pagure.org/pagure/usage/using_doc.html)

+ to convert the RST markup into HTML and push the HTML into the main SSSD repository.

Just so that a) users know that this is not the documentation itself, but only its source and let them know where the docs are and b) tell people how to contribute to sssd docs.

Nitpick.

I think there should be a link after the sentence:
+ 2. Fork this repository on pagure

It may look redundand, but if the readme ends up in a forked repository (or somewhere else), it will always link back to the main source.

rebased

6 years ago

I do not see any difference :D (maybe I am blind)
(I do not see any link added)

Did you push the changes?

rebased

6 years ago

Ack. Go ahead and push :)

BTW there is also "for end edit" button provided by pagure
https://pagure.io/SSSD/docs/blob/master/f/design_pages/accounts_service.rst

Which might be enough for fixing typos/ correcting English ... :-)

rebased

6 years ago

Done. If there are more issues, we can test-drive the edit button. I'm going to merge now.

Pull-Request has been merged by jhrozek

6 years ago
Metadata
Changes Summary 1