Skip to content

EvernodeXRPL/evernode-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evernode documentation

Evernode documentation is built with Sphinx and readthedocs. Documentation is done with Markdown and reStructuredText. The documentation source files are in docs/source

Local setup

python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt

Local build

python -m sphinx -T -E -b html -d _build/doctrees -D language=en docs/source/ html

This will output into 'html' directory.

Preview

cd html
python -m http.server 8080

Releases

No releases published

Packages

No packages published