Skip to content

WildMeOrg/scout-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scout Docs

This repo contains the documentation for Wild Me's Scout. Documentation is published with every accepted PR.

Planned changes

The documentation will eventually support:

  • internationalization
  • versioning

Local Setup

  1. Install the prereqs:
  • install sphinx
  • install sphinx-book-theme: pip install sphinx-book-theme
  • install myst-parser (used by sphinx markdown extension): pip install myst-parser
  1. Clone the scout-docs repo: git clone https://github.com/WildMeOrg/scout-docs.git

Build locally

To build:

  1. cd to the docs directory:
  2. Run the following commands:
    python -m venv .venv
    source .venv/bin/activate
    make html
    
  3. Files will be in docs/_build/html/

If you aren't seeing your changes, try make clean html to force a complete rebuild.

To see files as they will appear online, including url paths:

  1. In a new terminal, cd to docs/_build/html/
  2. python -m SimpleHTTPServer or python3 -m http.server
  3. Open http://localhost:8000 in your browser

Contribute to docs

TBD

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published