Skip to content

codevence/fair-wizard-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •