Skip to content

streetmix/legacy-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

legacy-docs

Placeholder repository for legacy documentation that deployed to ReadTheDocs.

To build:

cd docs && make dirhtml

To serve:

# nodejs
npx http-server docs/_build/dirhtml
# python 2
cd docs/_build/dirhtml && python -m SimpleHTTPServer 8080
# python 3
cd docs/_build/dirhtml && python -m http.server 8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published