Skip to content

Latest commit

 

History

History
83 lines (56 loc) · 1.66 KB

README.md

File metadata and controls

83 lines (56 loc) · 1.66 KB

FAIR Wizard Guide

License CII Best Practices

Usage

Install Requirements

pip install -r docs/requirements.txt

Extra requirements only for development:

pip install -r docs/requirements.dev.txt

Generate Guide

cd docs
make help
make html

Develop Guide

make watch

Use Python Developer’s Guide as a reference for writing RST, specific rules are listed in the CONTRIBUTING file.

Refresh Dependencies

rm -r env
python -m venv env
source env/bin/activate

pip install -r docs/requirements.direct.txt
pip freeze > docs/requirements.txt

References

License

This project is licensed under the Creative Commons Attribution-ShareAlike (CC BY-SA) - see the LICENSE file for more details.

reStructuredText Conventions

Headings

Headings should use the following syntax for specific levels:

Chapter (page)
**************

Section
=======

Subsection
----------

Subsubsection
^^^^^^^^^^^^^

Paragraph
"""""""""

Always the number of characters should match length of the text.