autogen/website
Animaholic 0eaac7d018
added a documentation about small time budget (#914)
* added documentation about small time budget

* small change for better clarity

* Update website/docs/Use-Cases/Task-Oriented-AutoML.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

---------

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2023-02-18 23:56:58 +00:00
..
blog Deploy a new doc website (#338) 2021-12-16 17:11:33 -08:00
docs added a documentation about small time budget (#914) 2023-02-18 23:56:58 +00:00
src data in csv (#430) 2022-01-30 19:36:41 -08:00
static update browser icon (#407) 2022-01-15 14:44:42 -08:00
.gitignore Deploy a new doc website (#338) 2021-12-16 17:11:33 -08:00
README.md Deploy a new doc website (#338) 2021-12-16 17:11:33 -08:00
babel.config.js Deploy a new doc website (#338) 2021-12-16 17:11:33 -08:00
docusaurus.config.js Refactor into automl subpackage (#809) 2022-12-06 15:46:08 -05:00
package.json upgrade 2022-11-16 14:58:41 -05:00
pydoc-markdown.yml Deploy a new doc website (#338) 2021-12-16 17:11:33 -08:00
sidebars.js Finish the Multiple Choice Classification (#367) 2022-01-02 20:12:34 -05:00
yarn.lock Bump ua-parser-js from 0.7.32 to 0.7.33 in /website 2023-01-27 17:35:14 +00:00

README.md

Website

This website is built using Docusaurus 2, a modern static website generator.

Prerequisites

To build and test documentation locally, begin by downloading and installing Node.js, and then installing Yarn. On Windows, you can install via the npm package manager (npm) which comes bundled with Node.js:

npm install --global yarn

Installation

pip install pydoc-markdown
cd website
yarn install

Local Development

Navigate to the website folder and run:

pydoc-markdown
yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.