This repo is where the documentation for OpenSees is kept. The repo contains both source code for building the documentation, and the html pages that github pages serves to the user.
If you are looking for the online documentation, visit the repo through github pages.
https://OpenSees.github.io/OpenSeesDocumentation
- Makefile - unix Makefile to build the documentation using sphinx
- make.bat - windows make.bat to do same thing
- source - a directory containing all the restructured text files and images used to create the html file
- doc - The folder that is used by github pages. This folder contains final .html files created by sphinx. If you want to make contributions to OpenSsees Documentation, don't bother updating these pages as pull requests with updates here will be rejected. Make the changes to the files in the source directory and make a pull request for these. We will build and update the doc folder.
pip install -U sphinx
pip install sphinx_rtd_theme
git clone https://github.com/OpenSees/OpenSeesDocumentation.git
make html
on Linux type the following to open a browser with index page
xdg-open ./build/html/index.html
on a Mac
open ./build/html/index.html