Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

build_docs.sh 203 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. cd ../imodels
  2. pdoc --html . --output-dir ../docs --template-dir ../docs
  3. cp -rf ../docs/imodels/* ../docs/
  4. rm -rf ../docs/imodels
  5. cd ../docs
  6. rm -rf tests
  7. python3 style_docs.py
  8. #bash paper/compile_paper.sh
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...